Shades of Blackcurrant #120331
Tints of Blackcurrant #120331
RGB
CMYK
RGB Variations
Color information
#120331 (or 0x120331) is known color: Blackcurrant. HEX triplet: 12, 03 and 31. RGB value is (18,3,49). Sum of RGB (Red+Green+Blue) = 18+3+49=70 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.71% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 49 (19.53% from 255 or 70% from 70); Max value from RGB is 49 - color contains mainly: blue. Hex color #120331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120331 is #EDFCCE. Grayscale: #0C0C0C. Windows color (decimal): -15596751 or 3212050. OLE color: 3212050.
HSL color Cylindrical-coordinate representation of color #120331: hue angle of 259.57º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #120331 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 3 | 49 | - |
| CMYK | 0.63 | 0.94 | 0 | 0.81 |
| HSL | 259.57º | 0.88% | 0.1% | - |
| HSV(B) | 259.57º | 0.94% | 0.19% | - |
| XYZ | 0.84 | 0.42 | 2.94 | - |
| YUV | 12.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 49 | 0.63 | 0.94 | 0 | 0.81 | 259.57 | 0.88 | 0.1 |
| Hex | 12 | 3 | 31 | 3F | 5E | 0 | 51 | 104 | 58 | A |
| Octal | 22 | 3 | 61 | 77 | 136 | 0 | 121 | 404 | 130 | 12 |
| Binary | 10010 | 11 | 110001 | 111111 | 1011110 | 0 | 1010001 | 100000100 | 1011000 | 1010 |
Color Harmonies of #120331
Complementary color
Monochromatic Colors of #120331
Black with #120331
Text Example
Text Example
White with #120331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120331; }
p { color: rgb(18,3,49); }
H1.HeaderClassName
{
color: #120331;
}
.AnyTagClassName
{
color: #120331;
}
</style>
background-color css
<style>
a { background-color: #120331; }
a { background-color: rgb(18,3,49); }
div.DivClassName
{
background-color: #120331;
}
.BgClassName
{
background-color: #120331;
}
</style>
border-color css
<style>
span { border-color: #120331; }
span { border-color: rgb(18,3,49); }
td.TdClassName
{
border-color: #120331;
}
.TagClassName
{
border-color: #120331;
}
</style>