#212015

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

Shades of Maire #212015

Tints of Maire #212015

Color information

#212015 (or 0x212015) is unknown color: approx Maire. HEX triplet: 21, 20 and 15. RGB value is (33,32,21). Sum of RGB (Red+Green+Blue) = 33+32+21=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 21 (8.59% from 255 or 24.42% from 86); Max value from RGB is 33 - color contains mainly: red. Hex color #212015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212015 is #DEDFEA. Grayscale: #1F1F1F. Windows color (decimal): -14606315 or 1384481. OLE color: 1384481.

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

Color convert

RGB333221-
CMYK00.030.360.87
HSL55º22.22%10.59%-
HSV(B)55º36.36%12.94%-
XYZ1.281.410.91-
YUV31.04122.33129.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.37%
GREEN value IS 32 (12.89% from 255) = 37.21%
BLUE value IS 21 (8.59% from 255) = 24.42%
R=38.37%
G=37.21%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.36
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33322100.030.360.875522.2210.59
Hex2120150324573716b
Octal4140250344127672613
Binary100001100000101010111001001010111110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212015

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212015; }

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

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

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

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

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

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

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

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