Html Css Color HEX #29371F Black Forest

📋 copy color: '#29371F'

red 41 ◦ green 55 ◦ blue 31

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

Shades of Black Forest #29371F

Tints of Black Forest #29371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.41%

R = 32.28%
G = 43.31%
B = 24.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.44

 K value IS 0.78

RGB Variations

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

Color information

#29371F (or 0x29371F) is known color: Black Forest. HEX triplet: 29, 37 and 1F. RGB value is (41,55,31). Sum of RGB (Red+Green+Blue) = 41+55+31=127 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.28% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 31 (12.5% from 255 or 24.41% from 127); Max value from RGB is 55 - color contains mainly: green. Hex color #29371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29371F is #D6C8E0. Grayscale: #303030. Windows color (decimal): -14076129 or 2045737. OLE color: 2045737.

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

Color convert

RGB 41 55 31 -
CMYK 0.25 0 0.44 0.78
HSL 95º 0.28% 0.17% -
HSV(B) 95º 0.44% 0.22% -
XYZ 2.53 3.3 1.8 -
YUV 48.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 41 55 31 0.25 0 0.44 0.78 95 0.28 0.17
Hex 29 37 1F 19 0 2C 4E 5F 1C 11
Octal 51 67 37 31 0 54 116 137 34 21
Binary 101001 110111 11111 11001 0 101100 1001110 1011111 11100 10001

Color Harmonies of #29371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29371F

Black with #29371F

Text Example


Text Example

White with #29371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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