Shades of Blackcurrant #0F011C
Tints of Blackcurrant #0F011C
RGB
CMYK
RGB Variations
Color information
#0F011C (or 0x0F011C) is known color: Blackcurrant. HEX triplet: 0F, 01 and 1C. RGB value is (15,1,28). Sum of RGB (Red+Green+Blue) = 15+1+28=44 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.09% from 44); Green value is 1 (0.78% from 255 or 2.27% from 44); Blue value is 28 (11.33% from 255 or 63.64% from 44); Max value from RGB is 28 - color contains mainly: blue. Hex color #0F011C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F011C is #F0FEE3. Grayscale: #080808. Windows color (decimal): -15793892 or 1835279. OLE color: 1835279.
HSL color Cylindrical-coordinate representation of color #0F011C: hue angle of 271.11º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F011C is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 1 | 28 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.89 |
| HSL | 271.11º | 0.93% | 0.06% | - |
| HSV(B) | 271.11º | 0.96% | 0.11% | - |
| XYZ | 0.42 | 0.21 | 1.12 | - |
| YUV | 8.26 | 139.14 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 28 | 0.46 | 0.96 | 0 | 0.89 | 271.11 | 0.93 | 0.06 |
| Hex | F | 1 | 1C | 2E | 60 | 0 | 59 | 10F | 5D | 6 |
| Octal | 17 | 1 | 34 | 56 | 140 | 0 | 131 | 417 | 135 | 6 |
| Binary | 1111 | 1 | 11100 | 101110 | 1100000 | 0 | 1011001 | 100001111 | 1011101 | 110 |
Color Harmonies of #0F011C
Complementary color
Monochromatic Colors of #0F011C
Black with #0F011C
Text Example
Text Example
White with #0F011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F011C; }
p { color: rgb(15,1,28); }
H1.HeaderClassName
{
color: #0F011C;
}
.AnyTagClassName
{
color: #0F011C;
}
</style>
background-color css
<style>
a { background-color: #0F011C; }
a { background-color: rgb(15,1,28); }
div.DivClassName
{
background-color: #0F011C;
}
.BgClassName
{
background-color: #0F011C;
}
</style>
border-color css
<style>
span { border-color: #0F011C; }
span { border-color: rgb(15,1,28); }
td.TdClassName
{
border-color: #0F011C;
}
.TagClassName
{
border-color: #0F011C;
}
</style>