Shades of Blackcurrant #120621
Tints of Blackcurrant #120621
RGB
CMYK
RGB Variations
Color information
#120621 (or 0x120621) is known color: Blackcurrant. HEX triplet: 12, 06 and 21. RGB value is (18,6,33). Sum of RGB (Red+Green+Blue) = 18+6+33=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 6 (2.73% from 255 or 10.53% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #120621 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120621 is #EDF9DE. Grayscale: #0C0C0C. Windows color (decimal): -15595999 or 2164242. OLE color: 2164242.
HSL color Cylindrical-coordinate representation of color #120621: hue angle of 266.67º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #120621 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 18 | 6 | 33 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.87 |
| HSL | 266.67º | 0.69% | 0.08% | - |
| HSV(B) | 266.67º | 0.82% | 0.13% | - |
| XYZ | 0.59 | 0.37 | 1.48 | - |
| YUV | 12.67 | 139.48 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 6 | 33 | 0.45 | 0.82 | 0 | 0.87 | 266.67 | 0.69 | 0.08 |
| Hex | 12 | 6 | 21 | 2D | 52 | 0 | 57 | 10B | 45 | 8 |
| Octal | 22 | 6 | 41 | 55 | 122 | 0 | 127 | 413 | 105 | 10 |
| Binary | 10010 | 110 | 100001 | 101101 | 1010010 | 0 | 1010111 | 100001011 | 1000101 | 1000 |
Color Harmonies of #120621
Complementary color
Monochromatic Colors of #120621
Black with #120621
Text Example
Text Example
White with #120621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120621; }
p { color: rgb(18,6,33); }
H1.HeaderClassName
{
color: #120621;
}
.AnyTagClassName
{
color: #120621;
}
</style>
background-color css
<style>
a { background-color: #120621; }
a { background-color: rgb(18,6,33); }
div.DivClassName
{
background-color: #120621;
}
.BgClassName
{
background-color: #120621;
}
</style>
border-color css
<style>
span { border-color: #120621; }
span { border-color: rgb(18,6,33); }
td.TdClassName
{
border-color: #120621;
}
.TagClassName
{
border-color: #120621;
}
</style>