#120700

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

Shades of Black #120700

Tints of Black #120700

Color information

#120700 (or 0x120700) is unknown color: approx Black. HEX triplet: 12, 07 and 00. RGB value is (18,7,0). Sum of RGB (Red+Green+Blue) = 18+7+0=25 (3% of max value = 765). Red value is 18 (7.42% from 255 or 72% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 0 (0.39% from 255 or 0% from 25); Max value from RGB is 18 - color contains mainly: red. Hex color #120700 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120700 is #EDF8FF. Grayscale: #090909. Windows color (decimal): -15595776 or 1810. OLE color: 1810.

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

Color convert

RGB1870-
CMYK00.6110.93
HSL23.33º100%3.53%-
HSV(B)23.33º100%7.06%-
XYZ0.330.280.04-
YUV9.49122.64134.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 72%
GREEN value IS 7 (3.12% from 255) = 28%
BLUE value IS 0 (0.39% from 255) = 0%
R=72%
G=28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal187000.6110.9323.331003.53
Hex127003D645D17644
Octal2270075144135271444
Binary100101110011110111001001011101101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120700; }

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

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

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

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

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

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

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

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