#212A1D

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

Shades of Black Forest #212A1D

Tints of Black Forest #212A1D

Color information

#212A1D (or 0x212A1D) is unknown color: approx Black Forest. HEX triplet: 21, 2A and 1D. RGB value is (33,42,29). Sum of RGB (Red+Green+Blue) = 33+42+29=104 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.73% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 42 - color contains mainly: green. Hex color #212A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A1D is #DED5E2. Grayscale: #252525. Windows color (decimal): -14603747 or 1911329. OLE color: 1911329.

HSL color Cylindrical-coordinate representation of color #212A1D: hue angle of 101.54º degrees, saturation: 0.18, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #212A1D is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.84.

Color convert

RGB334229-
CMYK0.2100.310.84
HSL101.54º18.31%13.92%-
HSV(B)101.54º30.95%16.47%-
XYZ1.682.071.47-
YUV37.83123.02124.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.73%
GREEN value IS 42 (16.80% from 255) = 40.38%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=31.73%
G=40.38%
B=27.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3342290.2100.310.84101.5418.3113.92
Hex212A1D1501F546612e
Octal415235250371241462216
Binary100001101010111011010101111110101001100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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