#070501

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

Shades of Black #070501

Tints of Black #070501

Color information

#070501 (or 0x070501) is unknown color: approx Black. HEX triplet: 07, 05 and 01. RGB value is (7,5,1). Sum of RGB (Red+Green+Blue) = 7+5+1=13 (1% of max value = 765). Red value is 7 (3.12% from 255 or 53.85% from 13); Green value is 5 (2.34% from 255 or 38.46% from 13); Blue value is 1 (0.78% from 255 or 7.69% from 13); Max value from RGB is 7 - color contains mainly: red. Hex color #070501 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070501 is #F8FAFE. Grayscale: #050505. Windows color (decimal): -16317183 or 66823. OLE color: 66823.

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

Color convert

RGB751-
CMYK00.290.860.97
HSL40º75%1.57%-
HSV(B)40º85.71%2.75%-
XYZ0.150.160.05-
YUV5.14125.66129.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 53.85%
GREEN value IS 5 (2.34% from 255) = 38.46%
BLUE value IS 1 (0.78% from 255) = 7.69%
R=53.85%
G=38.46%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.86
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal75100.290.860.9740751.57
Hex75101D5661284b2
Octal751035126141501132
Binary111101101110110101101100001101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070501; }

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

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

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

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

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

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

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

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