#120704

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

Shades of Black #120704

Tints of Black #120704

Color information

#120704 (or 0x120704) is unknown color: approx Black. HEX triplet: 12, 07 and 04. RGB value is (18,7,4). Sum of RGB (Red+Green+Blue) = 18+7+4=29 (3% of max value = 765). Red value is 18 (7.42% from 255 or 62.07% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 4 (1.95% from 255 or 13.79% from 29); Max value from RGB is 18 - color contains mainly: red. Hex color #120704 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120704 is #EDF8FB. Grayscale: #090909. Windows color (decimal): -15595772 or 263954. OLE color: 263954.

HSL color Cylindrical-coordinate representation of color #120704: hue angle of 12.86º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120704 is Cyan = 0, Magento = 0.61, Yellow = 0.78 and Black (K on CMYK) = 0.93.

Color convert

RGB1874-
CMYK00.610.780.93
HSL12.86º63.64%4.31%-
HSV(B)12.86º77.78%7.06%-
XYZ0.350.290.15-
YUV9.95124.64133.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 62.07%
GREEN value IS 7 (3.12% from 255) = 24.14%
BLUE value IS 4 (1.95% from 255) = 13.79%
R=62.07%
G=24.14%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.78
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal187400.610.780.9312.8663.644.31
Hex127403D4E5Dd404
Octal2274075116135151004
Binary1001011110001111011001110101110111011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120704; }

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

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

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

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

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

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

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

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