#070219

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

Shades of Black Russian #070219

Tints of Black Russian #070219

Color information

#070219 (or 0x070219) is unknown color: approx Black Russian. HEX triplet: 07, 02 and 19. RGB value is (7,2,25). Sum of RGB (Red+Green+Blue) = 7+2+25=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 2 (1.17% from 255 or 5.88% from 34); Blue value is 25 (10.16% from 255 or 73.53% from 34); Max value from RGB is 25 - color contains mainly: blue. Hex color #070219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070219 is #F8FDE6. Grayscale: #060606. Windows color (decimal): -16317927 or 1638919. OLE color: 1638919.

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

Color convert

RGB7225-
CMYK0.720.9200.90
HSL253.04º85.19%5.29%-
HSV(B)253.04º92%9.8%-
XYZ0.280.160.94-
YUV6.12138.66128.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20.59%
GREEN value IS 2 (1.17% from 255) = 5.88%
BLUE value IS 25 (10.16% from 255) = 73.53%
R=20.59%
G=5.88%
B=73.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal72250.720.9200.90253.0485.195.29
Hex7219485C05Afd555
Octal723111013401323751255
Binary11110110011001000101110001011010111111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070219; }

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

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

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

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

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

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

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

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