Shades of Blackcurrant #120033
Tints of Blackcurrant #120033
RGB
CMYK
RGB Variations
Color information
#120033 (or 0x120033) is known color: Blackcurrant. HEX triplet: 12, 00 and 33. RGB value is (18,0,51). Sum of RGB (Red+Green+Blue) = 18+0+51=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 51 (20.31% from 255 or 73.91% from 69); Max value from RGB is 51 - color contains mainly: blue. Hex color #120033 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120033 is #EDFFCC. Grayscale: #0B0B0B. Windows color (decimal): -15597517 or 3342354. OLE color: 3342354.
HSL color Cylindrical-coordinate representation of color #120033: hue angle of 261.18º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120033 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 18 | 0 | 51 | - |
| CMYK | 0.65 | 1 | 0 | 0.8 |
| HSL | 261.18º | 1% | 0.1% | - |
| HSV(B) | 261.18º | 1% | 0.2% | - |
| XYZ | 0.85 | 0.37 | 3.16 | - |
| YUV | 11.2 | 150.46 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 51 | 0.65 | 1 | 0 | 0.8 | 261.18 | 1 | 0.1 |
| Hex | 12 | 0 | 33 | 41 | 64 | 0 | 50 | 105 | 64 | A |
| Octal | 22 | 0 | 63 | 101 | 144 | 0 | 120 | 405 | 144 | 12 |
| Binary | 10010 | 0 | 110011 | 1000001 | 1100100 | 0 | 1010000 | 100000101 | 1100100 | 1010 |
Color Harmonies of #120033
Complementary color
Monochromatic Colors of #120033
Black with #120033
Text Example
Text Example
White with #120033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120033; }
p { color: rgb(18,0,51); }
H1.HeaderClassName
{
color: #120033;
}
.AnyTagClassName
{
color: #120033;
}
</style>
background-color css
<style>
a { background-color: #120033; }
a { background-color: rgb(18,0,51); }
div.DivClassName
{
background-color: #120033;
}
.BgClassName
{
background-color: #120033;
}
</style>
border-color css
<style>
span { border-color: #120033; }
span { border-color: rgb(18,0,51); }
td.TdClassName
{
border-color: #120033;
}
.TagClassName
{
border-color: #120033;
}
</style>