#080017

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

Shades of Blackcurrant #080017

Tints of Blackcurrant #080017

Color information

#080017 (or 0x080017) is unknown color: approx Blackcurrant. HEX triplet: 08, 00 and 17. RGB value is (8,0,23). Sum of RGB (Red+Green+Blue) = 8+0+23=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 0 (0.39% from 255 or 0% from 31); Blue value is 23 (9.38% from 255 or 74.19% from 31); Max value from RGB is 23 - color contains mainly: blue. Hex color #080017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080017 is #F7FFE8. Grayscale: #040404. Windows color (decimal): -16252905 or 1507336. OLE color: 1507336.

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

Color convert

RGB8023-
CMYK0.65100.91
HSL260.87º100%4.51%-
HSV(B)260.87º100%9.02%-
XYZ0.250.110.82-
YUV5.01138.15130.13-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 23 (9.38% from 255) = 74.19%
R=25.81%
G=0%
B=74.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal80230.65100.91260.871004.51
Hex8017416405B105645
Octal1002710114401334051445
Binary100001011110000011100100010110111000001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080017; }

 p { color: rgb(8,0,23); }

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

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

 a { background-color: rgb(8,0,23); }

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

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

 span { border-color: rgb(8,0,23); }

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