Html Css Color HEX #080111 Blackcurrant

📋 copy color: '#080111'

red 8 ◦ green 1 ◦ blue 17

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

Shades of Blackcurrant #080111

Tints of Blackcurrant #080111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 3.85%

 BLUE value IS 17 (7.03% from 255) = 65.38%

R = 30.77%
G = 3.85%
B = 65.38%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080111 (or 0x080111) is known color: Blackcurrant. HEX triplet: 08, 01 and 11. RGB value is (8,1,17). Sum of RGB (Red+Green+Blue) = 8+1+17=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 17 (7.03% from 255 or 65.38% from 26); Max value from RGB is 17 - color contains mainly: blue. Hex color #080111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080111 is #F7FEEE. Grayscale: #040404. Windows color (decimal): -16252655 or 1114376. OLE color: 1114376.

HSL color Cylindrical-coordinate representation of color #080111: hue angle of 266.25º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080111 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 1 17 -
CMYK 0.53 0.94 0 0.93
HSL 266.25º 0.89% 0.04% -
HSV(B) 266.25º 0.94% 0.07% -
XYZ 0.21 0.11 0.54 -
YUV 4.92 134.82 130.2 -
System Red Green Blue C M Y K H S L
Decimal 8 1 17 0.53 0.94 0 0.93 266.25 0.89 0.04
Hex 8 1 11 35 5E 0 5D 10A 59 4
Octal 10 1 21 65 136 0 135 412 131 4
Binary 1000 1 10001 110101 1011110 0 1011101 100001010 1011001 100

Color Harmonies of #080111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080111

Black with #080111

Text Example


Text Example

White with #080111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080111; }

 p { color: rgb(8,1,17); }

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

background-color css

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

 a { background-color: rgb(8,1,17); }

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

border-color css

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

 span { border-color: rgb(8,1,17); }

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