#080116

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

Shades of Blackcurrant #080116

Tints of Blackcurrant #080116

Color information

#080116 (or 0x080116) is unknown color: approx Blackcurrant. HEX triplet: 08, 01 and 16. RGB value is (8,1,22). Sum of RGB (Red+Green+Blue) = 8+1+22=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 22 (8.98% from 255 or 70.97% from 31); Max value from RGB is 22 - color contains mainly: blue. Hex color #080116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080116 is #F7FEE9. Grayscale: #050505. Windows color (decimal): -16252650 or 1442056. OLE color: 1442056.

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

Color convert

RGB8122-
CMYK0.640.9500.91
HSL260º91.3%4.51%-
HSV(B)260º95.45%8.63%-
XYZ0.260.130.77-
YUV5.49137.32129.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25.81%
GREEN value IS 1 (0.78% from 255) = 3.23%
BLUE value IS 22 (8.98% from 255) = 70.97%
R=25.81%
G=3.23%
B=70.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal81220.640.9500.9126091.34.51
Hex8116405F05B1045b5
Octal1012610013701334041335
Binary100011011010000001011111010110111000001001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080116; }

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

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

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

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

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

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

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

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