Shades of Blackcurrant #120328
Tints of Blackcurrant #120328
RGB
CMYK
RGB Variations
Color information
#120328 (or 0x120328) is known color: Blackcurrant. HEX triplet: 12, 03 and 28. RGB value is (18,3,40). Sum of RGB (Red+Green+Blue) = 18+3+40=61 (8% of max value = 765). Red value is 18 (7.42% from 255 or 29.51% from 61); Green value is 3 (1.56% from 255 or 4.92% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #120328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120328 is #EDFCD7. Grayscale: #0B0B0B. Windows color (decimal): -15596760 or 2622226. OLE color: 2622226.
HSL color Cylindrical-coordinate representation of color #120328: hue angle of 264.32º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #120328 is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 3 | 40 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.84 |
| HSL | 264.32º | 0.86% | 0.08% | - |
| HSV(B) | 264.32º | 0.93% | 0.16% | - |
| XYZ | 0.67 | 0.35 | 2.04 | - |
| YUV | 11.7 | 143.97 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 40 | 0.55 | 0.93 | 0 | 0.84 | 264.32 | 0.86 | 0.08 |
| Hex | 12 | 3 | 28 | 37 | 5D | 0 | 54 | 108 | 56 | 8 |
| Octal | 22 | 3 | 50 | 67 | 135 | 0 | 124 | 410 | 126 | 10 |
| Binary | 10010 | 11 | 101000 | 110111 | 1011101 | 0 | 1010100 | 100001000 | 1010110 | 1000 |
Color Harmonies of #120328
Complementary color
Monochromatic Colors of #120328
Black with #120328
Text Example
Text Example
White with #120328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120328; }
p { color: rgb(18,3,40); }
H1.HeaderClassName
{
color: #120328;
}
.AnyTagClassName
{
color: #120328;
}
</style>
background-color css
<style>
a { background-color: #120328; }
a { background-color: rgb(18,3,40); }
div.DivClassName
{
background-color: #120328;
}
.BgClassName
{
background-color: #120328;
}
</style>
border-color css
<style>
span { border-color: #120328; }
span { border-color: rgb(18,3,40); }
td.TdClassName
{
border-color: #120328;
}
.TagClassName
{
border-color: #120328;
}
</style>