Shades of Blackcurrant #05000D
Tints of Blackcurrant #05000D
RGB
CMYK
RGB Variations
Color information
#05000D (or 0x05000D) is known color: Blackcurrant. HEX triplet: 05, 00 and 0D. RGB value is (5,0,13). Sum of RGB (Red+Green+Blue) = 5+0+13=18 (2% of max value = 765). Red value is 5 (2.34% from 255 or 27.78% from 18); Green value is 0 (0.39% from 255 or 0% from 18); Blue value is 13 (5.47% from 255 or 72.22% from 18); Max value from RGB is 13 - color contains mainly: blue. Hex color #05000D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05000D is #FAFFF2. Grayscale: #020202. Windows color (decimal): -16449523 or 851973. OLE color: 851973.
HSL color Cylindrical-coordinate representation of color #05000D: hue angle of 263.08º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #05000D is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 5 | 0 | 13 | - |
| CMYK | 0.62 | 1 | 0 | 0.95 |
| HSL | 263.08º | 1% | 0.03% | - |
| HSV(B) | 263.08º | 1% | 0.05% | - |
| XYZ | 0.14 | 0.06 | 0.39 | - |
| YUV | 2.98 | 133.66 | 129.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 0 | 13 | 0.62 | 1 | 0 | 0.95 | 263.08 | 1 | 0.03 |
| Hex | 5 | 0 | D | 3E | 64 | 0 | 5F | 107 | 64 | 3 |
| Octal | 5 | 0 | 15 | 76 | 144 | 0 | 137 | 407 | 144 | 3 |
| Binary | 101 | 0 | 1101 | 111110 | 1100100 | 0 | 1011111 | 100000111 | 1100100 | 11 |
Color Harmonies of #05000D
Complementary color
Monochromatic Colors of #05000D
Black with #05000D
Text Example
Text Example
White with #05000D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05000D; }
p { color: rgb(5,0,13); }
H1.HeaderClassName
{
color: #05000D;
}
.AnyTagClassName
{
color: #05000D;
}
</style>
background-color css
<style>
a { background-color: #05000D; }
a { background-color: rgb(5,0,13); }
div.DivClassName
{
background-color: #05000D;
}
.BgClassName
{
background-color: #05000D;
}
</style>
border-color css
<style>
span { border-color: #05000D; }
span { border-color: rgb(5,0,13); }
td.TdClassName
{
border-color: #05000D;
}
.TagClassName
{
border-color: #05000D;
}
</style>