#120A05

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

Shades of Black #120A05

Tints of Black #120A05

Color information

#120A05 (or 0x120A05) is unknown color: approx Black. HEX triplet: 12, 0A and 05. RGB value is (18,10,5). Sum of RGB (Red+Green+Blue) = 18+10+5=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 10 (4.30% from 255 or 30.30% from 33); Blue value is 5 (2.34% from 255 or 15.15% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #120A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A05 is #EDF5FA. Grayscale: #0B0B0B. Windows color (decimal): -15595003 or 330258. OLE color: 330258.

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

Color convert

RGB18105-
CMYK00.440.720.93
HSL23.08º56.52%4.51%-
HSV(B)23.08º72.22%7.06%-
XYZ0.390.360.19-
YUV11.82124.15132.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 54.55%
GREEN value IS 10 (4.30% from 255) = 30.30%
BLUE value IS 5 (2.34% from 255) = 15.15%
R=54.55%
G=30.30%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1810500.440.720.9323.0856.524.51
Hex12A502C485D17395
Octal2212505411013527715
Binary10010101010101011001001000101110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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