#070519

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

Shades of Black Russian #070519

Tints of Black Russian #070519

Color information

#070519 (or 0x070519) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 19. RGB value is (7,5,25). Sum of RGB (Red+Green+Blue) = 7+5+25=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 5 (2.34% from 255 or 13.51% from 37); Blue value is 25 (10.16% from 255 or 67.57% from 37); Max value from RGB is 25 - color contains mainly: blue. Hex color #070519 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070519 is #F8FAE6. Grayscale: #070707. Windows color (decimal): -16317159 or 1639687. OLE color: 1639687.

HSL color Cylindrical-coordinate representation of color #070519: hue angle of 246º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #070519 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB7525-
CMYK0.720.8000.90
HSL246º66.67%5.88%-
HSV(B)246º80%9.8%-
XYZ0.320.220.95-
YUV7.88137.66127.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.92%
GREEN value IS 5 (2.34% from 255) = 13.51%
BLUE value IS 25 (10.16% from 255) = 67.57%
R=18.92%
G=13.51%
B=67.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal75250.720.8000.9024666.675.88
Hex7519485005Af6436
Octal753111012001323661036
Binary111101110011001000101000001011010111101101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070519; }

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

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

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

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

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

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

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

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