#080211

Color #080211 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #080211

Tints of Blackcurrant #080211

Color information

#080211 (or 0x080211) is unknown color: approx Blackcurrant. HEX triplet: 08, 02 and 11. RGB value is (8,2,17). Sum of RGB (Red+Green+Blue) = 8+2+17=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 2 (1.17% from 255 or 7.41% from 27); Blue value is 17 (7.03% from 255 or 62.96% from 27); Max value from RGB is 17 - color contains mainly: blue. Hex color #080211 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080211 is #F7FDEE. Grayscale: #050505. Windows color (decimal): -16252399 or 1114632. OLE color: 1114632.

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

Color convert

RGB8217-
CMYK0.530.8800.93
HSL264º78.95%3.73%-
HSV(B)264º88.24%6.67%-
XYZ0.220.140.54-
YUV5.5134.49129.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 29.63%
GREEN value IS 2 (1.17% from 255) = 7.41%
BLUE value IS 17 (7.03% from 255) = 62.96%
R=29.63%
G=7.41%
B=62.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal82170.530.8800.9326478.953.73
Hex8211355805D1084f4
Octal102216513001354101174
Binary100010100011101011011000010111011000010001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080211; }

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

 H1.HeaderClassName
 {
   color: #080211;
 }
 .AnyTagClassName
 {
   color: #080211;
 }
</style>
background-color css

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

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

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

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

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

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