Shades of Blackcurrant #120131
Tints of Blackcurrant #120131
RGB
CMYK
RGB Variations
Color information
#120131 (or 0x120131) is known color: Blackcurrant. HEX triplet: 12, 01 and 31. RGB value is (18,1,49). Sum of RGB (Red+Green+Blue) = 18+1+49=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 1 (0.78% from 255 or 1.47% from 68); Blue value is 49 (19.53% from 255 or 72.06% from 68); Max value from RGB is 49 - color contains mainly: blue. Hex color #120131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120131 is #EDFECE. Grayscale: #0B0B0B. Windows color (decimal): -15597263 or 3211538. OLE color: 3211538.
HSL color Cylindrical-coordinate representation of color #120131: hue angle of 261.25º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #120131 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 1 | 49 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.81 |
| HSL | 261.25º | 0.96% | 0.1% | - |
| HSV(B) | 261.25º | 0.98% | 0.19% | - |
| XYZ | 0.81 | 0.37 | 2.93 | - |
| YUV | 11.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 49 | 0.63 | 0.98 | 0 | 0.81 | 261.25 | 0.96 | 0.1 |
| Hex | 12 | 1 | 31 | 3F | 62 | 0 | 51 | 105 | 60 | A |
| Octal | 22 | 1 | 61 | 77 | 142 | 0 | 121 | 405 | 140 | 12 |
| Binary | 10010 | 1 | 110001 | 111111 | 1100010 | 0 | 1010001 | 100000101 | 1100000 | 1010 |
Color Harmonies of #120131
Complementary color
Monochromatic Colors of #120131
Black with #120131
Text Example
Text Example
White with #120131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120131; }
p { color: rgb(18,1,49); }
H1.HeaderClassName
{
color: #120131;
}
.AnyTagClassName
{
color: #120131;
}
</style>
background-color css
<style>
a { background-color: #120131; }
a { background-color: rgb(18,1,49); }
div.DivClassName
{
background-color: #120131;
}
.BgClassName
{
background-color: #120131;
}
</style>
border-color css
<style>
span { border-color: #120131; }
span { border-color: rgb(18,1,49); }
td.TdClassName
{
border-color: #120131;
}
.TagClassName
{
border-color: #120131;
}
</style>