#080019

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

Shades of Blackcurrant #080019

Tints of Blackcurrant #080019

Color information

#080019 (or 0x080019) is unknown color: approx Blackcurrant. HEX triplet: 08, 00 and 19. RGB value is (8,0,25). Sum of RGB (Red+Green+Blue) = 8+0+25=33 (4% of max value = 765). Red value is 8 (3.52% from 255 or 24.24% from 33); Green value is 0 (0.39% from 255 or 0% from 33); Blue value is 25 (10.16% from 255 or 75.76% from 33); Max value from RGB is 25 - color contains mainly: blue. Hex color #080019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080019 is #F7FFE6. Grayscale: #050505. Windows color (decimal): -16252903 or 1638408. OLE color: 1638408.

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

Color convert

RGB8025-
CMYK0.68100.90
HSL259.2º100%4.9%-
HSV(B)259.2º100%9.8%-
XYZ0.280.120.93-
YUV5.24139.15129.97-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 24.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 75.76%
R=24.24%
G=0%
B=75.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal80250.68100.90259.21004.9
Hex8019446405A103645
Octal1003110414401324031445
Binary100001100110001001100100010110101000000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080019; }

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

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

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

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

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

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

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

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