#212118

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

Shades of Maire #212118

Tints of Maire #212118

Color information

#212118 (or 0x212118) is unknown color: approx Maire. HEX triplet: 21, 21 and 18. RGB value is (33,33,24). Sum of RGB (Red+Green+Blue) = 33+33+24=90 (11% of max value = 765). Red value is 33 (13.28% from 255 or 36.67% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 33 - color contains mainly: red, green. Hex color #212118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212118 is #DEDEE7. Grayscale: #202020. Windows color (decimal): -14606056 or 1581345. OLE color: 1581345.

HSL color Cylindrical-coordinate representation of color #212118: hue angle of 60º 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 #212118 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.87.

Color convert

RGB333324-
CMYK000.270.87
HSL60º15.79%11.18%-
HSV(B)60º27.27%12.94%-
XYZ1.341.481.08-
YUV31.97123.5128.73-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 36.67%
GREEN value IS 33 (13.28% from 255) = 36.67%
BLUE value IS 24 (9.77% from 255) = 26.67%
R=36.67%
G=36.67%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333324000.270.876015.7911.18
Hex212118001B573c10b
Octal4141300033127742013
Binary1000011000011100000110111010111111100100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212118; }

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

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

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

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

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

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

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

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