#070513

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

Shades of Black Russian #070513

Tints of Black Russian #070513

Color information

#070513 (or 0x070513) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 13. RGB value is (7,5,19). Sum of RGB (Red+Green+Blue) = 7+5+19=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #070513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070513 is #F8FAEC. Grayscale: #070707. Windows color (decimal): -16317165 or 1246471. OLE color: 1246471.

HSL color Cylindrical-coordinate representation of color #070513: hue angle of 248.57º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #070513 is Cyan = 0.63, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB7519-
CMYK0.630.7400.93
HSL248.57º58.33%4.71%-
HSV(B)248.57º73.68%7.45%-
XYZ0.260.20.64-
YUV7.19134.66127.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 22.58%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 19 (7.81% from 255) = 61.29%
R=22.58%
G=16.13%
B=61.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal75190.630.7400.93248.5758.334.71
Hex75133F4A05Df93a5
Octal7523771120135371725
Binary1111011001111111110010100101110111111001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070513; }

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

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

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

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

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

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

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

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