#121202

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

Shades of Maire #121202

Tints of Maire #121202

Color information

#121202 (or 0x121202) is unknown color: approx Maire. HEX triplet: 12, 12 and 02. RGB value is (18,18,2). Sum of RGB (Red+Green+Blue) = 18+18+2=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 2 (1.17% from 255 or 5.26% from 38); Max value from RGB is 18 - color contains mainly: red, green. Hex color #121202 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121202 is #EDEDFD. Grayscale: #101010. Windows color (decimal): -15592958 or 135698. OLE color: 135698.

HSL color Cylindrical-coordinate representation of color #121202: hue angle of 60º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #121202 is Cyan = 0, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB18182-
CMYK000.890.93
HSL60º80%3.92%-
HSV(B)60º88.89%7.06%-
XYZ0.480.570.14-
YUV16.18120129.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 18 (7.42% from 255) = 47.37%
BLUE value IS 2 (1.17% from 255) = 5.26%
R=47.37%
G=47.37%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18182000.890.9360803.92
Hex1212200595D3c504
Octal2222200131135741204
Binary10010100101000101100110111011111001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121202; }

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

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

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

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

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

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

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

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