#120701

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

Shades of Black #120701

Tints of Black #120701

Color information

#120701 (or 0x120701) is unknown color: approx Black. HEX triplet: 12, 07 and 01. RGB value is (18,7,1). Sum of RGB (Red+Green+Blue) = 18+7+1=26 (3% of max value = 765). Red value is 18 (7.42% from 255 or 69.23% from 26); Green value is 7 (3.12% from 255 or 26.92% from 26); Blue value is 1 (0.78% from 255 or 3.85% from 26); Max value from RGB is 18 - color contains mainly: red. Hex color #120701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120701 is #EDF8FE. Grayscale: #090909. Windows color (decimal): -15595775 or 67346. OLE color: 67346.

HSL color Cylindrical-coordinate representation of color #120701: hue angle of 21.18º 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 #120701 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.93.

Color convert

RGB1871-
CMYK00.610.940.93
HSL21.18º89.47%3.73%-
HSV(B)21.18º94.44%7.06%-
XYZ0.330.280.07-
YUV9.6123.14133.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 69.23%
GREEN value IS 7 (3.12% from 255) = 26.92%
BLUE value IS 1 (0.78% from 255) = 3.85%
R=69.23%
G=26.92%
B=3.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal187100.610.940.9321.1889.473.73
Hex127103D5E5D15594
Octal2271075136135251314
Binary100101111011110110111101011101101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120701; }

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

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

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

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

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

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

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

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