Shades of Blackcurrant #110121
Tints of Blackcurrant #110121
RGB
CMYK
RGB Variations
Color information
#110121 (or 0x110121) is known color: Blackcurrant. HEX triplet: 11, 01 and 21. RGB value is (17,1,33). Sum of RGB (Red+Green+Blue) = 17+1+33=51 (6% of max value = 765). Red value is 17 (7.03% from 255 or 33.33% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 33 (13.28% from 255 or 64.71% from 51); Max value from RGB is 33 - color contains mainly: blue. Hex color #110121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110121 is #EEFEDE. Grayscale: #090909. Windows color (decimal): -15662815 or 2162961. OLE color: 2162961.
HSL color Cylindrical-coordinate representation of color #110121: hue angle of 270º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #110121 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 17 | 1 | 33 | - |
| CMYK | 0.48 | 0.97 | 0 | 0.87 |
| HSL | 270º | 0.94% | 0.07% | - |
| HSV(B) | 270º | 0.97% | 0.13% | - |
| XYZ | 0.52 | 0.25 | 1.46 | - |
| YUV | 9.43 | 141.3 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 33 | 0.48 | 0.97 | 0 | 0.87 | 270 | 0.94 | 0.07 |
| Hex | 11 | 1 | 21 | 30 | 61 | 0 | 57 | 10E | 5E | 7 |
| Octal | 21 | 1 | 41 | 60 | 141 | 0 | 127 | 416 | 136 | 7 |
| Binary | 10001 | 1 | 100001 | 110000 | 1100001 | 0 | 1010111 | 100001110 | 1011110 | 111 |
Color Harmonies of #110121
Complementary color
Monochromatic Colors of #110121
Black with #110121
Text Example
Text Example
White with #110121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110121; }
p { color: rgb(17,1,33); }
H1.HeaderClassName
{
color: #110121;
}
.AnyTagClassName
{
color: #110121;
}
</style>
background-color css
<style>
a { background-color: #110121; }
a { background-color: rgb(17,1,33); }
div.DivClassName
{
background-color: #110121;
}
.BgClassName
{
background-color: #110121;
}
</style>
border-color css
<style>
span { border-color: #110121; }
span { border-color: rgb(17,1,33); }
td.TdClassName
{
border-color: #110121;
}
.TagClassName
{
border-color: #110121;
}
</style>