#212C1D

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

Shades of Black Forest #212C1D

Tints of Black Forest #212C1D

Color information

#212C1D (or 0x212C1D) is unknown color: approx Black Forest. HEX triplet: 21, 2C and 1D. RGB value is (33,44,29). Sum of RGB (Red+Green+Blue) = 33+44+29=106 (14% of max value = 765). Red value is 33 (13.28% from 255 or 31.13% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 44 - color contains mainly: green. Hex color #212C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C1D is #DED3E2. Grayscale: #272727. Windows color (decimal): -14603235 or 1911841. OLE color: 1911841.

HSL color Cylindrical-coordinate representation of color #212C1D: hue angle of 104º degrees, saturation: 0.21, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #212C1D is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.83.

Color convert

RGB334429-
CMYK0.2500.340.83
HSL104º20.55%14.31%-
HSV(B)104º34.09%17.25%-
XYZ1.752.211.5-
YUV39122.36123.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.13%
GREEN value IS 44 (17.58% from 255) = 41.51%
BLUE value IS 29 (11.72% from 255) = 27.36%
R=31.13%
G=41.51%
B=27.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3344290.2500.340.8310420.5514.31
Hex212C1D19022536815e
Octal415435310421231502516
Binary1000011011001110111001010001010100111101000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,44,29); }

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

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

 a { background-color: rgb(33,44,29); }

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

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

 span { border-color: rgb(33,44,29); }

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