#020201

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

Shades of Maire #020201

Tints of Maire #020201

Color information

#020201 (or 0x020201) is unknown color: approx Maire. HEX triplet: 02, 02 and 01. RGB value is (2,2,1). Sum of RGB (Red+Green+Blue) = 2+2+1=5 (0% of max value = 765). Red value is 2 (1.17% from 255 or 40% from 5); Green value is 2 (1.17% from 255 or 40% from 5); Blue value is 1 (0.78% from 255 or 20% from 5); Max value from RGB is 2 - color contains mainly: red, green. Hex color #020201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020201 is #FDFDFE. Grayscale: #010101. Windows color (decimal): -16645631 or 66050. OLE color: 66050.

HSL color Cylindrical-coordinate representation of color #020201: hue angle of 60º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #020201 is Cyan = 0, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.99.

Color convert

RGB221-
CMYK000.500.99
HSL60º33.33%0.59%-
HSV(B)60º50%0.78%-
XYZ0.050.060.04-
YUV1.89127.5128.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 40%
GREEN value IS 2 (1.17% from 255) = 40%
BLUE value IS 1 (0.78% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal221000.500.996033.330.59
Hex2210032633c211
Octal221006214374411
Binary101010011001011000111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020201; }

 p { color: rgb(2,2,1); }

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

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

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

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

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

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

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