#121102

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

Shades of Maire #121102

Tints of Maire #121102

Color information

#121102 (or 0x121102) is unknown color: approx Maire. HEX triplet: 12, 11 and 02. RGB value is (18,17,2). Sum of RGB (Red+Green+Blue) = 18+17+2=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 2 (1.17% from 255 or 5.41% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #121102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121102 is #EDEEFD. Grayscale: #0F0F0F. Windows color (decimal): -15593214 or 135442. OLE color: 135442.

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

Color convert

RGB18172-
CMYK00.060.890.93
HSL56.25º80%3.92%-
HSV(B)56.25º88.89%7.06%-
XYZ0.460.530.14-
YUV15.59120.33129.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 48.65%
GREEN value IS 17 (7.03% from 255) = 45.95%
BLUE value IS 2 (1.17% from 255) = 5.41%
R=48.65%
G=45.95%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1817200.060.890.9356.25803.92
Hex1211206595D38504
Octal2221206131135701204
Binary1001010001100110101100110111011110001010000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121102; }

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

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

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

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

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

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

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

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