Html Css Color HEX #08020F Blackcurrant

📋 copy color: '#08020F'

red 8 ◦ green 2 ◦ blue 15

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

Shades of Blackcurrant #08020F

Tints of Blackcurrant #08020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 60%

R = 32%
G = 8%
B = 60%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#08020F (or 0x08020F) is known color: Blackcurrant. HEX triplet: 08, 02 and 0F. RGB value is (8,2,15). Sum of RGB (Red+Green+Blue) = 8+2+15=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 15 (6.25% from 255 or 60% from 25); Max value from RGB is 15 - color contains mainly: blue. Hex color #08020F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08020F is #F7FDF0. Grayscale: #050505. Windows color (decimal): -16252401 or 983560. OLE color: 983560.

HSL color Cylindrical-coordinate representation of color #08020F: hue angle of 267.69º degrees, saturation: 0.76, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08020F is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 2 15 -
CMYK 0.47 0.87 0 0.94
HSL 267.69º 0.76% 0.03% -
HSV(B) 267.69º 0.87% 0.06% -
XYZ 0.21 0.13 0.47 -
YUV 5.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 8 2 15 0.47 0.87 0 0.94 267.69 0.76 0.03
Hex 8 2 F 2F 57 0 5E 10C 4C 3
Octal 10 2 17 57 127 0 136 414 114 3
Binary 1000 10 1111 101111 1010111 0 1011110 100001100 1001100 11

Color Harmonies of #08020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08020F

Black with #08020F

Text Example


Text Example

White with #08020F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08020F;
 }
 .AnyTagClassName
 {
   color: #08020F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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