Shades of Blackcurrant #0F061B
Tints of Blackcurrant #0F061B
RGB
CMYK
RGB Variations
Color information
#0F061B (or 0x0F061B) is known color: Blackcurrant. HEX triplet: 0F, 06 and 1B. RGB value is (15,6,27). Sum of RGB (Red+Green+Blue) = 15+6+27=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 6 (2.73% from 255 or 12.5% from 48); Blue value is 27 (10.94% from 255 or 56.25% from 48); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F061B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F061B is #F0F9E4. Grayscale: #0B0B0B. Windows color (decimal): -15792613 or 1771023. OLE color: 1771023.
HSL color Cylindrical-coordinate representation of color #0F061B: hue angle of 265.71º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F061B is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 6 | 27 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.89 |
| HSL | 265.71º | 0.64% | 0.06% | - |
| HSV(B) | 265.71º | 0.78% | 0.11% | - |
| XYZ | 0.46 | 0.31 | 1.07 | - |
| YUV | 11.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 27 | 0.44 | 0.78 | 0 | 0.89 | 265.71 | 0.64 | 0.06 |
| Hex | F | 6 | 1B | 2C | 4E | 0 | 59 | 10A | 40 | 6 |
| Octal | 17 | 6 | 33 | 54 | 116 | 0 | 131 | 412 | 100 | 6 |
| Binary | 1111 | 110 | 11011 | 101100 | 1001110 | 0 | 1011001 | 100001010 | 1000000 | 110 |
Color Harmonies of #0F061B
Complementary color
Monochromatic Colors of #0F061B
Black with #0F061B
Text Example
Text Example
White with #0F061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F061B; }
p { color: rgb(15,6,27); }
H1.HeaderClassName
{
color: #0F061B;
}
.AnyTagClassName
{
color: #0F061B;
}
</style>
background-color css
<style>
a { background-color: #0F061B; }
a { background-color: rgb(15,6,27); }
div.DivClassName
{
background-color: #0F061B;
}
.BgClassName
{
background-color: #0F061B;
}
</style>
border-color css
<style>
span { border-color: #0F061B; }
span { border-color: rgb(15,6,27); }
td.TdClassName
{
border-color: #0F061B;
}
.TagClassName
{
border-color: #0F061B;
}
</style>