#080509

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

Shades of Blackcurrant #080509

Tints of Blackcurrant #080509

Color information

#080509 (or 0x080509) is unknown color: approx Blackcurrant. HEX triplet: 08, 05 and 09. RGB value is (8,5,9). Sum of RGB (Red+Green+Blue) = 8+5+9=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 5 (2.34% from 255 or 22.73% from 22); Blue value is 9 (3.91% from 255 or 40.91% from 22); Max value from RGB is 9 - color contains mainly: blue. Hex color #080509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080509 is #F7FAF6. Grayscale: #060606. Windows color (decimal): -16251639 or 591112. OLE color: 591112.

HSL color Cylindrical-coordinate representation of color #080509: hue angle of 285º degrees, saturation: 0.29, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #080509 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB859-
CMYK0.110.4400.96
HSL285º28.57%2.75%-
HSV(B)285º44.44%3.53%-
XYZ0.20.180.28-
YUV6.35129.49129.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 36.36%
GREEN value IS 5 (2.34% from 255) = 22.73%
BLUE value IS 9 (3.91% from 255) = 40.91%
R=36.36%
G=22.73%
B=40.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal8590.110.4400.9628528.572.75
Hex859B2C06011d1d3
Octal1051113540140435353
Binary100010110011011101100011000001000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080509; }

 p { color: rgb(8,5,9); }

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

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

 a { background-color: rgb(8,5,9); }

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

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

 span { border-color: rgb(8,5,9); }

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