#212014

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

Shades of Maire #212014

Tints of Maire #212014

Color information

#212014 (or 0x212014) is unknown color: approx Maire. HEX triplet: 21, 20 and 14. RGB value is (33,32,20). Sum of RGB (Red+Green+Blue) = 33+32+20=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 33 - color contains mainly: red. Hex color #212014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212014 is #DEDFEB. Grayscale: #1E1E1E. Windows color (decimal): -14606316 or 1318945. OLE color: 1318945.

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

Color convert

RGB333220-
CMYK00.030.390.87
HSL55.38º24.53%10.39%-
HSV(B)55.38º39.39%12.94%-
XYZ1.271.410.87-
YUV30.93121.83129.48-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.82%
GREEN value IS 32 (12.89% from 255) = 37.65%
BLUE value IS 20 (8.20% from 255) = 23.53%
R=38.82%
G=37.65%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.39
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33322000.030.390.8755.3824.5310.39
Hex2120140327573719a
Octal4140240347127673112
Binary100001100000101000111001111010111110111110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212014; }

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

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

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

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

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

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

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

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