Shades of Blackcurrant #120035
Tints of Blackcurrant #120035
RGB
CMYK
RGB Variations
Color information
#120035 (or 0x120035) is known color: Blackcurrant. HEX triplet: 12, 00 and 35. RGB value is (18,0,53). Sum of RGB (Red+Green+Blue) = 18+0+53=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 53 (21.09% from 255 or 74.65% from 71); Max value from RGB is 53 - color contains mainly: blue. Hex color #120035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120035 is #EDFFCA. Grayscale: #0B0B0B. Windows color (decimal): -15597515 or 3473426. OLE color: 3473426.
HSL color Cylindrical-coordinate representation of color #120035: hue angle of 260.38º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120035 is Cyan = 0.66, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 18 | 0 | 53 | - |
| CMYK | 0.66 | 1 | 0 | 0.79 |
| HSL | 260.38º | 1% | 0.1% | - |
| HSV(B) | 260.38º | 1% | 0.21% | - |
| XYZ | 0.89 | 0.39 | 3.4 | - |
| YUV | 11.42 | 151.46 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 53 | 0.66 | 1 | 0 | 0.79 | 260.38 | 1 | 0.1 |
| Hex | 12 | 0 | 35 | 42 | 64 | 0 | 4F | 104 | 64 | A |
| Octal | 22 | 0 | 65 | 102 | 144 | 0 | 117 | 404 | 144 | 12 |
| Binary | 10010 | 0 | 110101 | 1000010 | 1100100 | 0 | 1001111 | 100000100 | 1100100 | 1010 |
Color Harmonies of #120035
Complementary color
Monochromatic Colors of #120035
Black with #120035
Text Example
Text Example
White with #120035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120035; }
p { color: rgb(18,0,53); }
H1.HeaderClassName
{
color: #120035;
}
.AnyTagClassName
{
color: #120035;
}
</style>
background-color css
<style>
a { background-color: #120035; }
a { background-color: rgb(18,0,53); }
div.DivClassName
{
background-color: #120035;
}
.BgClassName
{
background-color: #120035;
}
</style>
border-color css
<style>
span { border-color: #120035; }
span { border-color: rgb(18,0,53); }
td.TdClassName
{
border-color: #120035;
}
.TagClassName
{
border-color: #120035;
}
</style>