#212C1F

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

Shades of Myrtle #212C1F

Tints of Myrtle #212C1F

Color information

#212C1F (or 0x212C1F) is unknown color: approx Myrtle. HEX triplet: 21, 2C and 1F. RGB value is (33,44,31). Sum of RGB (Red+Green+Blue) = 33+44+31=108 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.56% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 44 - color contains mainly: green. Hex color #212C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C1F is #DED3E0. Grayscale: #272727. Windows color (decimal): -14603233 or 2042913. OLE color: 2042913.

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

Color convert

RGB334431-
CMYK0.2500.300.83
HSL110.77º17.33%14.71%-
HSV(B)110.77º29.55%17.25%-
XYZ1.782.221.63-
YUV39.23123.36123.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.56%
GREEN value IS 44 (17.58% from 255) = 40.74%
BLUE value IS 31 (12.5% from 255) = 28.70%
R=30.56%
G=40.74%
B=28.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3344310.2500.300.83110.7717.3314.71
Hex212C1F1901E536f11f
Octal415437310361231572117
Binary100001101100111111100101111010100111101111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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