#080329

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

Shades of Black Russian #080329

Tints of Black Russian #080329

Color information

#080329 (or 0x080329) is unknown color: approx Black Russian. HEX triplet: 08, 03 and 29. RGB value is (8,3,41). Sum of RGB (Red+Green+Blue) = 8+3+41=52 (6% of max value = 765). Red value is 8 (3.52% from 255 or 15.38% from 52); Green value is 3 (1.56% from 255 or 5.77% from 52); Blue value is 41 (16.41% from 255 or 78.85% from 52); Max value from RGB is 41 - color contains mainly: blue. Hex color #080329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080329 is #F7FCD6. Grayscale: #080808. Windows color (decimal): -16252119 or 2687752. OLE color: 2687752.

HSL color Cylindrical-coordinate representation of color #080329: hue angle of 247.89º degrees, saturation: 0.86, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #080329 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB8341-
CMYK0.800.9300.84
HSL247.89º86.36%8.63%-
HSV(B)247.89º92.68%16.08%-
XYZ0.530.282.12-
YUV8.83146.16127.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 15.38%
GREEN value IS 3 (1.56% from 255) = 5.77%
BLUE value IS 41 (16.41% from 255) = 78.85%
R=15.38%
G=5.77%
B=78.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal83410.800.9300.84247.8986.368.63
Hex8329505D054f8569
Octal10351120135012437012611
Binary10001110100110100001011101010101001111100010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080329; }

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

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

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

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

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

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

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

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