Color Hex Logo

#290b29 Color Hex

#290B29
(41,11,41)
0 Favorites   0 Comments

Color spaces of #290b29

RGB 411141
HSL0.830.580.10
HSV300°73°16°
CMYK 0.000.730.00   0.84
XYZ1.43440.87092.1903
Yxy0.87090.31910.1937
Hunter Lab9.332211.1049-7.3830
CIE-Lab7.866820.6868-13.2436

#290b29 color RGB value is (41,11,41).

#290b29 hex color red value is 41, green value is 11 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #290b29 hue: 0.83 , saturation: 0.58 and the lightness value of 290b29 is 0.10.

The process color (four color CMYK) of #290b29 color hex is 0.00, 0.73, 0.00, 0.84. Web safe color of #290b29 is #330033. Color #290b29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 00001011 00101001
Octal 51 13 51
Decimal 41 11 41
Hex 29 B 29

RGB Percentages of Color #290b29

%44.09
%11.83
%44.09

CMYK Percentages of Color #290b29

%0
%73
%0
%84

Triadic Colors of #290b29

#290b29 #29290b #0b2929

Analogous Colors of #290b29

#290b29 #290b1a #1a0b29

Monochromatic Colors of #290b29

#290b29

Complementary Color

#290b29 #0b290b

#290b29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#290b29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#290b29 Color CSS Codes

.mybgcolor {background-color:#290b29; } 
.myforecolor {color:#290b29; }
.mybordercolor {border:3px solid #290b29; }

#290b29 Text Font Color

<p style="color:#290b29">Text here</p>

This sample text font color is #290b29
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#290b29 Background Color

<div style="background-color:#290b29">
Div content here</div>

This div background color is #290b29


#290b29 Border Color

<div style="border:3px solid #290b29">
Div here</div>

This div border color is #290b29


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(41,11,41, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #290b29; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #290b29;
  -webkit-box-shadow: 1px 1px 3px 2px #290b29;
  box-shadow:         1px 1px 3px 2px #290b29; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,11,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #290b29">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #290b29;
  -webkit-box-shadow: 1px 1px 3px 2px #290b29;
  box-shadow:         1px 1px 3px 2px #290b29;">
Div content here</div>

This div box has shadow with color #290b29


Comments

No comments written yet.

Please login to write comment.