#120B09

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

Shades of Black #120B09

Tints of Black #120B09

Color information

#120B09 (or 0x120B09) is unknown color: approx Black. HEX triplet: 12, 0B and 09. RGB value is (18,11,9). Sum of RGB (Red+Green+Blue) = 18+11+9=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 11 (4.69% from 255 or 28.95% from 38); Blue value is 9 (3.91% from 255 or 23.68% from 38); Max value from RGB is 18 - color contains mainly: red. Hex color #120B09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120B09 is #EDF4F6. Grayscale: #0C0C0C. Windows color (decimal): -15594743 or 592658. OLE color: 592658.

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

Color convert

RGB18119-
CMYK00.390.50.93
HSL13.33º33.33%5.29%-
HSV(B)13.33º50%7.06%-
XYZ0.420.390.31-
YUV12.86125.82131.66-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 47.37%
GREEN value IS 11 (4.69% from 255) = 28.95%
BLUE value IS 9 (3.91% from 255) = 23.68%
R=47.37%
G=28.95%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.5
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1811900.390.50.9313.3333.335.29
Hex12B9027325Dd215
Octal2213110476213515415
Binary1001010111001010011111001010111011101100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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