Html Css Color HEX #08020A Blackcurrant

📋 copy color: '#08020A'

red 8 ◦ green 2 ◦ blue 10

#08020A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #08020A

Tints of Blackcurrant #08020A

RGB

 RED value IS 8 (3.52% from 255) = 40%

 GREEN value IS 2 (1.17% from 255) = 10%

 BLUE value IS 10 (4.3% from 255) = 50%

R = 40%
G = 10%
B = 50%

CMYK

 C value IS 0.2

 M value IS 0.8

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#08020A (or 0x08020A) is known color: 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

RGB 8 2 10 -
CMYK 0.2 0.8 0 0.96
HSL 285º 0.67% 0.02% -
HSV(B) 285º 0.8% 0.04% -
XYZ 0.18 0.12 0.3 -
YUV 4.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 8 2 10 0.2 0.8 0 0.96 285 0.67 0.02
Hex 8 2 A 14 50 0 60 11D 43 2
Octal 10 2 12 24 120 0 140 435 103 2
Binary 1000 10 1010 10100 1010000 0 1100000 100011101 1000011 10

Color Harmonies of #08020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08020A

Black with #08020A

Text Example


Text Example

White with #08020A

Text Example


Text Example

HTML Codes & Css Web 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>