#120F08

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

Shades of Maire #120F08

Tints of Maire #120F08

Color information

#120F08 (or 0x120F08) is unknown color: approx Maire. HEX triplet: 12, 0F and 08. RGB value is (18,15,8). Sum of RGB (Red+Green+Blue) = 18+15+8=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 18 - color contains mainly: red. Hex color #120F08 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F08 is #EDF0F7. Grayscale: #0F0F0F. Windows color (decimal): -15593720 or 528146. OLE color: 528146.

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

Color convert

RGB18158-
CMYK00.170.560.93
HSL42º38.46%5.1%-
HSV(B)42º55.56%7.06%-
XYZ0.460.490.3-
YUV15.1123.99130.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 43.90%
GREEN value IS 15 (6.25% from 255) = 36.59%
BLUE value IS 8 (3.52% from 255) = 19.51%
R=43.90%
G=36.59%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1815800.170.560.934238.465.1
Hex12F8011385D2a265
Octal2217100217013552465
Binary10010111110000100011110001011101101010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120F08; }

 p { color: rgb(18,15,8); }

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

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

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

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

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

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

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