Shades of Blackcurrant #110230
Tints of Blackcurrant #110230
RGB
CMYK
RGB Variations
Color information
#110230 (or 0x110230) is known color: Blackcurrant. HEX triplet: 11, 02 and 30. RGB value is (17,2,48). Sum of RGB (Red+Green+Blue) = 17+2+48=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 48 (19.14% from 255 or 71.64% from 67); Max value from RGB is 48 - color contains mainly: blue. Hex color #110230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110230 is #EEFDCF. Grayscale: #0B0B0B. Windows color (decimal): -15662544 or 3146257. OLE color: 3146257.
HSL color Cylindrical-coordinate representation of color #110230: hue angle of 259.57º 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 #110230 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 2 | 48 | - |
| CMYK | 0.65 | 0.96 | 0 | 0.81 |
| HSL | 259.57º | 0.92% | 0.1% | - |
| HSV(B) | 259.57º | 0.96% | 0.19% | - |
| XYZ | 0.79 | 0.38 | 2.83 | - |
| YUV | 11.73 | 148.47 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 48 | 0.65 | 0.96 | 0 | 0.81 | 259.57 | 0.92 | 0.1 |
| Hex | 11 | 2 | 30 | 41 | 60 | 0 | 51 | 104 | 5C | A |
| Octal | 21 | 2 | 60 | 101 | 140 | 0 | 121 | 404 | 134 | 12 |
| Binary | 10001 | 10 | 110000 | 1000001 | 1100000 | 0 | 1010001 | 100000100 | 1011100 | 1010 |
Color Harmonies of #110230
Complementary color
Monochromatic Colors of #110230
Black with #110230
Text Example
Text Example
White with #110230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110230; }
p { color: rgb(17,2,48); }
H1.HeaderClassName
{
color: #110230;
}
.AnyTagClassName
{
color: #110230;
}
</style>
background-color css
<style>
a { background-color: #110230; }
a { background-color: rgb(17,2,48); }
div.DivClassName
{
background-color: #110230;
}
.BgClassName
{
background-color: #110230;
}
</style>
border-color css
<style>
span { border-color: #110230; }
span { border-color: rgb(17,2,48); }
td.TdClassName
{
border-color: #110230;
}
.TagClassName
{
border-color: #110230;
}
</style>