Shades of Blackcurrant #110135
Tints of Blackcurrant #110135
RGB
CMYK
RGB Variations
Color information
#110135 (or 0x110135) is known color: Blackcurrant. HEX triplet: 11, 01 and 35. RGB value is (17,1,53). Sum of RGB (Red+Green+Blue) = 17+1+53=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 53 (21.09% from 255 or 74.65% from 71); Max value from RGB is 53 - color contains mainly: blue. Hex color #110135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #110135 is #EEFECA. Grayscale: #0B0B0B. Windows color (decimal): -15662795 or 3473681. OLE color: 3473681.
HSL color Cylindrical-coordinate representation of color #110135: hue angle of 258.46º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #110135 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 17 | 1 | 53 | - |
| CMYK | 0.68 | 0.98 | 0 | 0.79 |
| HSL | 258.46º | 0.96% | 0.11% | - |
| HSV(B) | 258.46º | 0.98% | 0.21% | - |
| XYZ | 0.88 | 0.4 | 3.4 | - |
| YUV | 11.71 | 151.3 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 53 | 0.68 | 0.98 | 0 | 0.79 | 258.46 | 0.96 | 0.11 |
| Hex | 11 | 1 | 35 | 44 | 62 | 0 | 4F | 102 | 60 | B |
| Octal | 21 | 1 | 65 | 104 | 142 | 0 | 117 | 402 | 140 | 13 |
| Binary | 10001 | 1 | 110101 | 1000100 | 1100010 | 0 | 1001111 | 100000010 | 1100000 | 1011 |
Color Harmonies of #110135
Complementary color
Monochromatic Colors of #110135
Black with #110135
Text Example
Text Example
White with #110135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110135; }
p { color: rgb(17,1,53); }
H1.HeaderClassName
{
color: #110135;
}
.AnyTagClassName
{
color: #110135;
}
</style>
background-color css
<style>
a { background-color: #110135; }
a { background-color: rgb(17,1,53); }
div.DivClassName
{
background-color: #110135;
}
.BgClassName
{
background-color: #110135;
}
</style>
border-color css
<style>
span { border-color: #110135; }
span { border-color: rgb(17,1,53); }
td.TdClassName
{
border-color: #110135;
}
.TagClassName
{
border-color: #110135;
}
</style>