#29381B

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

Shades of Black Forest #29381B

Tints of Black Forest #29381B

Color information

#29381B (or 0x29381B) is unknown color: approx Black Forest. HEX triplet: 29, 38 and 1B. RGB value is (41,56,27). Sum of RGB (Red+Green+Blue) = 41+56+27=124 (16% of max value = 765). Red value is 41 (16.41% from 255 or 33.06% from 124); Green value is 56 (22.27% from 255 or 45.16% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 56 - color contains mainly: green. Hex color #29381B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29381B is #D6C7E4. Grayscale: #303030. Windows color (decimal): -14075877 or 1783849. OLE color: 1783849.

HSL color Cylindrical-coordinate representation of color #29381B: hue angle of 91.03º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #29381B is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB415627-
CMYK0.2700.520.78
HSL91.03º34.94%16.27%-
HSV(B)91.03º51.79%21.96%-
XYZ2.533.381.56-
YUV48.21116.03122.86-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 33.06%
GREEN value IS 56 (22.27% from 255) = 45.16%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=33.06%
G=45.16%
B=21.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4156270.2700.520.7891.0334.9416.27
Hex29381B1B0344E5b2310
Octal517033330641161334320
Binary101001111000110111101101101001001110101101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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