#120703

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

Shades of Black #120703

Tints of Black #120703

Color information

#120703 (or 0x120703) is unknown color: approx Black. HEX triplet: 12, 07 and 03. RGB value is (18,7,3). Sum of RGB (Red+Green+Blue) = 18+7+3=28 (3% of max value = 765). Red value is 18 (7.42% from 255 or 64.29% from 28); Green value is 7 (3.12% from 255 or 25% from 28); Blue value is 3 (1.56% from 255 or 10.71% from 28); Max value from RGB is 18 - color contains mainly: red. Hex color #120703 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120703 is #EDF8FC. Grayscale: #090909. Windows color (decimal): -15595773 or 198418. OLE color: 198418.

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

Color convert

RGB1873-
CMYK00.610.830.93
HSL16º71.43%4.12%-
HSV(B)16º83.33%7.06%-
XYZ0.340.290.12-
YUV9.83124.14133.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 64.29%
GREEN value IS 7 (3.12% from 255) = 25%
BLUE value IS 3 (1.56% from 255) = 10.71%
R=64.29%
G=25%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.83
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal187300.610.830.931671.434.12
Hex127303D535D10474
Octal2273075123135201074
Binary1001011111011110110100111011101100001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120703; }

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

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

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

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

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

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

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

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