#29381F

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

Shades of Black Forest #29381F

Tints of Black Forest #29381F

Color information

#29381F (or 0x29381F) is unknown color: approx Black Forest. HEX triplet: 29, 38 and 1F. RGB value is (41,56,31). Sum of RGB (Red+Green+Blue) = 41+56+31=128 (16% of max value = 765). Red value is 41 (16.41% from 255 or 32.03% from 128); Green value is 56 (22.27% from 255 or 43.75% from 128); Blue value is 31 (12.5% from 255 or 24.22% from 128); Max value from RGB is 56 - color contains mainly: green. Hex color #29381F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29381F is #D6C7E0. Grayscale: #303030. Windows color (decimal): -14075873 or 2045993. OLE color: 2045993.

HSL color Cylindrical-coordinate representation of color #29381F: hue angle of 96º 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 #29381F is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.

Color convert

RGB415631-
CMYK0.2700.450.78
HSL96º28.74%17.06%-
HSV(B)96º44.64%21.96%-
XYZ2.583.41.82-
YUV48.66118.03122.53-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 32.03%
GREEN value IS 56 (22.27% from 255) = 43.75%
BLUE value IS 31 (12.5% from 255) = 24.22%
R=32.03%
G=43.75%
B=24.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4156310.2700.450.789628.7417.06
Hex29381F1B02D4E601d11
Octal517037330551161403521
Binary10100111100011111110110101101100111011000001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29381F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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