Html Css Color HEX #29411A Black Forest

📋 copy color: '#29411A'

red 41 ◦ green 65 ◦ blue 26

#29411A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #29411A

Tints of Black Forest #29411A

RGB

 RED value IS 41 (16.41% from 255) = 31.06%

 GREEN value IS 65 (25.78% from 255) = 49.24%

 BLUE value IS 26 (10.55% from 255) = 19.7%

R = 31.06%
G = 49.24%
B = 19.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.75

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#29411A (or 0x29411A) is known color: Black Forest. HEX triplet: 29, 41 and 1A. RGB value is (41,65,26). Sum of RGB (Red+Green+Blue) = 41+65+26=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 26 (10.55% from 255 or 19.70% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #29411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29411A is #D6BEE5. Grayscale: #353535. Windows color (decimal): -14073574 or 1720617. OLE color: 1720617.

HSL color Cylindrical-coordinate representation of color #29411A: hue angle of 96.92º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #29411A is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 41 65 26 -
CMYK 0.37 0 0.60 0.75
HSL 96.92º 0.43% 0.18% -
HSV(B) 96.92º 0.6% 0.25% -
XYZ 2.99 4.33 1.65 -
YUV 53.38 112.55 119.17 -
System Red Green Blue C M Y K H S L
Decimal 41 65 26 0.37 0 0.60 0.75 96.92 0.43 0.18
Hex 29 41 1A 25 0 3C 4B 61 2B 12
Octal 51 101 32 45 0 74 113 141 53 22
Binary 101001 1000001 11010 100101 0 111100 1001011 1100001 101011 10010

Color Harmonies of #29411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29411A

Black with #29411A

Text Example


Text Example

White with #29411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29411A; }

 p { color: rgb(41,65,26); }

 H1.HeaderClassName
 {
   color: #29411A;
 }
 .AnyTagClassName
 {
   color: #29411A;
 }
</style>

background-color css

<style>
 a { background-color: #29411A; }

 a { background-color: rgb(41,65,26); }

 div.DivClassName
 {
   background-color: #29411A;
 }
 .BgClassName
 {
   background-color: #29411A;
 }
</style>

border-color css

<style>
 span { border-color: #29411A; }

 span { border-color: rgb(41,65,26); }

 td.TdClassName
 {
   border-color: #29411A;
 }
 .TagClassName
 {
   border-color: #29411A;
 }
</style>