Shades of Blackcurrant #120321
Tints of Blackcurrant #120321
RGB
CMYK
RGB Variations
Color information
#120321 (or 0x120321) is known color: Blackcurrant. HEX triplet: 12, 03 and 21. RGB value is (18,3,33). Sum of RGB (Red+Green+Blue) = 18+3+33=54 (7% of max value = 765). Red value is 18 (7.42% from 255 or 33.33% from 54); Green value is 3 (1.56% from 255 or 5.56% from 54); Blue value is 33 (13.28% from 255 or 61.11% from 54); Max value from RGB is 33 - color contains mainly: blue. Hex color #120321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120321 is #EDFCDE. Grayscale: #0A0A0A. Windows color (decimal): -15596767 or 2163474. OLE color: 2163474.
HSL color Cylindrical-coordinate representation of color #120321: hue angle of 270º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #120321 is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 3 | 33 | - |
| CMYK | 0.45 | 0.91 | 0 | 0.87 |
| HSL | 270º | 0.83% | 0.07% | - |
| HSV(B) | 270º | 0.91% | 0.13% | - |
| XYZ | 0.56 | 0.3 | 1.47 | - |
| YUV | 10.91 | 140.47 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 33 | 0.45 | 0.91 | 0 | 0.87 | 270 | 0.83 | 0.07 |
| Hex | 12 | 3 | 21 | 2D | 5B | 0 | 57 | 10E | 53 | 7 |
| Octal | 22 | 3 | 41 | 55 | 133 | 0 | 127 | 416 | 123 | 7 |
| Binary | 10010 | 11 | 100001 | 101101 | 1011011 | 0 | 1010111 | 100001110 | 1010011 | 111 |
Color Harmonies of #120321
Complementary color
Monochromatic Colors of #120321
Black with #120321
Text Example
Text Example
White with #120321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120321; }
p { color: rgb(18,3,33); }
H1.HeaderClassName
{
color: #120321;
}
.AnyTagClassName
{
color: #120321;
}
</style>
background-color css
<style>
a { background-color: #120321; }
a { background-color: rgb(18,3,33); }
div.DivClassName
{
background-color: #120321;
}
.BgClassName
{
background-color: #120321;
}
</style>
border-color css
<style>
span { border-color: #120321; }
span { border-color: rgb(18,3,33); }
td.TdClassName
{
border-color: #120321;
}
.TagClassName
{
border-color: #120321;
}
</style>