Shades of Blackcurrant #0F001B
Tints of Blackcurrant #0F001B
RGB
CMYK
RGB Variations
Color information
#0F001B (or 0x0F001B) is known color: Blackcurrant. HEX triplet: 0F, 00 and 1B. RGB value is (15,0,27). Sum of RGB (Red+Green+Blue) = 15+0+27=42 (5% of max value = 765). Red value is 15 (6.25% from 255 or 35.71% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 27 (10.94% from 255 or 64.29% from 42); Max value from RGB is 27 - color contains mainly: blue. Hex color #0F001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F001B is #F0FFE4. Grayscale: #070707. Windows color (decimal): -15794149 or 1769487. OLE color: 1769487.
HSL color Cylindrical-coordinate representation of color #0F001B: hue angle of 273.33º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F001B is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 15 | 0 | 27 | - |
| CMYK | 0.44 | 1 | 0 | 0.89 |
| HSL | 273.33º | 1% | 0.05% | - |
| HSV(B) | 273.33º | 1% | 0.11% | - |
| XYZ | 0.39 | 0.18 | 1.05 | - |
| YUV | 7.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 27 | 0.44 | 1 | 0 | 0.89 | 273.33 | 1 | 0.05 |
| Hex | F | 0 | 1B | 2C | 64 | 0 | 59 | 111 | 64 | 5 |
| Octal | 17 | 0 | 33 | 54 | 144 | 0 | 131 | 421 | 144 | 5 |
| Binary | 1111 | 0 | 11011 | 101100 | 1100100 | 0 | 1011001 | 100010001 | 1100100 | 101 |
Color Harmonies of #0F001B
Complementary color
Monochromatic Colors of #0F001B
Black with #0F001B
Text Example
Text Example
White with #0F001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F001B; }
p { color: rgb(15,0,27); }
H1.HeaderClassName
{
color: #0F001B;
}
.AnyTagClassName
{
color: #0F001B;
}
</style>
background-color css
<style>
a { background-color: #0F001B; }
a { background-color: rgb(15,0,27); }
div.DivClassName
{
background-color: #0F001B;
}
.BgClassName
{
background-color: #0F001B;
}
</style>
border-color css
<style>
span { border-color: #0F001B; }
span { border-color: rgb(15,0,27); }
td.TdClassName
{
border-color: #0F001B;
}
.TagClassName
{
border-color: #0F001B;
}
</style>