#08060B

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

Shades of Blackcurrant #08060B

Tints of Blackcurrant #08060B

Color information

#08060B (or 0x08060B) is unknown color: approx Blackcurrant. HEX triplet: 08, 06 and 0B. RGB value is (8,6,11). Sum of RGB (Red+Green+Blue) = 8+6+11=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 11 - color contains mainly: blue. Hex color #08060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08060B is #F7F9F4. Grayscale: #070707. Windows color (decimal): -16251381 or 722440. OLE color: 722440.

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

Color convert

RGB8611-
CMYK0.270.4500.96
HSL264º29.41%3.33%-
HSV(B)264º45.45%4.31%-
XYZ0.230.210.34-
YUV7.17130.16128.59-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 32%
GREEN value IS 6 (2.73% from 255) = 24%
BLUE value IS 11 (4.69% from 255) = 44%
R=32%
G=24%
B=44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal86110.270.4500.9626429.413.33
Hex86B1B2D0601081d3
Octal1061333550140410353
Binary1000110101111011101101011000001000010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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