Shades of Blackcurrant #0F001F
Tints of Blackcurrant #0F001F
RGB
CMYK
RGB Variations
Color information
#0F001F (or 0x0F001F) is known color: Blackcurrant. HEX triplet: 0F, 00 and 1F. RGB value is (15,0,31). Sum of RGB (Red+Green+Blue) = 15+0+31=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 31 (12.5% from 255 or 67.39% from 46); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F001F is #F0FFE0. Grayscale: #070707. Windows color (decimal): -15794145 or 2031631. OLE color: 2031631.
HSL color Cylindrical-coordinate representation of color #0F001F: hue angle of 269.03º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F001F is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 0 | 31 | - |
| CMYK | 0.52 | 1 | 0 | 0.88 |
| HSL | 269.03º | 1% | 0.06% | - |
| HSV(B) | 269.03º | 1% | 0.12% | - |
| XYZ | 0.44 | 0.2 | 1.31 | - |
| YUV | 8.02 | 140.97 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 31 | 0.52 | 1 | 0 | 0.88 | 269.03 | 1 | 0.06 |
| Hex | F | 0 | 1F | 34 | 64 | 0 | 58 | 10D | 64 | 6 |
| Octal | 17 | 0 | 37 | 64 | 144 | 0 | 130 | 415 | 144 | 6 |
| Binary | 1111 | 0 | 11111 | 110100 | 1100100 | 0 | 1011000 | 100001101 | 1100100 | 110 |
Color Harmonies of #0F001F
Complementary color
Monochromatic Colors of #0F001F
Black with #0F001F
Text Example
Text Example
White with #0F001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F001F; }
p { color: rgb(15,0,31); }
H1.HeaderClassName
{
color: #0F001F;
}
.AnyTagClassName
{
color: #0F001F;
}
</style>
background-color css
<style>
a { background-color: #0F001F; }
a { background-color: rgb(15,0,31); }
div.DivClassName
{
background-color: #0F001F;
}
.BgClassName
{
background-color: #0F001F;
}
</style>
border-color css
<style>
span { border-color: #0F001F; }
span { border-color: rgb(15,0,31); }
td.TdClassName
{
border-color: #0F001F;
}
.TagClassName
{
border-color: #0F001F;
}
</style>