Shades of Blackcurrant #0F0B14
Tints of Blackcurrant #0F0B14
RGB
CMYK
RGB Variations
Color information
#0F0B14 (or 0x0F0B14) is known color: Blackcurrant. HEX triplet: 0F, 0B and 14. RGB value is (15,11,20). Sum of RGB (Red+Green+Blue) = 15+11+20=46 (6% of max value = 765). Red value is 15 (6.25% from 255 or 32.61% from 46); Green value is 11 (4.69% from 255 or 23.91% from 46); Blue value is 20 (8.20% from 255 or 43.48% from 46); Max value from RGB is 20 - color contains mainly: blue. Hex color #0F0B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B14 is #F0F4EB. Grayscale: #0D0D0D. Windows color (decimal): -15791340 or 1313551. OLE color: 1313551.
HSL color Cylindrical-coordinate representation of color #0F0B14: hue angle of 266.67º degrees, saturation: 0.29, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0F0B14 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
RGB | 15 | 11 | 20 | - |
CMYK | 0.25 | 0.45 | 0 | 0.92 |
HSL | 266.67º | 0.29% | 0.06% | - |
HSV(B) | 266.67º | 0.45% | 0.08% | - |
XYZ | 0.44 | 0.39 | 0.71 | - |
YUV | 13.22 | 131.83 | 129.27 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 11 | 20 | 0.25 | 0.45 | 0 | 0.92 | 266.67 | 0.29 | 0.06 |
Hex | F | B | 14 | 19 | 2D | 0 | 5C | 10B | 1D | 6 |
Octal | 17 | 13 | 24 | 31 | 55 | 0 | 134 | 413 | 35 | 6 |
Binary | 1111 | 1011 | 10100 | 11001 | 101101 | 0 | 1011100 | 100001011 | 11101 | 110 |
Color Harmonies of #0F0B14
Complementary color
Monochromatic Colors of #0F0B14
Black with #0F0B14
Text Example
Text Example
White with #0F0B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B14; }
p { color: rgb(15,11,20); }
H1.HeaderClassName
{
color: #0F0B14;
}
.AnyTagClassName
{
color: #0F0B14;
}
</style>
background-color css
<style>
a { background-color: #0F0B14; }
a { background-color: rgb(15,11,20); }
div.DivClassName
{
background-color: #0F0B14;
}
.BgClassName
{
background-color: #0F0B14;
}
</style>
border-color css
<style>
span { border-color: #0F0B14; }
span { border-color: rgb(15,11,20); }
td.TdClassName
{
border-color: #0F0B14;
}
.TagClassName
{
border-color: #0F0B14;
}
</style>