#070419

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

Shades of Black Russian #070419

Tints of Black Russian #070419

Color information

#070419 (or 0x070419) is unknown color: approx Black Russian. HEX triplet: 07, 04 and 19. RGB value is (7,4,25). Sum of RGB (Red+Green+Blue) = 7+4+25=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 4 (1.95% from 255 or 11.11% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #070419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070419 is #F8FBE6. Grayscale: #070707. Windows color (decimal): -16317415 or 1639431. OLE color: 1639431.

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

Color convert

RGB7425-
CMYK0.720.8400.90
HSL248.57º72.41%5.69%-
HSV(B)248.57º84%9.8%-
XYZ0.310.20.94-
YUV7.29137.99127.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 19.44%
GREEN value IS 4 (1.95% from 255) = 11.11%
BLUE value IS 25 (10.16% from 255) = 69.44%
R=19.44%
G=11.11%
B=69.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal74250.720.8400.90248.5772.415.69
Hex7419485405Af9486
Octal743111012401323711106
Binary111100110011001000101010001011010111110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070419; }

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

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

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

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

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

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

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

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