#2B421B

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

Shades of Black Forest #2B421B

Tints of Black Forest #2B421B

Color information

#2B421B (or 0x2B421B) is unknown color: approx Black Forest. HEX triplet: 2B, 42 and 1B. RGB value is (43,66,27). Sum of RGB (Red+Green+Blue) = 43+66+27=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 66 (26.17% from 255 or 48.53% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 66 - color contains mainly: green. Hex color #2B421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B421B is #D4BDE4. Grayscale: #363636. Windows color (decimal): -13942245 or 1786411. OLE color: 1786411.

HSL color Cylindrical-coordinate representation of color #2B421B: hue angle of 95.38º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B421B is Cyan = 0.35, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB436627-
CMYK0.3500.590.74
HSL95.38º41.94%18.24%-
HSV(B)95.38º59.09%25.88%-
XYZ3.144.491.74-
YUV54.68112.38119.67-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.62%
GREEN value IS 66 (26.17% from 255) = 48.53%
BLUE value IS 27 (10.94% from 255) = 19.85%
R=31.62%
G=48.53%
B=19.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal4366270.3500.590.7495.3841.9418.24
Hex2B421B2303B4A5f2a12
Octal5310233430731121375222
Binary10101110000101101110001101110111001010101111110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,66,27); }

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

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

 a { background-color: rgb(43,66,27); }

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

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

 span { border-color: rgb(43,66,27); }

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