#212D18

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

Shades of Black Forest #212D18

Tints of Black Forest #212D18

Color information

#212D18 (or 0x212D18) is unknown color: approx Black Forest. HEX triplet: 21, 2D and 18. RGB value is (33,45,24). Sum of RGB (Red+Green+Blue) = 33+45+24=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 45 (17.97% from 255 or 44.12% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 45 - color contains mainly: green. Hex color #212D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212D18 is #DED2E7. Grayscale: #272727. Windows color (decimal): -14602984 or 1584417. OLE color: 1584417.

HSL color Cylindrical-coordinate representation of color #212D18: hue angle of 94.29º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #212D18 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.

Color convert

RGB334524-
CMYK0.2700.470.82
HSL94.29º30.43%13.53%-
HSV(B)94.29º46.67%17.65%-
XYZ1.732.271.21-
YUV39.02119.52123.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 45 (17.97% from 255) = 44.12%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=32.35%
G=44.12%
B=23.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3345240.2700.470.8294.2930.4313.53
Hex212D181B02F525e1ee
Octal415530330571221363616
Binary1000011011011100011011010111110100101011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212D18; }

 p { color: rgb(33,45,24); }

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

<style>
 a { background-color: #212D18; }

 a { background-color: rgb(33,45,24); }

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

<style>
 span { border-color: #212D18; }

 span { border-color: rgb(33,45,24); }

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