Shades of Blackcurrant #110231
Tints of Blackcurrant #110231
RGB
CMYK
RGB Variations
Color information
#110231 (or 0x110231) is known color: Blackcurrant. HEX triplet: 11, 02 and 31. RGB value is (17,2,49). Sum of RGB (Red+Green+Blue) = 17+2+49=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 2 (1.17% from 255 or 2.94% from 68); Blue value is 49 (19.53% from 255 or 72.06% from 68); Max value from RGB is 49 - color contains mainly: blue. Hex color #110231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110231 is #EEFDCE. Grayscale: #0B0B0B. Windows color (decimal): -15662543 or 3211793. OLE color: 3211793.
HSL color Cylindrical-coordinate representation of color #110231: hue angle of 259.15º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110231 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 2 | 49 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.81 |
| HSL | 259.15º | 0.92% | 0.1% | - |
| HSV(B) | 259.15º | 0.96% | 0.19% | - |
| XYZ | 0.81 | 0.38 | 2.94 | - |
| YUV | 11.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 49 | 0.65 | 0.96 | 0 | 0.81 | 259.15 | 0.92 | 0.1 |
| Hex | 11 | 2 | 31 | 41 | 60 | 0 | 51 | 103 | 5C | A |
| Octal | 21 | 2 | 61 | 101 | 140 | 0 | 121 | 403 | 134 | 12 |
| Binary | 10001 | 10 | 110001 | 1000001 | 1100000 | 0 | 1010001 | 100000011 | 1011100 | 1010 |
Color Harmonies of #110231
Complementary color
Monochromatic Colors of #110231
Black with #110231
Text Example
Text Example
White with #110231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110231; }
p { color: rgb(17,2,49); }
H1.HeaderClassName
{
color: #110231;
}
.AnyTagClassName
{
color: #110231;
}
</style>
background-color css
<style>
a { background-color: #110231; }
a { background-color: rgb(17,2,49); }
div.DivClassName
{
background-color: #110231;
}
.BgClassName
{
background-color: #110231;
}
</style>
border-color css
<style>
span { border-color: #110231; }
span { border-color: rgb(17,2,49); }
td.TdClassName
{
border-color: #110231;
}
.TagClassName
{
border-color: #110231;
}
</style>