Shades of Blackcurrant #0F0224
Tints of Blackcurrant #0F0224
RGB
CMYK
RGB Variations
Color information
#0F0224 (or 0x0F0224) is known color: Blackcurrant. HEX triplet: 0F, 02 and 24. RGB value is (15,2,36). Sum of RGB (Red+Green+Blue) = 15+2+36=53 (7% of max value = 765). Red value is 15 (6.25% from 255 or 28.30% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 36 (14.45% from 255 or 67.92% from 53); Max value from RGB is 36 - color contains mainly: blue. Hex color #0F0224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0224 is #F0FDDB. Grayscale: #090909. Windows color (decimal): -15793628 or 2359823. OLE color: 2359823.
HSL color Cylindrical-coordinate representation of color #0F0224: hue angle of 262.94º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0224 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 15 | 2 | 36 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.86 |
| HSL | 262.94º | 0.89% | 0.07% | - |
| HSV(B) | 262.94º | 0.94% | 0.14% | - |
| XYZ | 0.54 | 0.27 | 1.69 | - |
| YUV | 9.76 | 142.81 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 36 | 0.58 | 0.94 | 0 | 0.86 | 262.94 | 0.89 | 0.07 |
| Hex | F | 2 | 24 | 3A | 5E | 0 | 56 | 107 | 59 | 7 |
| Octal | 17 | 2 | 44 | 72 | 136 | 0 | 126 | 407 | 131 | 7 |
| Binary | 1111 | 10 | 100100 | 111010 | 1011110 | 0 | 1010110 | 100000111 | 1011001 | 111 |
Color Harmonies of #0F0224
Complementary color
Monochromatic Colors of #0F0224
Black with #0F0224
Text Example
Text Example
White with #0F0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0224; }
p { color: rgb(15,2,36); }
H1.HeaderClassName
{
color: #0F0224;
}
.AnyTagClassName
{
color: #0F0224;
}
</style>
background-color css
<style>
a { background-color: #0F0224; }
a { background-color: rgb(15,2,36); }
div.DivClassName
{
background-color: #0F0224;
}
.BgClassName
{
background-color: #0F0224;
}
</style>
border-color css
<style>
span { border-color: #0F0224; }
span { border-color: rgb(15,2,36); }
td.TdClassName
{
border-color: #0F0224;
}
.TagClassName
{
border-color: #0F0224;
}
</style>