#070300

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

Shades of Black #070300

Tints of Black #070300

Color information

#070300 (or 0x070300) is unknown color: approx Black. HEX triplet: 07, 03 and 00. RGB value is (7,3,0). Sum of RGB (Red+Green+Blue) = 7+3+0=10 (1% of max value = 765). Red value is 7 (3.12% from 255 or 70% from 10); Green value is 3 (1.56% from 255 or 30% from 10); Blue value is 0 (0.39% from 255 or 0% from 10); Max value from RGB is 7 - color contains mainly: red. Hex color #070300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070300 is #F8FCFF. Grayscale: #030303. Windows color (decimal): -16317696 or 775. OLE color: 775.

HSL color Cylindrical-coordinate representation of color #070300: hue angle of 25.71º 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 #070300 is Cyan = 0, Magento = 0.57, Yellow = 1 and Black (K on CMYK) = 0.97.

Color convert

RGB730-
CMYK00.5710.97
HSL25.71º100%1.37%-
HSV(B)25.71º100%2.75%-
XYZ0.120.110.01-
YUV3.85125.83130.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 70%
GREEN value IS 3 (1.56% from 255) = 30%
BLUE value IS 0 (0.39% from 255) = 0%
R=70%
G=30%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 1
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal73000.5710.9725.711001.37
Hex73003964611a641
Octal730071144141321441
Binary1111100111001110010011000011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070300; }

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

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

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

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

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

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

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

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