#070119

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

Shades of Black Russian #070119

Tints of Black Russian #070119

Color information

#070119 (or 0x070119) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 19. RGB value is (7,1,25). Sum of RGB (Red+Green+Blue) = 7+1+25=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 1 (0.78% from 255 or 3.03% from 33); Blue value is 25 (10.16% from 255 or 75.76% from 33); Max value from RGB is 25 - color contains mainly: blue. Hex color #070119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070119 is #F8FEE6. Grayscale: #050505. Windows color (decimal): -16318183 or 1638663. OLE color: 1638663.

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

Color convert

RGB7125-
CMYK0.720.9600.90
HSL255º92.31%5.1%-
HSV(B)255º96%9.8%-
XYZ0.270.140.93-
YUV5.53138.99129.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.21%
GREEN value IS 1 (0.78% from 255) = 3.03%
BLUE value IS 25 (10.16% from 255) = 75.76%
R=21.21%
G=3.03%
B=75.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal71250.720.9600.9025592.315.1
Hex7119486005Aff5c5
Octal713111014001323771345
Binary1111110011001000110000001011010111111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070119; }

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

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

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

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

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

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

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

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