Html Css Color HEX #080210 Blackcurrant

📋 copy color: '#080210'

red 8 ◦ green 2 ◦ blue 16

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

Shades of Blackcurrant #080210

Tints of Blackcurrant #080210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 61.54%

R = 30.77%
G = 7.69%
B = 61.54%

CMYK

 C value IS 0.50

 M value IS 0.87

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#080210 (or 0x080210) is known color: Blackcurrant. HEX triplet: 08, 02 and 10. RGB value is (8,2,16). Sum of RGB (Red+Green+Blue) = 8+2+16=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 2 (1.17% from 255 or 7.69% from 26); Blue value is 16 (6.64% from 255 or 61.54% from 26); Max value from RGB is 16 - color contains mainly: blue. Hex color #080210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080210 is #F7FDEF. Grayscale: #050505. Windows color (decimal): -16252400 or 1049096. OLE color: 1049096.

HSL color Cylindrical-coordinate representation of color #080210: hue angle of 265.71º degrees, saturation: 0.78, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #080210 is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 8 2 16 -
CMYK 0.50 0.87 0 0.94
HSL 265.71º 0.78% 0.04% -
HSV(B) 265.71º 0.88% 0.06% -
XYZ 0.22 0.13 0.5 -
YUV 5.39 133.99 129.86 -
System Red Green Blue C M Y K H S L
Decimal 8 2 16 0.50 0.87 0 0.94 265.71 0.78 0.04
Hex 8 2 10 32 57 0 5E 10A 4E 4
Octal 10 2 20 62 127 0 136 412 116 4
Binary 1000 10 10000 110010 1010111 0 1011110 100001010 1001110 100

Color Harmonies of #080210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080210

Black with #080210

Text Example


Text Example

White with #080210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080210; }

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

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

background-color css

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

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

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

border-color css

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

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

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