#121002

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

Shades of Maire #121002

Tints of Maire #121002

Color information

#121002 (or 0x121002) is unknown color: approx Maire. HEX triplet: 12, 10 and 02. RGB value is (18,16,2). Sum of RGB (Red+Green+Blue) = 18+16+2=36 (4% of max value = 765). Red value is 18 (7.42% from 255 or 50% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 2 (1.17% from 255 or 5.56% from 36); Max value from RGB is 18 - color contains mainly: red. Hex color #121002 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121002 is #EDEFFD. Grayscale: #0F0F0F. Windows color (decimal): -15593470 or 135186. OLE color: 135186.

HSL color Cylindrical-coordinate representation of color #121002: hue angle of 52.5º 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 #121002 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.93.

Color convert

RGB18162-
CMYK00.110.890.93
HSL52.5º80%3.92%-
HSV(B)52.5º88.89%7.06%-
XYZ0.450.50.13-
YUV15120.66130.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 50%
GREEN value IS 16 (6.64% from 255) = 44.44%
BLUE value IS 2 (1.17% from 255) = 5.56%
R=50%
G=44.44%
B=5.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1816200.110.890.9352.5803.92
Hex121020B595D34504
Octal22202013131135641204
Binary10010100001001011101100110111011101001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121002; }

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

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

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

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

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

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

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

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