#080318

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

Shades of Black Russian #080318

Tints of Black Russian #080318

Color information

#080318 (or 0x080318) is unknown color: approx Black Russian. HEX triplet: 08, 03 and 18. RGB value is (8,3,24). Sum of RGB (Red+Green+Blue) = 8+3+24=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 3 (1.56% from 255 or 8.57% from 35); Blue value is 24 (9.77% from 255 or 68.57% from 35); Max value from RGB is 24 - color contains mainly: blue. Hex color #080318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080318 is #F7FCE7. Grayscale: #060606. Windows color (decimal): -16252136 or 1573640. OLE color: 1573640.

HSL color Cylindrical-coordinate representation of color #080318: hue angle of 254.29º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080318 is Cyan = 0.67, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB8324-
CMYK0.670.8800.91
HSL254.29º77.78%5.29%-
HSV(B)254.29º87.5%9.41%-
XYZ0.30.180.88-
YUV6.89137.66128.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 22.86%
GREEN value IS 3 (1.56% from 255) = 8.57%
BLUE value IS 24 (9.77% from 255) = 68.57%
R=22.86%
G=8.57%
B=68.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal83240.670.8800.91254.2977.785.29
Hex8318435805Bfe4e5
Octal1033010313001333761165
Binary100011110001000011101100001011011111111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080318; }

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

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

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

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

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

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

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

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