#121207

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

Shades of Maire #121207

Tints of Maire #121207

Color information

#121207 (or 0x121207) is unknown color: approx Maire. HEX triplet: 12, 12 and 07. RGB value is (18,18,7). Sum of RGB (Red+Green+Blue) = 18+18+7=43 (5% of max value = 765). Red value is 18 (7.42% from 255 or 41.86% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 7 (3.12% from 255 or 16.28% from 43); Max value from RGB is 18 - color contains mainly: red, green. Hex color #121207 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121207 is #EDEDF8. Grayscale: #101010. Windows color (decimal): -15592953 or 463378. OLE color: 463378.

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

Color convert

RGB18187-
CMYK000.610.93
HSL60º44%4.9%-
HSV(B)60º61.11%7.06%-
XYZ0.50.580.29-
YUV16.75122.5128.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 41.86%
GREEN value IS 18 (7.42% from 255) = 41.86%
BLUE value IS 7 (3.12% from 255) = 16.28%
R=41.86%
G=41.86%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18187000.610.9360444.9
Hex12127003D5D3c2c5
Octal22227007513574545
Binary1001010010111001111011011101111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121207; }

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

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

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

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

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

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

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

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