Shades of Blackcurrant #0F0525
Tints of Blackcurrant #0F0525
RGB
CMYK
RGB Variations
Color information
#0F0525 (or 0x0F0525) is known color: Blackcurrant. HEX triplet: 0F, 05 and 25. RGB value is (15,5,37). Sum of RGB (Red+Green+Blue) = 15+5+37=57 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.32% from 57); Green value is 5 (2.34% from 255 or 8.77% from 57); Blue value is 37 (14.84% from 255 or 64.91% from 57); Max value from RGB is 37 - color contains mainly: blue. Hex color #0F0525 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0525 is #F0FADA. Grayscale: #0B0B0B. Windows color (decimal): -15792859 or 2426127. OLE color: 2426127.
HSL color Cylindrical-coordinate representation of color #0F0525: hue angle of 258.75º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F0525 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 15 | 5 | 37 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.85 |
| HSL | 258.75º | 0.76% | 0.08% | - |
| HSV(B) | 258.75º | 0.86% | 0.15% | - |
| XYZ | 0.59 | 0.34 | 1.79 | - |
| YUV | 11.64 | 142.31 | 130.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 37 | 0.59 | 0.86 | 0 | 0.85 | 258.75 | 0.76 | 0.08 |
| Hex | F | 5 | 25 | 3B | 56 | 0 | 55 | 103 | 4C | 8 |
| Octal | 17 | 5 | 45 | 73 | 126 | 0 | 125 | 403 | 114 | 10 |
| Binary | 1111 | 101 | 100101 | 111011 | 1010110 | 0 | 1010101 | 100000011 | 1001100 | 1000 |
Color Harmonies of #0F0525
Complementary color
Monochromatic Colors of #0F0525
Black with #0F0525
Text Example
Text Example
White with #0F0525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0525; }
p { color: rgb(15,5,37); }
H1.HeaderClassName
{
color: #0F0525;
}
.AnyTagClassName
{
color: #0F0525;
}
</style>
background-color css
<style>
a { background-color: #0F0525; }
a { background-color: rgb(15,5,37); }
div.DivClassName
{
background-color: #0F0525;
}
.BgClassName
{
background-color: #0F0525;
}
</style>
border-color css
<style>
span { border-color: #0F0525; }
span { border-color: rgb(15,5,37); }
td.TdClassName
{
border-color: #0F0525;
}
.TagClassName
{
border-color: #0F0525;
}
</style>