Shades of Blackcurrant #08040B
Tints of Blackcurrant #08040B
RGB
CMYK
RGB Variations
Color information
#08040B (or 0x08040B) is known color: Blackcurrant. HEX triplet: 08, 04 and 0B. RGB value is (8,4,11). Sum of RGB (Red+Green+Blue) = 8+4+11=23 (3% of max value = 765). Red value is 8 (3.52% from 255 or 34.78% from 23); Green value is 4 (1.95% from 255 or 17.39% from 23); Blue value is 11 (4.69% from 255 or 47.83% from 23); Max value from RGB is 11 - color contains mainly: blue. Hex color #08040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08040B is #F7FBF4. Grayscale: #050505. Windows color (decimal): -16251893 or 721928. OLE color: 721928.
HSL color Cylindrical-coordinate representation of color #08040B: hue angle of 274.29º degrees, saturation: 0.47, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #08040B is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
RGB | 8 | 4 | 11 | - |
CMYK | 0.27 | 0.64 | 0 | 0.96 |
HSL | 274.29º | 0.47% | 0.03% | - |
HSV(B) | 274.29º | 0.64% | 0.04% | - |
XYZ | 0.2 | 0.16 | 0.34 | - |
YUV | 5.99 | 130.83 | 129.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 8 | 4 | 11 | 0.27 | 0.64 | 0 | 0.96 | 274.29 | 0.47 | 0.03 |
Hex | 8 | 4 | B | 1B | 40 | 0 | 60 | 112 | 2F | 3 |
Octal | 10 | 4 | 13 | 33 | 100 | 0 | 140 | 422 | 57 | 3 |
Binary | 1000 | 100 | 1011 | 11011 | 1000000 | 0 | 1100000 | 100010010 | 101111 | 11 |
Color Harmonies of #08040B
Complementary color
Monochromatic Colors of #08040B
Black with #08040B
Text Example
Text Example
White with #08040B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08040B; }
p { color: rgb(8,4,11); }
H1.HeaderClassName
{
color: #08040B;
}
.AnyTagClassName
{
color: #08040B;
}
</style>
background-color css
<style>
a { background-color: #08040B; }
a { background-color: rgb(8,4,11); }
div.DivClassName
{
background-color: #08040B;
}
.BgClassName
{
background-color: #08040B;
}
</style>
border-color css
<style>
span { border-color: #08040B; }
span { border-color: rgb(8,4,11); }
td.TdClassName
{
border-color: #08040B;
}
.TagClassName
{
border-color: #08040B;
}
</style>