Html Css Color HEX #29371E Black Forest

📋 copy color: '#29371E'

red 41 ◦ green 55 ◦ blue 30

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

Shades of Black Forest #29371E

Tints of Black Forest #29371E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.65%

 BLUE value IS 30 (12.11% from 255) = 23.81%

R = 32.54%
G = 43.65%
B = 23.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#29371E (or 0x29371E) is known color: Black Forest. HEX triplet: 29, 37 and 1E. RGB value is (41,55,30). Sum of RGB (Red+Green+Blue) = 41+55+30=126 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.54% from 126); Green value is 55 (21.88% from 255 or 43.65% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 55 - color contains mainly: green. Hex color #29371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29371E is #D6C8E1. Grayscale: #303030. Windows color (decimal): -14076130 or 1980201. OLE color: 1980201.

HSL color Cylindrical-coordinate representation of color #29371E: hue angle of 93.6º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #29371E is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 55 30 -
CMYK 0.25 0 0.45 0.78
HSL 93.6º 0.29% 0.17% -
HSV(B) 93.6º 0.45% 0.22% -
XYZ 2.51 3.3 1.73 -
YUV 47.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 41 55 30 0.25 0 0.45 0.78 93.6 0.29 0.17
Hex 29 37 1E 19 0 2D 4E 5E 1D 11
Octal 51 67 36 31 0 55 116 136 35 21
Binary 101001 110111 11110 11001 0 101101 1001110 1011110 11101 10001

Color Harmonies of #29371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29371E

Black with #29371E

Text Example


Text Example

White with #29371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29371E; }

 p { color: rgb(41,55,30); }

 H1.HeaderClassName
 {
   color: #29371E;
 }
 .AnyTagClassName
 {
   color: #29371E;
 }
</style>

background-color css

<style>
 a { background-color: #29371E; }

 a { background-color: rgb(41,55,30); }

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

border-color css

<style>
 span { border-color: #29371E; }

 span { border-color: rgb(41,55,30); }

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