#212E1A

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

Shades of Black Forest #212E1A

Tints of Black Forest #212E1A

Color information

#212E1A (or 0x212E1A) is unknown color: approx Black Forest. HEX triplet: 21, 2E and 1A. RGB value is (33,46,26). Sum of RGB (Red+Green+Blue) = 33+46+26=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 46 - color contains mainly: green. Hex color #212E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E1A is #DED1E5. Grayscale: #272727. Windows color (decimal): -14602726 or 1715745. OLE color: 1715745.

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

Color convert

RGB334626-
CMYK0.2800.430.82
HSL99º27.78%14.12%-
HSV(B)99º43.48%18.04%-
XYZ1.792.351.34-
YUV39.83120.19123.13-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 31.43%
GREEN value IS 46 (18.36% from 255) = 43.81%
BLUE value IS 26 (10.55% from 255) = 24.76%
R=31.43%
G=43.81%
B=24.76%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3346260.2800.430.829927.7814.12
Hex212E1A1C02B52631ce
Octal415632340531221433416
Binary1000011011101101011100010101110100101100011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,46,26); }

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

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

 a { background-color: rgb(33,46,26); }

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

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

 span { border-color: rgb(33,46,26); }

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