#212201

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

Shades of Maire #212201

Tints of Maire #212201

Color information

#212201 (or 0x212201) is unknown color: approx Maire. HEX triplet: 21, 22 and 01. RGB value is (33,34,1). Sum of RGB (Red+Green+Blue) = 33+34+1=68 (9% of max value = 765). Red value is 33 (13.28% from 255 or 48.53% from 68); Green value is 34 (13.67% from 255 or 50% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 34 - color contains mainly: green. Hex color #212201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #212201 is #DEDDFE. Grayscale: #1E1E1E. Windows color (decimal): -14605823 or 74273. OLE color: 74273.

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

Color convert

RGB33341-
CMYK0.0300.970.87
HSL61.82º94.29%6.86%-
HSV(B)61.82º97.06%13.33%-
XYZ1.21.470.25-
YUV29.94111.67130.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 48.53%
GREEN value IS 34 (13.67% from 255) = 50%
BLUE value IS 1 (0.78% from 255) = 1.47%
R=48.53%
G=50%
B=1.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal333410.0300.970.8761.8294.296.86
Hex212213061573e5e7
Octal4142130141127761367
Binary1000011000101110110000110101111111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212201; }

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

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

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

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

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

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

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

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