#070515

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

Shades of Black Russian #070515

Tints of Black Russian #070515

Color information

#070515 (or 0x070515) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 15. RGB value is (7,5,21). Sum of RGB (Red+Green+Blue) = 7+5+21=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 21 (8.59% from 255 or 63.64% from 33); Max value from RGB is 21 - color contains mainly: blue. Hex color #070515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070515 is #F8FAEA. Grayscale: #070707. Windows color (decimal): -16317163 or 1377543. OLE color: 1377543.

HSL color Cylindrical-coordinate representation of color #070515: hue angle of 247.5º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #070515 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB7521-
CMYK0.670.7600.92
HSL247.5º61.54%5.1%-
HSV(B)247.5º76.19%8.24%-
XYZ0.280.210.73-
YUV7.42135.66127.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.21%
GREEN value IS 5 (2.34% from 255) = 15.15%
BLUE value IS 21 (8.59% from 255) = 63.64%
R=21.21%
G=15.15%
B=63.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal75210.670.7600.92247.561.545.1
Hex7515434C05Cf83e5
Octal75251031140134370765
Binary11110110101100001110011000101110011111000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070515; }

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

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

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

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

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

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

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

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