#212018

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

Shades of Maire #212018

Tints of Maire #212018

Color information

#212018 (or 0x212018) is unknown color: approx Maire. HEX triplet: 21, 20 and 18. RGB value is (33,32,24). Sum of RGB (Red+Green+Blue) = 33+32+24=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 32 (12.89% from 255 or 35.96% from 89); Blue value is 24 (9.77% from 255 or 26.97% from 89); Max value from RGB is 33 - color contains mainly: red. Hex color #212018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212018 is #DEDFE7. Grayscale: #1F1F1F. Windows color (decimal): -14606312 or 1581089. OLE color: 1581089.

HSL color Cylindrical-coordinate representation of color #212018: hue angle of 53.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #212018 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB333224-
CMYK00.030.270.87
HSL53.33º15.79%11.18%-
HSV(B)53.33º27.27%12.94%-
XYZ1.311.421.07-
YUV31.39123.83129.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 32 (12.89% from 255) = 35.96%
BLUE value IS 24 (9.77% from 255) = 26.97%
R=37.08%
G=35.96%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33322400.030.270.8753.3315.7911.18
Hex212018031B573510b
Octal4140300333127652013
Binary10000110000011000011110111010111110101100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212018; }

 p { color: rgb(33,32,24); }

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

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

 a { background-color: rgb(33,32,24); }

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

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

 span { border-color: rgb(33,32,24); }

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