#120B0A

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

Shades of Black #120B0A

Tints of Black #120B0A

Color information

#120B0A (or 0x120B0A) is unknown color: approx Black. HEX triplet: 12, 0B and 0A. RGB value is (18,11,10). Sum of RGB (Red+Green+Blue) = 18+11+10=39 (5% of max value = 765). Red value is 18 (7.42% from 255 or 46.15% from 39); Green value is 11 (4.69% from 255 or 28.21% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 18 - color contains mainly: red. Hex color #120B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B0A is #EDF4F5. Grayscale: #0C0C0C. Windows color (decimal): -15594742 or 658194. OLE color: 658194.

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

Color convert

RGB181110-
CMYK00.390.440.93
HSL7.5º28.57%5.49%-
HSV(B)7.5º44.44%7.06%-
XYZ0.420.390.34-
YUV12.98126.32131.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 46.15%
GREEN value IS 11 (4.69% from 255) = 28.21%
BLUE value IS 10 (4.30% from 255) = 25.64%
R=46.15%
G=28.21%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18111000.390.440.937.528.575.49
Hex12BA0272C5D81d5
Octal2213120475413510355
Binary100101011101001001111011001011101100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,11,10); }

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

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

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

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

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

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

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