Shades of Blackcurrant #0F0020
Tints of Blackcurrant #0F0020
RGB
CMYK
RGB Variations
Color information
#0F0020 (or 0x0F0020) is known color: Blackcurrant. HEX triplet: 0F, 00 and 20. RGB value is (15,0,32). Sum of RGB (Red+Green+Blue) = 15+0+32=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 0 (0.39% from 255 or 0% from 47); Blue value is 32 (12.89% from 255 or 68.09% from 47); Max value from RGB is 32 - color contains mainly: blue. Hex color #0F0020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0020 is #F0FFDF. Grayscale: #080808. Windows color (decimal): -15794144 or 2097167. OLE color: 2097167.
HSL color Cylindrical-coordinate representation of color #0F0020: hue angle of 268.12º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F0020 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 0 | 32 | - |
| CMYK | 0.53 | 1 | 0 | 0.87 |
| HSL | 268.13º | 1% | 0.06% | - |
| HSV(B) | 268.13º | 1% | 0.13% | - |
| XYZ | 0.46 | 0.21 | 1.38 | - |
| YUV | 8.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 32 | 0.53 | 1 | 0 | 0.87 | 268.13 | 1 | 0.06 |
| Hex | F | 0 | 20 | 35 | 64 | 0 | 57 | 10C | 64 | 6 |
| Octal | 17 | 0 | 40 | 65 | 144 | 0 | 127 | 414 | 144 | 6 |
| Binary | 1111 | 0 | 100000 | 110101 | 1100100 | 0 | 1010111 | 100001100 | 1100100 | 110 |
Color Harmonies of #0F0020
Complementary color
Monochromatic Colors of #0F0020
Black with #0F0020
Text Example
Text Example
White with #0F0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0020; }
p { color: rgb(15,0,32); }
H1.HeaderClassName
{
color: #0F0020;
}
.AnyTagClassName
{
color: #0F0020;
}
</style>
background-color css
<style>
a { background-color: #0F0020; }
a { background-color: rgb(15,0,32); }
div.DivClassName
{
background-color: #0F0020;
}
.BgClassName
{
background-color: #0F0020;
}
</style>
border-color css
<style>
span { border-color: #0F0020; }
span { border-color: rgb(15,0,32); }
td.TdClassName
{
border-color: #0F0020;
}
.TagClassName
{
border-color: #0F0020;
}
</style>