#121205

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

Shades of Maire #121205

Tints of Maire #121205

Color information

#121205 (or 0x121205) is unknown color: approx Maire. HEX triplet: 12, 12 and 05. RGB value is (18,18,5). Sum of RGB (Red+Green+Blue) = 18+18+5=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 5 (2.34% from 255 or 12.20% from 41); Max value from RGB is 18 - color contains mainly: red, green. Hex color #121205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121205 is #EDEDFA. Grayscale: #101010. Windows color (decimal): -15592955 or 332306. OLE color: 332306.

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

Color convert

RGB18185-
CMYK000.720.93
HSL60º56.52%4.51%-
HSV(B)60º72.22%7.06%-
XYZ0.490.570.23-
YUV16.52121.5129.06-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 5 (2.34% from 255) = 12.20%
R=43.90%
G=43.90%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18185000.720.936056.524.51
Hex1212500485D3c395
Octal222250011013574715
Binary10010100101010010010001011101111100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121205; }

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

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

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

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

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

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

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

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