#08010B

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

Shades of Blackcurrant #08010B

Tints of Blackcurrant #08010B

Color information

#08010B (or 0x08010B) is unknown color: approx Blackcurrant. HEX triplet: 08, 01 and 0B. RGB value is (8,1,11). Sum of RGB (Red+Green+Blue) = 8+1+11=20 (2% of max value = 765). Red value is 8 (3.52% from 255 or 40% from 20); Green value is 1 (0.78% from 255 or 5% from 20); Blue value is 11 (4.69% from 255 or 55% from 20); Max value from RGB is 11 - color contains mainly: blue. Hex color #08010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08010B is #F7FEF4. Grayscale: #040404. Windows color (decimal): -16252661 or 721160. OLE color: 721160.

HSL color Cylindrical-coordinate representation of color #08010B: hue angle of 282º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #08010B is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB8111-
CMYK0.270.9100.96
HSL282º83.33%2.35%-
HSV(B)282º90.91%4.31%-
XYZ0.170.10.33-
YUV4.23131.82130.69-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 40%
GREEN value IS 1 (0.78% from 255) = 5%
BLUE value IS 11 (4.69% from 255) = 55%
R=40%
G=5%
B=55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal81110.270.9100.9628283.332.35
Hex81B1B5B06011a532
Octal101133313301404321232
Binary10001101111011101101101100000100011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08010B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08010B; }

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

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

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

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

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

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

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

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