Shades of Blackcurrant #0F011B
Tints of Blackcurrant #0F011B
RGB
CMYK
RGB Variations
Color information
#0F011B (or 0x0F011B) is known color: Blackcurrant. HEX triplet: 0F, 01 and 1B. RGB value is (15,1,27). Sum of RGB (Red+Green+Blue) = 15+1+27=43 (5% of max value = 765). Red value is 15 (6.25% from 255 or 34.88% from 43); Green value is 1 (0.78% from 255 or 2.33% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F011B is #F0FEE4. Grayscale: #080808. Windows color (decimal): -15793893 or 1769743. OLE color: 1769743.
HSL color Cylindrical-coordinate representation of color #0F011B: hue angle of 272.31º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F011B is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 1 | 27 | - |
| CMYK | 0.44 | 0.96 | 0 | 0.89 |
| HSL | 272.31º | 0.93% | 0.05% | - |
| HSV(B) | 272.31º | 0.96% | 0.11% | - |
| XYZ | 0.41 | 0.2 | 1.05 | - |
| YUV | 8.15 | 138.64 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 27 | 0.44 | 0.96 | 0 | 0.89 | 272.31 | 0.93 | 0.05 |
| Hex | F | 1 | 1B | 2C | 60 | 0 | 59 | 110 | 5D | 5 |
| Octal | 17 | 1 | 33 | 54 | 140 | 0 | 131 | 420 | 135 | 5 |
| Binary | 1111 | 1 | 11011 | 101100 | 1100000 | 0 | 1011001 | 100010000 | 1011101 | 101 |
Color Harmonies of #0F011B
Complementary color
Monochromatic Colors of #0F011B
Black with #0F011B
Text Example
Text Example
White with #0F011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F011B; }
p { color: rgb(15,1,27); }
H1.HeaderClassName
{
color: #0F011B;
}
.AnyTagClassName
{
color: #0F011B;
}
</style>
background-color css
<style>
a { background-color: #0F011B; }
a { background-color: rgb(15,1,27); }
div.DivClassName
{
background-color: #0F011B;
}
.BgClassName
{
background-color: #0F011B;
}
</style>
border-color css
<style>
span { border-color: #0F011B; }
span { border-color: rgb(15,1,27); }
td.TdClassName
{
border-color: #0F011B;
}
.TagClassName
{
border-color: #0F011B;
}
</style>