Html Css Color HEX #020201 Maire

📋 copy color: '#020201'

red 2 ◦ green 2 ◦ blue 1

#020201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maire #020201

Tints of Maire #020201

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 value IS 0

 M value IS 0

 Y value IS 0.50

 K value IS 0.99

RGB Variations

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

Color information

#020201 (or 0x020201) is known color: 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

RGB 2 2 1 -
CMYK 0 0 0.50 0.99
HSL 60º 0.33% 0.01% -
HSV(B) 60º 0.5% 0.01% -
XYZ 0.05 0.06 0.04 -
YUV 1.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 2 2 1 0 0 0.50 0.99 60 0.33 0.01
Hex 2 2 1 0 0 32 63 3C 21 1
Octal 2 2 1 0 0 62 143 74 41 1
Binary 10 10 1 0 0 110010 1100011 111100 100001 1

Color Harmonies of #020201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020201

Black with #020201

Text Example


Text Example

White with #020201

Text Example


Text Example

HTML Codes & Css Web 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>