#120E0E

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

Shades of Black #120E0E

Tints of Black #120E0E

Color information

#120E0E (or 0x120E0E) is unknown color: approx Black. HEX triplet: 12, 0E and 0E. RGB value is (18,14,14). Sum of RGB (Red+Green+Blue) = 18+14+14=46 (6% of max value = 765). Red value is 18 (7.42% from 255 or 39.13% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 18 - color contains mainly: red. Hex color #120E0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E0E is #EDF1F1. Grayscale: #0F0F0F. Windows color (decimal): -15593970 or 921106. OLE color: 921106.

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

Color convert

RGB181414-
CMYK00.220.220.93
HSL12.5%6.27%-
HSV(B)22.22%7.06%-
XYZ0.490.470.48-
YUV15.2127.33130-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 39.13%
GREEN value IS 14 (5.86% from 255) = 30.43%
BLUE value IS 14 (5.86% from 255) = 30.43%
R=39.13%
G=30.43%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.22
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18141400.220.220.93012.56.27
Hex12EE016165D0d6
Octal221616026261350156
Binary100101110111001011010110101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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