Shades of Blackcurrant #0F0122
Tints of Blackcurrant #0F0122
RGB
CMYK
RGB Variations
Color information
#0F0122 (or 0x0F0122) is known color: Blackcurrant. HEX triplet: 0F, 01 and 22. RGB value is (15,1,34). Sum of RGB (Red+Green+Blue) = 15+1+34=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 34 (13.67% from 255 or 68% from 50); Max value from RGB is 34 - color contains mainly: blue. Hex color #0F0122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0122 is #F0FEDD. Grayscale: #080808. Windows color (decimal): -15793886 or 2228495. OLE color: 2228495.
HSL color Cylindrical-coordinate representation of color #0F0122: hue angle of 265.45º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0F0122 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 15 | 1 | 34 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.87 |
| HSL | 265.45º | 0.94% | 0.07% | - |
| HSV(B) | 265.45º | 0.97% | 0.13% | - |
| XYZ | 0.5 | 0.24 | 1.53 | - |
| YUV | 8.95 | 142.14 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 34 | 0.56 | 0.97 | 0 | 0.87 | 265.45 | 0.94 | 0.07 |
| Hex | F | 1 | 22 | 38 | 61 | 0 | 57 | 109 | 5E | 7 |
| Octal | 17 | 1 | 42 | 70 | 141 | 0 | 127 | 411 | 136 | 7 |
| Binary | 1111 | 1 | 100010 | 111000 | 1100001 | 0 | 1010111 | 100001001 | 1011110 | 111 |
Color Harmonies of #0F0122
Complementary color
Monochromatic Colors of #0F0122
Black with #0F0122
Text Example
Text Example
White with #0F0122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0122; }
p { color: rgb(15,1,34); }
H1.HeaderClassName
{
color: #0F0122;
}
.AnyTagClassName
{
color: #0F0122;
}
</style>
background-color css
<style>
a { background-color: #0F0122; }
a { background-color: rgb(15,1,34); }
div.DivClassName
{
background-color: #0F0122;
}
.BgClassName
{
background-color: #0F0122;
}
</style>
border-color css
<style>
span { border-color: #0F0122; }
span { border-color: rgb(15,1,34); }
td.TdClassName
{
border-color: #0F0122;
}
.TagClassName
{
border-color: #0F0122;
}
</style>