Shades of Blackcurrant #110430
Tints of Blackcurrant #110430
RGB
CMYK
RGB Variations
Color information
#110430 (or 0x110430) is known color: Blackcurrant. HEX triplet: 11, 04 and 30. RGB value is (17,4,48). Sum of RGB (Red+Green+Blue) = 17+4+48=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 4 (1.95% from 255 or 5.80% from 69); Blue value is 48 (19.14% from 255 or 69.57% from 69); Max value from RGB is 48 - color contains mainly: blue. Hex color #110430 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110430 is #EEFBCF. Grayscale: #0C0C0C. Windows color (decimal): -15662032 or 3146769. OLE color: 3146769.
HSL color Cylindrical-coordinate representation of color #110430: hue angle of 257.73º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #110430 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 17 | 4 | 48 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.81 |
| HSL | 257.73º | 0.85% | 0.1% | - |
| HSV(B) | 257.73º | 0.92% | 0.19% | - |
| XYZ | 0.81 | 0.42 | 2.83 | - |
| YUV | 12.9 | 147.81 | 130.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 48 | 0.65 | 0.92 | 0 | 0.81 | 257.73 | 0.85 | 0.1 |
| Hex | 11 | 4 | 30 | 41 | 5C | 0 | 51 | 102 | 55 | A |
| Octal | 21 | 4 | 60 | 101 | 134 | 0 | 121 | 402 | 125 | 12 |
| Binary | 10001 | 100 | 110000 | 1000001 | 1011100 | 0 | 1010001 | 100000010 | 1010101 | 1010 |
Color Harmonies of #110430
Complementary color
Monochromatic Colors of #110430
Black with #110430
Text Example
Text Example
White with #110430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110430; }
p { color: rgb(17,4,48); }
H1.HeaderClassName
{
color: #110430;
}
.AnyTagClassName
{
color: #110430;
}
</style>
background-color css
<style>
a { background-color: #110430; }
a { background-color: rgb(17,4,48); }
div.DivClassName
{
background-color: #110430;
}
.BgClassName
{
background-color: #110430;
}
</style>
border-color css
<style>
span { border-color: #110430; }
span { border-color: rgb(17,4,48); }
td.TdClassName
{
border-color: #110430;
}
.TagClassName
{
border-color: #110430;
}
</style>