Shades of Blackcurrant #0F001D
Tints of Blackcurrant #0F001D
RGB
CMYK
RGB Variations
Color information
#0F001D (or 0x0F001D) is known color: Blackcurrant. HEX triplet: 0F, 00 and 1D. RGB value is (15,0,29). Sum of RGB (Red+Green+Blue) = 15+0+29=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 29 (11.72% from 255 or 65.91% from 44); Max value from RGB is 29 - color contains mainly: blue. Hex color #0F001D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F001D is #F0FFE2. Grayscale: #070707. Windows color (decimal): -15794147 or 1900559. OLE color: 1900559.
HSL color Cylindrical-coordinate representation of color #0F001D: hue angle of 271.03º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F001D is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 0 | 29 | - |
| CMYK | 0.48 | 1 | 0 | 0.89 |
| HSL | 271.03º | 1% | 0.06% | - |
| HSV(B) | 271.03º | 1% | 0.11% | - |
| XYZ | 0.42 | 0.19 | 1.18 | - |
| YUV | 7.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 29 | 0.48 | 1 | 0 | 0.89 | 271.03 | 1 | 0.06 |
| Hex | F | 0 | 1D | 30 | 64 | 0 | 59 | 10F | 64 | 6 |
| Octal | 17 | 0 | 35 | 60 | 144 | 0 | 131 | 417 | 144 | 6 |
| Binary | 1111 | 0 | 11101 | 110000 | 1100100 | 0 | 1011001 | 100001111 | 1100100 | 110 |
Color Harmonies of #0F001D
Complementary color
Monochromatic Colors of #0F001D
Black with #0F001D
Text Example
Text Example
White with #0F001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F001D; }
p { color: rgb(15,0,29); }
H1.HeaderClassName
{
color: #0F001D;
}
.AnyTagClassName
{
color: #0F001D;
}
</style>
background-color css
<style>
a { background-color: #0F001D; }
a { background-color: rgb(15,0,29); }
div.DivClassName
{
background-color: #0F001D;
}
.BgClassName
{
background-color: #0F001D;
}
</style>
border-color css
<style>
span { border-color: #0F001D; }
span { border-color: rgb(15,0,29); }
td.TdClassName
{
border-color: #0F001D;
}
.TagClassName
{
border-color: #0F001D;
}
</style>