Shades of Blackcurrant #05000B
Tints of Blackcurrant #05000B
RGB
CMYK
RGB Variations
Color information
#05000B (or 0x05000B) is known color: Blackcurrant. HEX triplet: 05, 00 and 0B. RGB value is (5,0,11). Sum of RGB (Red+Green+Blue) = 5+0+11=16 (2% of max value = 765). Red value is 5 (2.34% from 255 or 31.25% from 16); Green value is 0 (0.39% from 255 or 0% from 16); Blue value is 11 (4.69% from 255 or 68.75% from 16); Max value from RGB is 11 - color contains mainly: blue. Hex color #05000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05000B is #FAFFF4. Grayscale: #020202. Windows color (decimal): -16449525 or 720901. OLE color: 720901.
HSL color Cylindrical-coordinate representation of color #05000B: hue angle of 267.27º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05000B is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 5 | 0 | 11 | - |
| CMYK | 0.55 | 1 | 0 | 0.96 |
| HSL | 267.27º | 1% | 0.02% | - |
| HSV(B) | 267.27º | 1% | 0.04% | - |
| XYZ | 0.12 | 0.06 | 0.32 | - |
| YUV | 2.75 | 132.66 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 11 | 0.55 | 1 | 0 | 0.96 | 267.27 | 1 | 0.02 |
| Hex | 5 | 0 | B | 37 | 64 | 0 | 60 | 10B | 64 | 2 |
| Octal | 5 | 0 | 13 | 67 | 144 | 0 | 140 | 413 | 144 | 2 |
| Binary | 101 | 0 | 1011 | 110111 | 1100100 | 0 | 1100000 | 100001011 | 1100100 | 10 |
Color Harmonies of #05000B
Complementary color
Monochromatic Colors of #05000B
Black with #05000B
Text Example
Text Example
White with #05000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05000B; }
p { color: rgb(5,0,11); }
H1.HeaderClassName
{
color: #05000B;
}
.AnyTagClassName
{
color: #05000B;
}
</style>
background-color css
<style>
a { background-color: #05000B; }
a { background-color: rgb(5,0,11); }
div.DivClassName
{
background-color: #05000B;
}
.BgClassName
{
background-color: #05000B;
}
</style>
border-color css
<style>
span { border-color: #05000B; }
span { border-color: rgb(5,0,11); }
td.TdClassName
{
border-color: #05000B;
}
.TagClassName
{
border-color: #05000B;
}
</style>