Shades of Blackcurrant #0F0D11
Tints of Blackcurrant #0F0D11
RGB
CMYK
RGB Variations
Color information
#0F0D11 (or 0x0F0D11) is known color: Blackcurrant. HEX triplet: 0F, 0D and 11. RGB value is (15,13,17). Sum of RGB (Red+Green+Blue) = 15+13+17=45 (5% of max value = 765). Red value is 15 (6.25% from 255 or 33.33% from 45); Green value is 13 (5.47% from 255 or 28.89% from 45); Blue value is 17 (7.03% from 255 or 37.78% from 45); Max value from RGB is 17 - color contains mainly: blue. Hex color #0F0D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0D11 is #F0F2EE. Grayscale: #0E0E0E. Windows color (decimal): -15790831 or 1117455. OLE color: 1117455.
HSL color Cylindrical-coordinate representation of color #0F0D11: hue angle of 270º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #0F0D11 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
RGB | 15 | 13 | 17 | - |
CMYK | 0.12 | 0.24 | 0 | 0.93 |
HSL | 270º | 0.13% | 0.06% | - |
HSV(B) | 270º | 0.24% | 0.07% | - |
XYZ | 0.44 | 0.43 | 0.59 | - |
YUV | 14.05 | 129.66 | 128.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 13 | 17 | 0.12 | 0.24 | 0 | 0.93 | 270 | 0.13 | 0.06 |
Hex | F | D | 11 | C | 18 | 0 | 5D | 10E | D | 6 |
Octal | 17 | 15 | 21 | 14 | 30 | 0 | 135 | 416 | 15 | 6 |
Binary | 1111 | 1101 | 10001 | 1100 | 11000 | 0 | 1011101 | 100001110 | 1101 | 110 |
Color Harmonies of #0F0D11
Complementary color
Monochromatic Colors of #0F0D11
Black with #0F0D11
Text Example
Text Example
White with #0F0D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0D11; }
p { color: rgb(15,13,17); }
H1.HeaderClassName
{
color: #0F0D11;
}
.AnyTagClassName
{
color: #0F0D11;
}
</style>
background-color css
<style>
a { background-color: #0F0D11; }
a { background-color: rgb(15,13,17); }
div.DivClassName
{
background-color: #0F0D11;
}
.BgClassName
{
background-color: #0F0D11;
}
</style>
border-color css
<style>
span { border-color: #0F0D11; }
span { border-color: rgb(15,13,17); }
td.TdClassName
{
border-color: #0F0D11;
}
.TagClassName
{
border-color: #0F0D11;
}
</style>