#2B3224

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

Shades of Black Forest #2B3224

Tints of Black Forest #2B3224

Color information

#2B3224 (or 0x2B3224) is unknown color: approx Black Forest. HEX triplet: 2B, 32 and 24. RGB value is (43,50,36). Sum of RGB (Red+Green+Blue) = 43+50+36=129 (17% of max value = 765). Red value is 43 (17.19% from 255 or 33.33% from 129); Green value is 50 (19.92% from 255 or 38.76% from 129); Blue value is 36 (14.45% from 255 or 27.91% from 129); Max value from RGB is 50 - color contains mainly: green. Hex color #2B3224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3224 is #D4CDDB. Grayscale: #2E2E2E. Windows color (decimal): -13946332 or 2372139. OLE color: 2372139.

HSL color Cylindrical-coordinate representation of color #2B3224: hue angle of 90º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B3224 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB435036-
CMYK0.1400.280.80
HSL90º16.28%16.86%-
HSV(B)90º28%19.61%-
XYZ2.462.922.1-
YUV46.31122.18125.64-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 33.33%
GREEN value IS 50 (19.92% from 255) = 38.76%
BLUE value IS 36 (14.45% from 255) = 27.91%
R=33.33%
G=38.76%
B=27.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4350360.1400.280.809016.2816.86
Hex2B3224E01C505a1011
Octal536244160341201322021
Binary1010111100101001001110011100101000010110101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B3224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,50,36); }

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

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

 a { background-color: rgb(43,50,36); }

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

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

 span { border-color: rgb(43,50,36); }

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