Shades of Blackcurrant #0F051D
Tints of Blackcurrant #0F051D
RGB
CMYK
RGB Variations
Color information
#0F051D (or 0x0F051D) is known color: Blackcurrant. HEX triplet: 0F, 05 and 1D. RGB value is (15,5,29). Sum of RGB (Red+Green+Blue) = 15+5+29=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 5 (2.34% from 255 or 10.20% from 49); Blue value is 29 (11.72% from 255 or 59.18% from 49); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F051D is #F0FAE2. Grayscale: #0A0A0A. Windows color (decimal): -15792867 or 1901839. OLE color: 1901839.
HSL color Cylindrical-coordinate representation of color #0F051D: hue angle of 265º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F051D is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 5 | 29 | - |
| CMYK | 0.48 | 0.83 | 0 | 0.89 |
| HSL | 265º | 0.71% | 0.07% | - |
| HSV(B) | 265º | 0.83% | 0.11% | - |
| XYZ | 0.47 | 0.3 | 1.2 | - |
| YUV | 10.73 | 138.31 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 29 | 0.48 | 0.83 | 0 | 0.89 | 265 | 0.71 | 0.07 |
| Hex | F | 5 | 1D | 30 | 53 | 0 | 59 | 109 | 47 | 7 |
| Octal | 17 | 5 | 35 | 60 | 123 | 0 | 131 | 411 | 107 | 7 |
| Binary | 1111 | 101 | 11101 | 110000 | 1010011 | 0 | 1011001 | 100001001 | 1000111 | 111 |
Color Harmonies of #0F051D
Complementary color
Monochromatic Colors of #0F051D
Black with #0F051D
Text Example
Text Example
White with #0F051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F051D; }
p { color: rgb(15,5,29); }
H1.HeaderClassName
{
color: #0F051D;
}
.AnyTagClassName
{
color: #0F051D;
}
</style>
background-color css
<style>
a { background-color: #0F051D; }
a { background-color: rgb(15,5,29); }
div.DivClassName
{
background-color: #0F051D;
}
.BgClassName
{
background-color: #0F051D;
}
</style>
border-color css
<style>
span { border-color: #0F051D; }
span { border-color: rgb(15,5,29); }
td.TdClassName
{
border-color: #0F051D;
}
.TagClassName
{
border-color: #0F051D;
}
</style>