Shades of Blackcurrant #0D030F
Tints of Blackcurrant #0D030F
RGB
CMYK
RGB Variations
Color information
#0D030F (or 0x0D030F) is known color: Blackcurrant. HEX triplet: 0D, 03 and 0F. RGB value is (13,3,15). Sum of RGB (Red+Green+Blue) = 13+3+15=31 (4% of max value = 765). Red value is 13 (5.47% from 255 or 41.94% from 31); Green value is 3 (1.56% from 255 or 9.68% from 31); Blue value is 15 (6.25% from 255 or 48.39% from 31); Max value from RGB is 15 - color contains mainly: blue. Hex color #0D030F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D030F is #F2FCF0. Grayscale: #070707. Windows color (decimal): -15924465 or 983821. OLE color: 983821.
HSL color Cylindrical-coordinate representation of color #0D030F: hue angle of 290º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D030F is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 13 | 3 | 15 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.94 |
| HSL | 290º | 0.67% | 0.04% | - |
| HSV(B) | 290º | 0.8% | 0.06% | - |
| XYZ | 0.28 | 0.19 | 0.47 | - |
| YUV | 7.36 | 132.31 | 132.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 3 | 15 | 0.13 | 0.80 | 0 | 0.94 | 290 | 0.67 | 0.04 |
| Hex | D | 3 | F | D | 50 | 0 | 5E | 122 | 43 | 4 |
| Octal | 15 | 3 | 17 | 15 | 120 | 0 | 136 | 442 | 103 | 4 |
| Binary | 1101 | 11 | 1111 | 1101 | 1010000 | 0 | 1011110 | 100100010 | 1000011 | 100 |
Color Harmonies of #0D030F
Complementary color
Monochromatic Colors of #0D030F
Black with #0D030F
Text Example
Text Example
White with #0D030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D030F; }
p { color: rgb(13,3,15); }
H1.HeaderClassName
{
color: #0D030F;
}
.AnyTagClassName
{
color: #0D030F;
}
</style>
background-color css
<style>
a { background-color: #0D030F; }
a { background-color: rgb(13,3,15); }
div.DivClassName
{
background-color: #0D030F;
}
.BgClassName
{
background-color: #0D030F;
}
</style>
border-color css
<style>
span { border-color: #0D030F; }
span { border-color: rgb(13,3,15); }
td.TdClassName
{
border-color: #0D030F;
}
.TagClassName
{
border-color: #0D030F;
}
</style>