Shades of Blackcurrant #0F041F
Tints of Blackcurrant #0F041F
RGB
CMYK
RGB Variations
Color information
#0F041F (or 0x0F041F) is known color: Blackcurrant. HEX triplet: 0F, 04 and 1F. RGB value is (15,4,31). Sum of RGB (Red+Green+Blue) = 15+4+31=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 4 (1.95% from 255 or 8% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #0F041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F041F is #F0FBE0. Grayscale: #0A0A0A. Windows color (decimal): -15793121 or 2032655. OLE color: 2032655.
HSL color Cylindrical-coordinate representation of color #0F041F: hue angle of 264.44º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F041F is Cyan = 0.52, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 15 | 4 | 31 | - |
| CMYK | 0.52 | 0.87 | 0 | 0.88 |
| HSL | 264.44º | 0.77% | 0.07% | - |
| HSV(B) | 264.44º | 0.87% | 0.12% | - |
| XYZ | 0.49 | 0.29 | 1.33 | - |
| YUV | 10.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 4 | 31 | 0.52 | 0.87 | 0 | 0.88 | 264.44 | 0.77 | 0.07 |
| Hex | F | 4 | 1F | 34 | 57 | 0 | 58 | 108 | 4D | 7 |
| Octal | 17 | 4 | 37 | 64 | 127 | 0 | 130 | 410 | 115 | 7 |
| Binary | 1111 | 100 | 11111 | 110100 | 1010111 | 0 | 1011000 | 100001000 | 1001101 | 111 |
Color Harmonies of #0F041F
Complementary color
Monochromatic Colors of #0F041F
Black with #0F041F
Text Example
Text Example
White with #0F041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F041F; }
p { color: rgb(15,4,31); }
H1.HeaderClassName
{
color: #0F041F;
}
.AnyTagClassName
{
color: #0F041F;
}
</style>
background-color css
<style>
a { background-color: #0F041F; }
a { background-color: rgb(15,4,31); }
div.DivClassName
{
background-color: #0F041F;
}
.BgClassName
{
background-color: #0F041F;
}
</style>
border-color css
<style>
span { border-color: #0F041F; }
span { border-color: rgb(15,4,31); }
td.TdClassName
{
border-color: #0F041F;
}
.TagClassName
{
border-color: #0F041F;
}
</style>