#120A01

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

Shades of Black #120A01

Tints of Black #120A01

Color information

#120A01 (or 0x120A01) is unknown color: approx Black. HEX triplet: 12, 0A and 01. RGB value is (18,10,1). Sum of RGB (Red+Green+Blue) = 18+10+1=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 10 (4.30% from 255 or 34.48% from 29); Blue value is 1 (0.78% from 255 or 3.45% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120A01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120A01 is #EDF5FE. Grayscale: #0B0B0B. Windows color (decimal): -15595007 or 68114. OLE color: 68114.

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

Color convert

RGB18101-
CMYK00.440.940.93
HSL31.76º89.47%3.73%-
HSV(B)31.76º94.44%7.06%-
XYZ0.360.350.08-
YUV11.37122.15132.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 62.07%
GREEN value IS 10 (4.30% from 255) = 34.48%
BLUE value IS 1 (0.78% from 255) = 3.45%
R=62.07%
G=34.48%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1810100.440.940.9331.7689.473.73
Hex12A102C5E5D20594
Octal22121054136135401314
Binary10010101010101100101111010111011000001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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