#212C19

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

Shades of Black Forest #212C19

Tints of Black Forest #212C19

Color information

#212C19 (or 0x212C19) is unknown color: approx Black Forest. HEX triplet: 21, 2C and 19. RGB value is (33,44,25). Sum of RGB (Red+Green+Blue) = 33+44+25=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 44 - color contains mainly: green. Hex color #212C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212C19 is #DED3E6. Grayscale: #262626. Windows color (decimal): -14603239 or 1649697. OLE color: 1649697.

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

Color convert

RGB334425-
CMYK0.2500.430.83
HSL94.74º27.54%13.53%-
HSV(B)94.74º43.18%17.25%-
XYZ1.72.191.25-
YUV38.54120.36124.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 32.35%
GREEN value IS 44 (17.58% from 255) = 43.14%
BLUE value IS 25 (10.16% from 255) = 24.51%
R=32.35%
G=43.14%
B=24.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3344250.2500.430.8394.7427.5413.53
Hex212C191902B535f1ce
Octal415431310531231373416
Binary1000011011001100111001010101110100111011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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