Shades of Blackcurrant #0D051E
Tints of Blackcurrant #0D051E
RGB
CMYK
RGB Variations
Color information
#0D051E (or 0x0D051E) is known color: Blackcurrant. HEX triplet: 0D, 05 and 1E. RGB value is (13,5,30). Sum of RGB (Red+Green+Blue) = 13+5+30=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 5 (2.34% from 255 or 10.42% from 48); Blue value is 30 (12.11% from 255 or 62.5% from 48); Max value from RGB is 30 - color contains mainly: blue. Hex color #0D051E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D051E is #F2FAE1. Grayscale: #0A0A0A. Windows color (decimal): -15923938 or 1967373. OLE color: 1967373.
HSL color Cylindrical-coordinate representation of color #0D051E: hue angle of 259.2º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0D051E is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 5 | 30 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.88 |
| HSL | 259.2º | 0.71% | 0.07% | - |
| HSV(B) | 259.2º | 0.83% | 0.12% | - |
| XYZ | 0.45 | 0.29 | 1.26 | - |
| YUV | 10.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 5 | 30 | 0.57 | 0.83 | 0 | 0.88 | 259.2 | 0.71 | 0.07 |
| Hex | D | 5 | 1E | 39 | 53 | 0 | 58 | 103 | 47 | 7 |
| Octal | 15 | 5 | 36 | 71 | 123 | 0 | 130 | 403 | 107 | 7 |
| Binary | 1101 | 101 | 11110 | 111001 | 1010011 | 0 | 1011000 | 100000011 | 1000111 | 111 |
Color Harmonies of #0D051E
Complementary color
Monochromatic Colors of #0D051E
Black with #0D051E
Text Example
Text Example
White with #0D051E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D051E; }
p { color: rgb(13,5,30); }
H1.HeaderClassName
{
color: #0D051E;
}
.AnyTagClassName
{
color: #0D051E;
}
</style>
background-color css
<style>
a { background-color: #0D051E; }
a { background-color: rgb(13,5,30); }
div.DivClassName
{
background-color: #0D051E;
}
.BgClassName
{
background-color: #0D051E;
}
</style>
border-color css
<style>
span { border-color: #0D051E; }
span { border-color: rgb(13,5,30); }
td.TdClassName
{
border-color: #0D051E;
}
.TagClassName
{
border-color: #0D051E;
}
</style>