Shades of Blackcurrant #0F0526
Tints of Blackcurrant #0F0526
RGB
CMYK
RGB Variations
Color information
#0F0526 (or 0x0F0526) is known color: Blackcurrant. HEX triplet: 0F, 05 and 26. RGB value is (15,5,38). Sum of RGB (Red+Green+Blue) = 15+5+38=58 (7% of max value = 765). Red value is 15 (6.25% from 255 or 25.86% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 38 (15.23% from 255 or 65.52% from 58); Max value from RGB is 38 - color contains mainly: blue. Hex color #0F0526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0526 is #F0FAD9. Grayscale: #0B0B0B. Windows color (decimal): -15792858 or 2491663. OLE color: 2491663.
HSL color Cylindrical-coordinate representation of color #0F0526: hue angle of 258.18º degrees, saturation: 0.77, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F0526 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 5 | 38 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.85 |
| HSL | 258.18º | 0.77% | 0.08% | - |
| HSV(B) | 258.18º | 0.87% | 0.15% | - |
| XYZ | 0.6 | 0.35 | 1.87 | - |
| YUV | 11.75 | 142.81 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 38 | 0.61 | 0.87 | 0 | 0.85 | 258.18 | 0.77 | 0.08 |
| Hex | F | 5 | 26 | 3D | 57 | 0 | 55 | 102 | 4D | 8 |
| Octal | 17 | 5 | 46 | 75 | 127 | 0 | 125 | 402 | 115 | 10 |
| Binary | 1111 | 101 | 100110 | 111101 | 1010111 | 0 | 1010101 | 100000010 | 1001101 | 1000 |
Color Harmonies of #0F0526
Complementary color
Monochromatic Colors of #0F0526
Black with #0F0526
Text Example
Text Example
White with #0F0526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0526; }
p { color: rgb(15,5,38); }
H1.HeaderClassName
{
color: #0F0526;
}
.AnyTagClassName
{
color: #0F0526;
}
</style>
background-color css
<style>
a { background-color: #0F0526; }
a { background-color: rgb(15,5,38); }
div.DivClassName
{
background-color: #0F0526;
}
.BgClassName
{
background-color: #0F0526;
}
</style>
border-color css
<style>
span { border-color: #0F0526; }
span { border-color: rgb(15,5,38); }
td.TdClassName
{
border-color: #0F0526;
}
.TagClassName
{
border-color: #0F0526;
}
</style>