#070500

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

Shades of Black #070500

Tints of Black #070500

Color information

#070500 (or 0x070500) is unknown color: approx Black. HEX triplet: 07, 05 and 00. RGB value is (7,5,0). Sum of RGB (Red+Green+Blue) = 7+5+0=12 (1% of max value = 765). Red value is 7 (3.12% from 255 or 58.33% from 12); Green value is 5 (2.34% from 255 or 41.67% from 12); Blue value is 0 (0.39% from 255 or 0% from 12); Max value from RGB is 7 - color contains mainly: red. Hex color #070500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070500 is #F8FAFF. Grayscale: #050505. Windows color (decimal): -16317184 or 1287. OLE color: 1287.

HSL color Cylindrical-coordinate representation of color #070500: hue angle of 42.86º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070500 is Cyan = 0, Magento = 0.29, Yellow = 1 and Black (K on CMYK) = 0.97.

Color convert

RGB750-
CMYK00.2910.97
HSL42.86º100%1.37%-
HSV(B)42.86º100%2.75%-
XYZ0.140.150.02-
YUV5.03125.16129.41-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 58.33%
GREEN value IS 5 (2.34% from 255) = 41.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.33%
G=41.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal75000.2910.9742.861001.37
Hex75001D64612b641
Octal750035144141531441
Binary11110100111011100100110000110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070500; }

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

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

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

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

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

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

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

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