#212013

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

Shades of Maire #212013

Tints of Maire #212013

Color information

#212013 (or 0x212013) is unknown color: approx Maire. HEX triplet: 21, 20 and 13. RGB value is (33,32,19). Sum of RGB (Red+Green+Blue) = 33+32+19=84 (11% of max value = 765). Red value is 33 (13.28% from 255 or 39.29% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 33 - color contains mainly: red. Hex color #212013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212013 is #DEDFEC. Grayscale: #1E1E1E. Windows color (decimal): -14606317 or 1253409. OLE color: 1253409.

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

Color convert

RGB333219-
CMYK00.030.420.87
HSL55.71º26.92%10.2%-
HSV(B)55.71º42.42%12.94%-
XYZ1.261.40.82-
YUV30.82121.33129.56-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 39.29%
GREEN value IS 32 (12.89% from 255) = 38.10%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=39.29%
G=38.10%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33321900.030.420.8755.7126.9210.2
Hex212013032A57381ba
Octal4140230352127703312
Binary100001100000100110111010101010111111000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212013; }

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

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

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

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

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

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

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

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