Shades of Blackcurrant #0F021E
Tints of Blackcurrant #0F021E
RGB
CMYK
RGB Variations
Color information
#0F021E (or 0x0F021E) is known color: Blackcurrant. HEX triplet: 0F, 02 and 1E. RGB value is (15,2,30). Sum of RGB (Red+Green+Blue) = 15+2+30=47 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.91% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 30 (12.11% from 255 or 63.83% from 47); Max value from RGB is 30 - color contains mainly: blue. Hex color #0F021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F021E is #F0FDE1. Grayscale: #080808. Windows color (decimal): -15793634 or 1966607. OLE color: 1966607.
HSL color Cylindrical-coordinate representation of color #0F021E: hue angle of 267.86º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F021E is Cyan = 0.5, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 2 | 30 | - |
| CMYK | 0.5 | 0.93 | 0 | 0.88 |
| HSL | 267.86º | 0.88% | 0.06% | - |
| HSV(B) | 267.86º | 0.93% | 0.12% | - |
| XYZ | 0.45 | 0.24 | 1.25 | - |
| YUV | 9.08 | 139.81 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 30 | 0.5 | 0.93 | 0 | 0.88 | 267.86 | 0.88 | 0.06 |
| Hex | F | 2 | 1E | 32 | 5D | 0 | 58 | 10C | 58 | 6 |
| Octal | 17 | 2 | 36 | 62 | 135 | 0 | 130 | 414 | 130 | 6 |
| Binary | 1111 | 10 | 11110 | 110010 | 1011101 | 0 | 1011000 | 100001100 | 1011000 | 110 |
Color Harmonies of #0F021E
Complementary color
Monochromatic Colors of #0F021E
Black with #0F021E
Text Example
Text Example
White with #0F021E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F021E; }
p { color: rgb(15,2,30); }
H1.HeaderClassName
{
color: #0F021E;
}
.AnyTagClassName
{
color: #0F021E;
}
</style>
background-color css
<style>
a { background-color: #0F021E; }
a { background-color: rgb(15,2,30); }
div.DivClassName
{
background-color: #0F021E;
}
.BgClassName
{
background-color: #0F021E;
}
</style>
border-color css
<style>
span { border-color: #0F021E; }
span { border-color: rgb(15,2,30); }
td.TdClassName
{
border-color: #0F021E;
}
.TagClassName
{
border-color: #0F021E;
}
</style>