#120A09

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

Shades of Black #120A09

Tints of Black #120A09

Color information

#120A09 (or 0x120A09) is unknown color: approx Black. HEX triplet: 12, 0A and 09. RGB value is (18,10,9). Sum of RGB (Red+Green+Blue) = 18+10+9=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 10 (4.30% from 255 or 27.03% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 18 - color contains mainly: red. Hex color #120A09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A09 is #EDF5F6. Grayscale: #0C0C0C. Windows color (decimal): -15594999 or 592402. OLE color: 592402.

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

Color convert

RGB18109-
CMYK00.440.50.93
HSL6.67º33.33%5.29%-
HSV(B)6.67º50%7.06%-
XYZ0.410.370.31-
YUV12.28126.15132.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 48.65%
GREEN value IS 10 (4.30% from 255) = 27.03%
BLUE value IS 9 (3.91% from 255) = 24.32%
R=48.65%
G=27.03%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1810900.440.50.936.6733.335.29
Hex12A902C325D7215
Octal221211054621357415
Binary100101010100101011001100101011101111100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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