#2D401B

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

Shades of Black Forest #2D401B

Tints of Black Forest #2D401B

Color information

#2D401B (or 0x2D401B) is unknown color: approx Black Forest. HEX triplet: 2D, 40 and 1B. RGB value is (45,64,27). Sum of RGB (Red+Green+Blue) = 45+64+27=136 (18% of max value = 765). Red value is 45 (17.97% from 255 or 33.09% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #2D401B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D401B is #D2BFE4. Grayscale: #363636. Windows color (decimal): -13811685 or 1785901. OLE color: 1785901.

HSL color Cylindrical-coordinate representation of color #2D401B: hue angle of 90.81º 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 #2D401B is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB456427-
CMYK0.3000.580.75
HSL90.81º40.66%17.84%-
HSV(B)90.81º57.81%25.1%-
XYZ3.114.31.7-
YUV54.1112.71121.51-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 33.09%
GREEN value IS 64 (25.39% from 255) = 47.06%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=33.09%
G=47.06%
B=19.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4564270.3000.580.7590.8140.6617.84
Hex2D401B1E03A4B5b2912
Octal5510033360721131335122
Binary1011011000000110111111001110101001011101101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D401B; }

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

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

<style>
 a { background-color: #2D401B; }

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

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

<style>
 span { border-color: #2D401B; }

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

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