#020719

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

Shades of Black Russian #020719

Tints of Black Russian #020719

Color information

#020719 (or 0x020719) is unknown color: approx Black Russian. HEX triplet: 02, 07 and 19. RGB value is (2,7,25). Sum of RGB (Red+Green+Blue) = 2+7+25=34 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.88% from 34); Green value is 7 (3.12% from 255 or 20.59% 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 #020719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020719 is #FDF8E6. Grayscale: #070707. Windows color (decimal): -16644327 or 1640194. OLE color: 1640194.

HSL color Cylindrical-coordinate representation of color #020719: hue angle of 226.96º 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 #020719 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB2725-
CMYK0.920.7200.90
HSL226.96º85.19%5.29%-
HSV(B)226.96º92%9.8%-
XYZ0.280.240.95-
YUV7.56137.84124.04-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal27250.920.7200.90226.9685.195.29
Hex27195C4805Ae3555
Octal273113411001323431255
Binary10111110011011100100100001011010111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020719; }

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

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

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

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

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

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

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

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