Shades of Blackcurrant #120130
Tints of Blackcurrant #120130
RGB
CMYK
RGB Variations
Color information
#120130 (or 0x120130) is known color: Blackcurrant. HEX triplet: 12, 01 and 30. RGB value is (18,1,48). Sum of RGB (Red+Green+Blue) = 18+1+48=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 1 (0.78% from 255 or 1.49% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #120130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120130 is #EDFECF. Grayscale: #0B0B0B. Windows color (decimal): -15597264 or 3146002. OLE color: 3146002.
HSL color Cylindrical-coordinate representation of color #120130: hue angle of 261.7º 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 #120130 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 18 | 1 | 48 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.81 |
| HSL | 261.7º | 0.96% | 0.1% | - |
| HSV(B) | 261.7º | 0.98% | 0.19% | - |
| XYZ | 0.79 | 0.36 | 2.82 | - |
| YUV | 11.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 48 | 0.63 | 0.98 | 0 | 0.81 | 261.7 | 0.96 | 0.1 |
| Hex | 12 | 1 | 30 | 3F | 62 | 0 | 51 | 106 | 60 | A |
| Octal | 22 | 1 | 60 | 77 | 142 | 0 | 121 | 406 | 140 | 12 |
| Binary | 10010 | 1 | 110000 | 111111 | 1100010 | 0 | 1010001 | 100000110 | 1100000 | 1010 |
Color Harmonies of #120130
Complementary color
Monochromatic Colors of #120130
Black with #120130
Text Example
Text Example
White with #120130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120130; }
p { color: rgb(18,1,48); }
H1.HeaderClassName
{
color: #120130;
}
.AnyTagClassName
{
color: #120130;
}
</style>
background-color css
<style>
a { background-color: #120130; }
a { background-color: rgb(18,1,48); }
div.DivClassName
{
background-color: #120130;
}
.BgClassName
{
background-color: #120130;
}
</style>
border-color css
<style>
span { border-color: #120130; }
span { border-color: rgb(18,1,48); }
td.TdClassName
{
border-color: #120130;
}
.TagClassName
{
border-color: #120130;
}
</style>