#201C02

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

Shades of Maire #201C02

Tints of Maire #201C02

Color information

#201C02 (or 0x201C02) is unknown color: approx Maire. HEX triplet: 20, 1C and 02. RGB value is (32,28,2). Sum of RGB (Red+Green+Blue) = 32+28+2=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 28 (11.33% from 255 or 45.16% from 62); Blue value is 2 (1.17% from 255 or 3.23% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #201C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201C02 is #DFE3FD. Grayscale: #1A1A1A. Windows color (decimal): -14672894 or 138272. OLE color: 138272.

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

Color convert

RGB32282-
CMYK00.120.940.87
HSL52º88.24%6.67%-
HSV(B)52º93.75%12.55%-
XYZ1.021.140.22-
YUV26.23114.33132.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 51.61%
GREEN value IS 28 (11.33% from 255) = 45.16%
BLUE value IS 2 (1.17% from 255) = 3.23%
R=51.61%
G=45.16%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3228200.120.940.875288.246.67
Hex201C20C5E5734587
Octal40342014136127641307
Binary100000111001001100101111010101111101001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201C02; }

 p { color: rgb(32,28,2); }

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

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

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

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

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

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

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