#121402

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

Shades of Maire #121402

Tints of Maire #121402

Color information

#121402 (or 0x121402) is unknown color: approx Maire. HEX triplet: 12, 14 and 02. RGB value is (18,20,2). Sum of RGB (Red+Green+Blue) = 18+20+2=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 2 (1.17% from 255 or 5% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #121402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121402 is #EDEBFD. Grayscale: #111111. Windows color (decimal): -15592446 or 136210. OLE color: 136210.

HSL color Cylindrical-coordinate representation of color #121402: hue angle of 66.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #121402 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.92.

Color convert

RGB18202-
CMYK0.1000.900.92
HSL66.67º81.82%4.31%-
HSV(B)66.67º90%7.84%-
XYZ0.510.630.15-
YUV17.35119.34128.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 45%
GREEN value IS 20 (8.20% from 255) = 50%
BLUE value IS 2 (1.17% from 255) = 5%
R=45%
G=50%
B=5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal182020.1000.900.9266.6781.824.31
Hex12142A05A5C43524
Octal222421201321341031224
Binary100101010010101001011010101110010000111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121402; }

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

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

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

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

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

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

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

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