Shades of Blackcurrant #110330
Tints of Blackcurrant #110330
RGB
CMYK
RGB Variations
Color information
#110330 (or 0x110330) is known color: Blackcurrant. HEX triplet: 11, 03 and 30. RGB value is (17,3,48). Sum of RGB (Red+Green+Blue) = 17+3+48=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 48 (19.14% from 255 or 70.59% from 68); Max value from RGB is 48 - color contains mainly: blue. Hex color #110330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110330 is #EEFCCF. Grayscale: #0C0C0C. Windows color (decimal): -15662288 or 3146513. OLE color: 3146513.
HSL color Cylindrical-coordinate representation of color #110330: hue angle of 258.67º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110330 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 3 | 48 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.81 |
| HSL | 258.67º | 0.88% | 0.1% | - |
| HSV(B) | 258.67º | 0.94% | 0.19% | - |
| XYZ | 0.8 | 0.4 | 2.83 | - |
| YUV | 12.32 | 148.14 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 48 | 0.65 | 0.94 | 0 | 0.81 | 258.67 | 0.88 | 0.1 |
| Hex | 11 | 3 | 30 | 41 | 5E | 0 | 51 | 103 | 58 | A |
| Octal | 21 | 3 | 60 | 101 | 136 | 0 | 121 | 403 | 130 | 12 |
| Binary | 10001 | 11 | 110000 | 1000001 | 1011110 | 0 | 1010001 | 100000011 | 1011000 | 1010 |
Color Harmonies of #110330
Complementary color
Monochromatic Colors of #110330
Black with #110330
Text Example
Text Example
White with #110330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110330; }
p { color: rgb(17,3,48); }
H1.HeaderClassName
{
color: #110330;
}
.AnyTagClassName
{
color: #110330;
}
</style>
background-color css
<style>
a { background-color: #110330; }
a { background-color: rgb(17,3,48); }
div.DivClassName
{
background-color: #110330;
}
.BgClassName
{
background-color: #110330;
}
</style>
border-color css
<style>
span { border-color: #110330; }
span { border-color: rgb(17,3,48); }
td.TdClassName
{
border-color: #110330;
}
.TagClassName
{
border-color: #110330;
}
</style>