#08020A

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

Shades of Blackcurrant #08020A

Tints of Blackcurrant #08020A

Color information

#08020A (or 0x08020A) is unknown color: approx Blackcurrant. HEX triplet: 08, 02 and 0A. RGB value is (8,2,10). Sum of RGB (Red+Green+Blue) = 8+2+10=20 (2% of max value = 765). Red value is 8 (3.52% from 255 or 40% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 10 (4.30% from 255 or 50% from 20); Max value from RGB is 10 - color contains mainly: blue. Hex color #08020A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08020A is #F7FDF5. Grayscale: #040404. Windows color (decimal): -16252406 or 655880. OLE color: 655880.

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

Color convert

RGB8210-
CMYK0.20.800.96
HSL285º66.67%2.35%-
HSV(B)285º80%3.92%-
XYZ0.180.120.3-
YUV4.71130.99130.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 40%
GREEN value IS 2 (1.17% from 255) = 10%
BLUE value IS 10 (4.30% from 255) = 50%
R=40%
G=10%
B=50%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal82100.20.800.9628566.672.35
Hex82A145006011d432
Octal102122412001404351032
Binary100010101010100101000001100000100011101100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08020A; }

 p { color: rgb(8,2,10); }

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

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

 a { background-color: rgb(8,2,10); }

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

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

 span { border-color: rgb(8,2,10); }

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