#080315

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

Shades of Black Russian #080315

Tints of Black Russian #080315

Color information

#080315 (or 0x080315) is unknown color: approx Black Russian. HEX triplet: 08, 03 and 15. RGB value is (8,3,21). Sum of RGB (Red+Green+Blue) = 8+3+21=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 3 (1.56% from 255 or 9.38% from 32); Blue value is 21 (8.59% from 255 or 65.62% from 32); Max value from RGB is 21 - color contains mainly: blue. Hex color #080315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080315 is #F7FCEA. Grayscale: #060606. Windows color (decimal): -16252139 or 1377032. OLE color: 1377032.

HSL color Cylindrical-coordinate representation of color #080315: hue angle of 256.67º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #080315 is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB8321-
CMYK0.620.8600.92
HSL256.67º75%4.71%-
HSV(B)256.67º85.71%8.24%-
XYZ0.270.170.73-
YUV6.55136.16129.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25%
GREEN value IS 3 (1.56% from 255) = 9.38%
BLUE value IS 21 (8.59% from 255) = 65.62%
R=25%
G=9.38%
B=65.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal83210.620.8600.92256.67754.71
Hex83153E5605C1014b5
Octal103257612601344011135
Binary100011101011111101010110010111001000000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080315; }

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

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

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

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

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

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

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

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