Shades of Blackcurrant #110232
Tints of Blackcurrant #110232
RGB
CMYK
RGB Variations
Color information
#110232 (or 0x110232) is known color: Blackcurrant. HEX triplet: 11, 02 and 32. RGB value is (17,2,50). Sum of RGB (Red+Green+Blue) = 17+2+50=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 50 (19.92% from 255 or 72.46% from 69); Max value from RGB is 50 - color contains mainly: blue. Hex color #110232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110232 is #EEFDCD. Grayscale: #0B0B0B. Windows color (decimal): -15662542 or 3277329. OLE color: 3277329.
HSL color Cylindrical-coordinate representation of color #110232: hue angle of 258.75º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #110232 is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 17 | 2 | 50 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.80 |
| HSL | 258.75º | 0.92% | 0.1% | - |
| HSV(B) | 258.75º | 0.96% | 0.2% | - |
| XYZ | 0.83 | 0.39 | 3.05 | - |
| YUV | 11.96 | 149.47 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 50 | 0.66 | 0.96 | 0 | 0.80 | 258.75 | 0.92 | 0.1 |
| Hex | 11 | 2 | 32 | 42 | 60 | 0 | 50 | 103 | 5C | A |
| Octal | 21 | 2 | 62 | 102 | 140 | 0 | 120 | 403 | 134 | 12 |
| Binary | 10001 | 10 | 110010 | 1000010 | 1100000 | 0 | 1010000 | 100000011 | 1011100 | 1010 |
Color Harmonies of #110232
Complementary color
Monochromatic Colors of #110232
Black with #110232
Text Example
Text Example
White with #110232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110232; }
p { color: rgb(17,2,50); }
H1.HeaderClassName
{
color: #110232;
}
.AnyTagClassName
{
color: #110232;
}
</style>
background-color css
<style>
a { background-color: #110232; }
a { background-color: rgb(17,2,50); }
div.DivClassName
{
background-color: #110232;
}
.BgClassName
{
background-color: #110232;
}
</style>
border-color css
<style>
span { border-color: #110232; }
span { border-color: rgb(17,2,50); }
td.TdClassName
{
border-color: #110232;
}
.TagClassName
{
border-color: #110232;
}
</style>