Shades of Blackcurrant #0F0621
Tints of Blackcurrant #0F0621
RGB
CMYK
RGB Variations
Color information
#0F0621 (or 0x0F0621) is known color: Blackcurrant. HEX triplet: 0F, 06 and 21. RGB value is (15,6,33). Sum of RGB (Red+Green+Blue) = 15+6+33=54 (7% of max value = 765). Red value is 15 (6.25% from 255 or 27.78% from 54); Green value is 6 (2.73% from 255 or 11.11% from 54); Blue value is 33 (13.28% from 255 or 61.11% from 54); Max value from RGB is 33 - color contains mainly: blue. Hex color #0F0621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0621 is #F0F9DE. Grayscale: #0B0B0B. Windows color (decimal): -15792607 or 2164239. OLE color: 2164239.
HSL color Cylindrical-coordinate representation of color #0F0621: hue angle of 260º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0F0621 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 6 | 33 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.87 |
| HSL | 260º | 0.69% | 0.08% | - |
| HSV(B) | 260º | 0.82% | 0.13% | - |
| XYZ | 0.54 | 0.34 | 1.48 | - |
| YUV | 11.77 | 139.98 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 33 | 0.55 | 0.82 | 0 | 0.87 | 260 | 0.69 | 0.08 |
| Hex | F | 6 | 21 | 37 | 52 | 0 | 57 | 104 | 45 | 8 |
| Octal | 17 | 6 | 41 | 67 | 122 | 0 | 127 | 404 | 105 | 10 |
| Binary | 1111 | 110 | 100001 | 110111 | 1010010 | 0 | 1010111 | 100000100 | 1000101 | 1000 |
Color Harmonies of #0F0621
Complementary color
Monochromatic Colors of #0F0621
Black with #0F0621
Text Example
Text Example
White with #0F0621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0621; }
p { color: rgb(15,6,33); }
H1.HeaderClassName
{
color: #0F0621;
}
.AnyTagClassName
{
color: #0F0621;
}
</style>
background-color css
<style>
a { background-color: #0F0621; }
a { background-color: rgb(15,6,33); }
div.DivClassName
{
background-color: #0F0621;
}
.BgClassName
{
background-color: #0F0621;
}
</style>
border-color css
<style>
span { border-color: #0F0621; }
span { border-color: rgb(15,6,33); }
td.TdClassName
{
border-color: #0F0621;
}
.TagClassName
{
border-color: #0F0621;
}
</style>