#121107

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

Shades of Maire #121107

Tints of Maire #121107

Color information

#121107 (or 0x121107) is unknown color: approx Maire. HEX triplet: 12, 11 and 07. RGB value is (18,17,7). Sum of RGB (Red+Green+Blue) = 18+17+7=42 (5% of max value = 765). Red value is 18 (7.42% from 255 or 42.86% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 18 - color contains mainly: red. Hex color #121107 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121107 is #EDEEF8. Grayscale: #101010. Windows color (decimal): -15593209 or 463122. OLE color: 463122.

HSL color Cylindrical-coordinate representation of color #121107: hue angle of 54.55º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #121107 is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.93.

Color convert

RGB18177-
CMYK00.060.610.93
HSL54.55º44%4.9%-
HSV(B)54.55º61.11%7.06%-
XYZ0.490.540.28-
YUV16.16122.83129.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 42.86%
GREEN value IS 17 (7.03% from 255) = 40.48%
BLUE value IS 7 (3.12% from 255) = 16.67%
R=42.86%
G=40.48%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1817700.060.610.9354.55444.9
Hex12117063D5D372c5
Octal22217067513567545
Binary100101000111101101111011011101110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121107; }

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

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

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

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

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

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

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

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