#070503

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

Shades of Black #070503

Tints of Black #070503

Color information

#070503 (or 0x070503) is unknown color: approx Black. HEX triplet: 07, 05 and 03. RGB value is (7,5,3). Sum of RGB (Red+Green+Blue) = 7+5+3=15 (1% of max value = 765). Red value is 7 (3.12% from 255 or 46.67% from 15); Green value is 5 (2.34% from 255 or 33.33% from 15); Blue value is 3 (1.56% from 255 or 20% from 15); Max value from RGB is 7 - color contains mainly: red. Hex color #070503 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070503 is #F8FAFC. Grayscale: #050505. Windows color (decimal): -16317181 or 197895. OLE color: 197895.

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

Color convert

RGB753-
CMYK00.290.570.97
HSL30º40%1.96%-
HSV(B)30º57.14%2.75%-
XYZ0.160.160.11-
YUV5.37126.66129.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 46.67%
GREEN value IS 5 (2.34% from 255) = 33.33%
BLUE value IS 3 (1.56% from 255) = 20%
R=46.67%
G=33.33%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal75300.290.570.9730401.96
Hex75301D39611e282
Octal7530357114136502
Binary1111011101110111100111000011111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070503; }

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

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

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

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

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

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

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

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