Shades of Blackcurrant #110921
Tints of Blackcurrant #110921
RGB
CMYK
RGB Variations
Color information
#110921 (or 0x110921) is known color: Blackcurrant. HEX triplet: 11, 09 and 21. RGB value is (17,9,33). Sum of RGB (Red+Green+Blue) = 17+9+33=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #110921 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110921 is #EEF6DE. Grayscale: #0E0E0E. Windows color (decimal): -15660767 or 2165009. OLE color: 2165009.
HSL color Cylindrical-coordinate representation of color #110921: hue angle of 260º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #110921 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 9 | 33 | - |
| CMYK | 0.48 | 0.73 | 0 | 0.87 |
| HSL | 260º | 0.57% | 0.08% | - |
| HSV(B) | 260º | 0.73% | 0.13% | - |
| XYZ | 0.6 | 0.42 | 1.49 | - |
| YUV | 14.13 | 138.65 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 9 | 33 | 0.48 | 0.73 | 0 | 0.87 | 260 | 0.57 | 0.08 |
| Hex | 11 | 9 | 21 | 30 | 49 | 0 | 57 | 104 | 39 | 8 |
| Octal | 21 | 11 | 41 | 60 | 111 | 0 | 127 | 404 | 71 | 10 |
| Binary | 10001 | 1001 | 100001 | 110000 | 1001001 | 0 | 1010111 | 100000100 | 111001 | 1000 |
Color Harmonies of #110921
Complementary color
Monochromatic Colors of #110921
Black with #110921
Text Example
Text Example
White with #110921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110921; }
p { color: rgb(17,9,33); }
H1.HeaderClassName
{
color: #110921;
}
.AnyTagClassName
{
color: #110921;
}
</style>
background-color css
<style>
a { background-color: #110921; }
a { background-color: rgb(17,9,33); }
div.DivClassName
{
background-color: #110921;
}
.BgClassName
{
background-color: #110921;
}
</style>
border-color css
<style>
span { border-color: #110921; }
span { border-color: rgb(17,9,33); }
td.TdClassName
{
border-color: #110921;
}
.TagClassName
{
border-color: #110921;
}
</style>