#212017

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

Shades of Maire #212017

Tints of Maire #212017

Color information

#212017 (or 0x212017) is unknown color: approx Maire. HEX triplet: 21, 20 and 17. RGB value is (33,32,23). Sum of RGB (Red+Green+Blue) = 33+32+23=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 33 - color contains mainly: red. Hex color #212017 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212017 is #DEDFE8. Grayscale: #1F1F1F. Windows color (decimal): -14606313 or 1515553. OLE color: 1515553.

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

Color convert

RGB333223-
CMYK00.030.300.87
HSL54º17.86%10.98%-
HSV(B)54º30.3%12.94%-
XYZ1.31.421.02-
YUV31.27123.33129.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.5%
GREEN value IS 32 (12.89% from 255) = 36.36%
BLUE value IS 23 (9.38% from 255) = 26.14%
R=37.5%
G=36.36%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33322300.030.300.875417.8610.98
Hex212017031E573612b
Octal4140270336127662213
Binary10000110000010111011111101010111110110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212017; }

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

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

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

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

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

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

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

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