#120F0E

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

Shades of Black #120F0E

Tints of Black #120F0E

Color information

#120F0E (or 0x120F0E) is unknown color: approx Black. HEX triplet: 12, 0F and 0E. RGB value is (18,15,14). Sum of RGB (Red+Green+Blue) = 18+15+14=47 (6% of max value = 765). Red value is 18 (7.42% from 255 or 38.30% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 18 - color contains mainly: red. Hex color #120F0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120F0E is #EDF0F1. Grayscale: #0F0F0F. Windows color (decimal): -15593714 or 921362. OLE color: 921362.

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

Color convert

RGB181514-
CMYK00.170.220.93
HSL15º12.5%6.27%-
HSV(B)15º22.22%7.06%-
XYZ0.50.50.49-
YUV15.78126.99129.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 38.30%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 14 (5.86% from 255) = 29.79%
R=38.30%
G=31.91%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18151400.170.220.931512.56.27
Hex12FE011165Dfd6
Octal2217160212613517156
Binary100101111111001000110110101110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120F0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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