#212117

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

Shades of Maire #212117

Tints of Maire #212117

Color information

#212117 (or 0x212117) is unknown color: approx Maire. HEX triplet: 21, 21 and 17. RGB value is (33,33,23). Sum of RGB (Red+Green+Blue) = 33+33+23=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 33 (13.28% from 255 or 37.08% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 33 - color contains mainly: red, green. Hex color #212117 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212117 is #DEDEE8. Grayscale: #1F1F1F. Windows color (decimal): -14606057 or 1515809. OLE color: 1515809.

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

Color convert

RGB333323-
CMYK000.300.87
HSL60º17.86%10.98%-
HSV(B)60º30.3%12.94%-
XYZ1.331.471.03-
YUV31.86123128.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 37.08%
GREEN value IS 33 (13.28% from 255) = 37.08%
BLUE value IS 23 (9.38% from 255) = 25.84%
R=37.08%
G=37.08%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333323000.300.876017.8610.98
Hex212117001E573c12b
Octal4141270036127742213
Binary1000011000011011100111101010111111100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212117; }

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

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

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

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

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

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

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

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