#120B0B

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

Shades of Black #120B0B

Tints of Black #120B0B

Color information

#120B0B (or 0x120B0B) is unknown color: approx Black. HEX triplet: 12, 0B and 0B. RGB value is (18,11,11). Sum of RGB (Red+Green+Blue) = 18+11+11=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 11 (4.69% from 255 or 27.5% from 40); Max value from RGB is 18 - color contains mainly: red. Hex color #120B0B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B0B is #EDF4F4. Grayscale: #0D0D0D. Windows color (decimal): -15594741 or 723730. OLE color: 723730.

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

Color convert

RGB181111-
CMYK00.390.390.93
HSL24.14%5.69%-
HSV(B)38.89%7.06%-
XYZ0.430.390.37-
YUV13.09126.82131.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 45%
GREEN value IS 11 (4.69% from 255) = 27.5%
BLUE value IS 11 (4.69% from 255) = 27.5%
R=45%
G=27.5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18111100.390.390.93024.145.69
Hex12BB027275D0186
Octal221313047471350306
Binary100101011101101001111001111011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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