#070719

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

Shades of Black Russian #070719

Tints of Black Russian #070719

Color information

#070719 (or 0x070719) is unknown color: approx Black Russian. HEX triplet: 07, 07 and 19. RGB value is (7,7,25). Sum of RGB (Red+Green+Blue) = 7+7+25=39 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.95% from 39); Green value is 7 (3.12% from 255 or 17.95% from 39); Blue value is 25 (10.16% from 255 or 64.10% from 39); Max value from RGB is 25 - color contains mainly: blue. Hex color #070719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070719 is #F8F8E6. Grayscale: #080808. Windows color (decimal): -16316647 or 1640199. OLE color: 1640199.

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

Color convert

RGB7725-
CMYK0.720.7200.90
HSL240º56.25%6.27%-
HSV(B)240º72%9.8%-
XYZ0.340.270.95-
YUV9.05137126.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.95%
GREEN value IS 7 (3.12% from 255) = 17.95%
BLUE value IS 25 (10.16% from 255) = 64.10%
R=17.95%
G=17.95%
B=64.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal77250.720.7200.9024056.256.27
Hex7719484805Af0386
Octal77311101100132360706
Binary11111111001100100010010000101101011110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070719; }

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

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

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

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

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

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

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

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