#212113

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

Shades of Maire #212113

Tints of Maire #212113

Color information

#212113 (or 0x212113) is unknown color: approx Maire. HEX triplet: 21, 21 and 13. RGB value is (33,33,19). Sum of RGB (Red+Green+Blue) = 33+33+19=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 33 (13.28% from 255 or 38.82% from 85); Blue value is 19 (7.81% from 255 or 22.35% from 85); Max value from RGB is 33 - color contains mainly: red, green. Hex color #212113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212113 is #DEDEEC. Grayscale: #1F1F1F. Windows color (decimal): -14606061 or 1253665. OLE color: 1253665.

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

Color convert

RGB333319-
CMYK000.420.87
HSL60º26.92%10.2%-
HSV(B)60º42.42%12.94%-
XYZ1.291.460.83-
YUV31.4121129.14-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 33 (13.28% from 255) = 38.82%
BLUE value IS 19 (7.81% from 255) = 22.35%
R=38.82%
G=38.82%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333319000.420.876026.9210.2
Hex212113002A573c1ba
Octal4141230052127743312
Binary10000110000110011001010101010111111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212113; }

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

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

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

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

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

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

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

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