#080319

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

Shades of Black Russian #080319

Tints of Black Russian #080319

Color information

#080319 (or 0x080319) is unknown color: approx Black Russian. HEX triplet: 08, 03 and 19. RGB value is (8,3,25). Sum of RGB (Red+Green+Blue) = 8+3+25=36 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.22% from 36); Green value is 3 (1.56% from 255 or 8.33% 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 #080319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080319 is #F7FCE6. Grayscale: #060606. Windows color (decimal): -16252135 or 1639176. OLE color: 1639176.

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

Color convert

RGB8325-
CMYK0.680.8800.90
HSL253.64º78.57%5.49%-
HSV(B)253.64º88%9.8%-
XYZ0.310.190.94-
YUV7138.16128.71-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 22.22%
GREEN value IS 3 (1.56% from 255) = 8.33%
BLUE value IS 25 (10.16% from 255) = 69.44%
R=22.22%
G=8.33%
B=69.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal83250.680.8800.90253.6478.575.49
Hex8319445805Afe4f5
Octal1033110413001323761175
Binary100011110011000100101100001011010111111101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080319; }

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

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

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

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

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

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

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

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