#29401B

Color #29401B Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #29401B

Tints of Black Forest #29401B

Color information

#29401B (or 0x29401B) is unknown color: approx Black Forest. HEX triplet: 29, 40 and 1B. RGB value is (41,64,27). Sum of RGB (Red+Green+Blue) = 41+64+27=132 (17% of max value = 765). Red value is 41 (16.41% from 255 or 31.06% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #29401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29401B is #D6BFE4. Grayscale: #353535. Windows color (decimal): -14073829 or 1785897. OLE color: 1785897.

HSL color Cylindrical-coordinate representation of color #29401B: hue angle of 97.3º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #29401B is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB416427-
CMYK0.3600.580.75
HSL97.3º40.66%17.84%-
HSV(B)97.3º57.81%25.1%-
XYZ2.954.221.7-
YUV52.9113.38119.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 31.06%
GREEN value IS 64 (25.39% from 255) = 48.48%
BLUE value IS 27 (10.94% from 255) = 20.45%
R=31.06%
G=48.48%
B=20.45%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4164270.3600.580.7597.340.6617.84
Hex29401B2403A4B612912
Octal5110033440721131415122
Binary10100110000001101110010001110101001011110000110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29401B; }

 p { color: rgb(41,64,27); }

 H1.HeaderClassName
 {
   color: #29401B;
 }
 .AnyTagClassName
 {
   color: #29401B;
 }
</style>
background-color css

<style>
 a { background-color: #29401B; }

 a { background-color: rgb(41,64,27); }

 div.DivClassName
 {
   background-color: #29401B;
 }
 .BgClassName
 {
   background-color: #29401B;
 }
</style>
border-color css

<style>
 span { border-color: #29401B; }

 span { border-color: rgb(41,64,27); }

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