Shades of Blackcurrant #0F0220
Tints of Blackcurrant #0F0220
RGB
CMYK
RGB Variations
Color information
#0F0220 (or 0x0F0220) is known color: Blackcurrant. HEX triplet: 0F, 02 and 20. RGB value is (15,2,32). Sum of RGB (Red+Green+Blue) = 15+2+32=49 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30.61% from 49); Green value is 2 (1.17% from 255 or 4.08% from 49); Blue value is 32 (12.89% from 255 or 65.31% from 49); Max value from RGB is 32 - color contains mainly: blue. Hex color #0F0220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0220 is #F0FDDF. Grayscale: #090909. Windows color (decimal): -15793632 or 2097679. OLE color: 2097679.
HSL color Cylindrical-coordinate representation of color #0F0220: hue angle of 266º degrees, saturation: 0.88, 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 #0F0220 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 2 | 32 | - |
| CMYK | 0.53 | 0.94 | 0 | 0.87 |
| HSL | 266º | 0.88% | 0.07% | - |
| HSV(B) | 266º | 0.94% | 0.13% | - |
| XYZ | 0.48 | 0.25 | 1.39 | - |
| YUV | 9.31 | 140.81 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 32 | 0.53 | 0.94 | 0 | 0.87 | 266 | 0.88 | 0.07 |
| Hex | F | 2 | 20 | 35 | 5E | 0 | 57 | 10A | 58 | 7 |
| Octal | 17 | 2 | 40 | 65 | 136 | 0 | 127 | 412 | 130 | 7 |
| Binary | 1111 | 10 | 100000 | 110101 | 1011110 | 0 | 1010111 | 100001010 | 1011000 | 111 |
Color Harmonies of #0F0220
Complementary color
Monochromatic Colors of #0F0220
Black with #0F0220
Text Example
Text Example
White with #0F0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0220; }
p { color: rgb(15,2,32); }
H1.HeaderClassName
{
color: #0F0220;
}
.AnyTagClassName
{
color: #0F0220;
}
</style>
background-color css
<style>
a { background-color: #0F0220; }
a { background-color: rgb(15,2,32); }
div.DivClassName
{
background-color: #0F0220;
}
.BgClassName
{
background-color: #0F0220;
}
</style>
border-color css
<style>
span { border-color: #0F0220; }
span { border-color: rgb(15,2,32); }
td.TdClassName
{
border-color: #0F0220;
}
.TagClassName
{
border-color: #0F0220;
}
</style>