Shades of Blackcurrant #0F0521
Tints of Blackcurrant #0F0521
RGB
CMYK
RGB Variations
Color information
#0F0521 (or 0x0F0521) is known color: Blackcurrant. HEX triplet: 0F, 05 and 21. RGB value is (15,5,33). Sum of RGB (Red+Green+Blue) = 15+5+33=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 5 (2.34% from 255 or 9.43% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #0F0521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0521 is #F0FADE. Grayscale: #0B0B0B. Windows color (decimal): -15792863 or 2163983. OLE color: 2163983.
HSL color Cylindrical-coordinate representation of color #0F0521: hue angle of 261.43º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F0521 is Cyan = 0.55, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 5 | 33 | - |
| CMYK | 0.55 | 0.85 | 0 | 0.87 |
| HSL | 261.43º | 0.74% | 0.07% | - |
| HSV(B) | 261.43º | 0.85% | 0.13% | - |
| XYZ | 0.53 | 0.32 | 1.47 | - |
| YUV | 11.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 33 | 0.55 | 0.85 | 0 | 0.87 | 261.43 | 0.74 | 0.07 |
| Hex | F | 5 | 21 | 37 | 55 | 0 | 57 | 105 | 4A | 7 |
| Octal | 17 | 5 | 41 | 67 | 125 | 0 | 127 | 405 | 112 | 7 |
| Binary | 1111 | 101 | 100001 | 110111 | 1010101 | 0 | 1010111 | 100000101 | 1001010 | 111 |
Color Harmonies of #0F0521
Complementary color
Monochromatic Colors of #0F0521
Black with #0F0521
Text Example
Text Example
White with #0F0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0521; }
p { color: rgb(15,5,33); }
H1.HeaderClassName
{
color: #0F0521;
}
.AnyTagClassName
{
color: #0F0521;
}
</style>
background-color css
<style>
a { background-color: #0F0521; }
a { background-color: rgb(15,5,33); }
div.DivClassName
{
background-color: #0F0521;
}
.BgClassName
{
background-color: #0F0521;
}
</style>
border-color css
<style>
span { border-color: #0F0521; }
span { border-color: rgb(15,5,33); }
td.TdClassName
{
border-color: #0F0521;
}
.TagClassName
{
border-color: #0F0521;
}
</style>