#212001

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

Shades of Maire #212001

Tints of Maire #212001

Color information

#212001 (or 0x212001) is unknown color: approx Maire. HEX triplet: 21, 20 and 01. RGB value is (33,32,1). Sum of RGB (Red+Green+Blue) = 33+32+1=66 (8% of max value = 765). Red value is 33 (13.28% from 255 or 50% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 1 (0.78% from 255 or 1.52% from 66); Max value from RGB is 33 - color contains mainly: red. Hex color #212001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212001 is #DEDFFE. Grayscale: #1C1C1C. Windows color (decimal): -14606335 or 73761. OLE color: 73761.

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

Color convert

RGB33321-
CMYK00.030.970.87
HSL58.12º94.12%6.67%-
HSV(B)58.12º96.97%12.94%-
XYZ1.151.360.23-
YUV28.76112.33131.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 48.48%
BLUE value IS 1 (0.78% from 255) = 1.52%
R=50%
G=48.48%
B=1.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3332100.030.970.8758.1294.126.67
Hex212010361573a5e7
Octal4140103141127721367
Binary1000011000001011110000110101111110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212001; }

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

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

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

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

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

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

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

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