Shades of Blackcurrant #0F0128
Tints of Blackcurrant #0F0128
RGB
CMYK
RGB Variations
Color information
#0F0128 (or 0x0F0128) is known color: Blackcurrant. HEX triplet: 0F, 01 and 28. RGB value is (15,1,40). Sum of RGB (Red+Green+Blue) = 15+1+40=56 (7% of max value = 765). Red value is 15 (6.25% from 255 or 26.79% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 40 (16.02% from 255 or 71.43% from 56); Max value from RGB is 40 - color contains mainly: blue. Hex color #0F0128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0128 is #F0FED7. Grayscale: #090909. Windows color (decimal): -15793880 or 2621711. OLE color: 2621711.
HSL color Cylindrical-coordinate representation of color #0F0128: hue angle of 261.54º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0F0128 is Cyan = 0.62, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 15 | 1 | 40 | - |
| CMYK | 0.62 | 0.98 | 0 | 0.84 |
| HSL | 261.54º | 0.95% | 0.08% | - |
| HSV(B) | 261.54º | 0.98% | 0.16% | - |
| XYZ | 0.59 | 0.28 | 2.03 | - |
| YUV | 9.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 40 | 0.62 | 0.98 | 0 | 0.84 | 261.54 | 0.95 | 0.08 |
| Hex | F | 1 | 28 | 3E | 62 | 0 | 54 | 106 | 5F | 8 |
| Octal | 17 | 1 | 50 | 76 | 142 | 0 | 124 | 406 | 137 | 10 |
| Binary | 1111 | 1 | 101000 | 111110 | 1100010 | 0 | 1010100 | 100000110 | 1011111 | 1000 |
Color Harmonies of #0F0128
Complementary color
Monochromatic Colors of #0F0128
Black with #0F0128
Text Example
Text Example
White with #0F0128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0128; }
p { color: rgb(15,1,40); }
H1.HeaderClassName
{
color: #0F0128;
}
.AnyTagClassName
{
color: #0F0128;
}
</style>
background-color css
<style>
a { background-color: #0F0128; }
a { background-color: rgb(15,1,40); }
div.DivClassName
{
background-color: #0F0128;
}
.BgClassName
{
background-color: #0F0128;
}
</style>
border-color css
<style>
span { border-color: #0F0128; }
span { border-color: rgb(15,1,40); }
td.TdClassName
{
border-color: #0F0128;
}
.TagClassName
{
border-color: #0F0128;
}
</style>