#080719

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

Shades of Black Russian #080719

Tints of Black Russian #080719

Color information

#080719 (or 0x080719) is unknown color: approx Black Russian. HEX triplet: 08, 07 and 19. RGB value is (8,7,25). Sum of RGB (Red+Green+Blue) = 8+7+25=40 (5% of max value = 765). Red value is 8 (3.52% from 255 or 20% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 25 (10.16% from 255 or 62.5% from 40); Max value from RGB is 25 - color contains mainly: blue. Hex color #080719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080719 is #F7F8E6. Grayscale: #090909. Windows color (decimal): -16251111 or 1640200. OLE color: 1640200.

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

Color convert

RGB8725-
CMYK0.680.7200.90
HSL243.33º56.25%6.27%-
HSV(B)243.33º72%9.8%-
XYZ0.350.270.95-
YUV9.35136.83127.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 20%
GREEN value IS 7 (3.12% from 255) = 17.5%
BLUE value IS 25 (10.16% from 255) = 62.5%
R=20%
G=17.5%
B=62.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal87250.680.7200.90243.3356.256.27
Hex8719444805Af3386
Octal107311041100132363706
Binary100011111001100010010010000101101011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080719; }

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

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

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

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

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

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

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

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