Shades of Blackcurrant #0F0221
Tints of Blackcurrant #0F0221
RGB
CMYK
RGB Variations
Color information
#0F0221 (or 0x0F0221) is known color: Blackcurrant. HEX triplet: 0F, 02 and 21. RGB value is (15,2,33). Sum of RGB (Red+Green+Blue) = 15+2+33=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 33 (13.28% from 255 or 66% from 50); Max value from RGB is 33 - color contains mainly: blue. Hex color #0F0221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0221 is #F0FDDE. Grayscale: #090909. Windows color (decimal): -15793631 or 2163215. OLE color: 2163215.
HSL color Cylindrical-coordinate representation of color #0F0221: hue angle of 265.16º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0221 is Cyan = 0.55, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 2 | 33 | - |
| CMYK | 0.55 | 0.94 | 0 | 0.87 |
| HSL | 265.16º | 0.89% | 0.07% | - |
| HSV(B) | 265.16º | 0.94% | 0.13% | - |
| XYZ | 0.49 | 0.25 | 1.46 | - |
| YUV | 9.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 33 | 0.55 | 0.94 | 0 | 0.87 | 265.16 | 0.89 | 0.07 |
| Hex | F | 2 | 21 | 37 | 5E | 0 | 57 | 109 | 59 | 7 |
| Octal | 17 | 2 | 41 | 67 | 136 | 0 | 127 | 411 | 131 | 7 |
| Binary | 1111 | 10 | 100001 | 110111 | 1011110 | 0 | 1010111 | 100001001 | 1011001 | 111 |
Color Harmonies of #0F0221
Complementary color
Monochromatic Colors of #0F0221
Black with #0F0221
Text Example
Text Example
White with #0F0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0221; }
p { color: rgb(15,2,33); }
H1.HeaderClassName
{
color: #0F0221;
}
.AnyTagClassName
{
color: #0F0221;
}
</style>
background-color css
<style>
a { background-color: #0F0221; }
a { background-color: rgb(15,2,33); }
div.DivClassName
{
background-color: #0F0221;
}
.BgClassName
{
background-color: #0F0221;
}
</style>
border-color css
<style>
span { border-color: #0F0221; }
span { border-color: rgb(15,2,33); }
td.TdClassName
{
border-color: #0F0221;
}
.TagClassName
{
border-color: #0F0221;
}
</style>