Html Css Color HEX #080010 Blackcurrant

📋 copy color: '#080010'

red 8 ◦ green 0 ◦ blue 16

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

Shades of Blackcurrant #080010

Tints of Blackcurrant #080010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.50

 M value IS 1

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#080010 (or 0x080010) is known color: Blackcurrant. HEX triplet: 08, 00 and 10. RGB value is (8,0,16). Sum of RGB (Red+Green+Blue) = 8+0+16=24 (3% of max value = 765). Red value is 8 (3.52% from 255 or 33.33% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 16 (6.64% from 255 or 66.67% from 24); Max value from RGB is 16 - color contains mainly: blue. Hex color #080010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080010 is #F7FFEF. Grayscale: #040404. Windows color (decimal): -16252912 or 1048584. OLE color: 1048584.

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

Color convert

RGB 8 0 16 -
CMYK 0.50 1 0 0.94
HSL 270º 1% 0.03% -
HSV(B) 270º 1% 0.06% -
XYZ 0.19 0.09 0.5 -
YUV 4.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 8 0 16 0.50 1 0 0.94 270 1 0.03
Hex 8 0 10 32 64 0 5E 10E 64 3
Octal 10 0 20 62 144 0 136 416 144 3
Binary 1000 0 10000 110010 1100100 0 1011110 100001110 1100100 11

Color Harmonies of #080010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080010

Black with #080010

Text Example


Text Example

White with #080010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080010; }

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

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

background-color css

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

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

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

border-color css

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

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

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