#080109

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

Shades of Blackcurrant #080109

Tints of Blackcurrant #080109

Color information

#080109 (or 0x080109) is unknown color: approx Blackcurrant. HEX triplet: 08, 01 and 09. RGB value is (8,1,9). Sum of RGB (Red+Green+Blue) = 8+1+9=18 (2% of max value = 765). Red value is 8 (3.52% from 255 or 44.44% from 18); Green value is 1 (0.78% from 255 or 5.56% from 18); Blue value is 9 (3.91% from 255 or 50% from 18); Max value from RGB is 9 - color contains mainly: blue. Hex color #080109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080109 is #F7FEF6. Grayscale: #030303. Windows color (decimal): -16252663 or 590088. OLE color: 590088.

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

Color convert

RGB819-
CMYK0.110.8900.96
HSL292.5º80%1.96%-
HSV(B)292.5º88.89%3.53%-
XYZ0.160.090.27-
YUV4130.82130.85-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 44.44%
GREEN value IS 1 (0.78% from 255) = 5.56%
BLUE value IS 9 (3.91% from 255) = 50%
R=44.44%
G=5.56%
B=50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal8190.110.8900.96292.5801.96
Hex819B59060124502
Octal101111313101404441202
Binary1000110011011101100101100000100100100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080109; }

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

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

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

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

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

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

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

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