Shades of Blackcurrant #110318
Tints of Blackcurrant #110318
RGB
CMYK
RGB Variations
Color information
#110318 (or 0x110318) is known color: Blackcurrant. HEX triplet: 11, 03 and 18. RGB value is (17,3,24). Sum of RGB (Red+Green+Blue) = 17+3+24=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 3 (1.56% from 255 or 6.82% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #110318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110318 is #EEFCE7. Grayscale: #090909. Windows color (decimal): -15662312 or 1573649. OLE color: 1573649.
HSL color Cylindrical-coordinate representation of color #110318: hue angle of 280º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #110318 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 17 | 3 | 24 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.91 |
| HSL | 280º | 0.78% | 0.05% | - |
| HSV(B) | 280º | 0.88% | 0.09% | - |
| XYZ | 0.43 | 0.25 | 0.89 | - |
| YUV | 9.58 | 136.14 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 24 | 0.29 | 0.88 | 0 | 0.91 | 280 | 0.78 | 0.05 |
| Hex | 11 | 3 | 18 | 1D | 58 | 0 | 5B | 118 | 4E | 5 |
| Octal | 21 | 3 | 30 | 35 | 130 | 0 | 133 | 430 | 116 | 5 |
| Binary | 10001 | 11 | 11000 | 11101 | 1011000 | 0 | 1011011 | 100011000 | 1001110 | 101 |
Color Harmonies of #110318
Complementary color
Monochromatic Colors of #110318
Black with #110318
Text Example
Text Example
White with #110318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110318; }
p { color: rgb(17,3,24); }
H1.HeaderClassName
{
color: #110318;
}
.AnyTagClassName
{
color: #110318;
}
</style>
background-color css
<style>
a { background-color: #110318; }
a { background-color: rgb(17,3,24); }
div.DivClassName
{
background-color: #110318;
}
.BgClassName
{
background-color: #110318;
}
</style>
border-color css
<style>
span { border-color: #110318; }
span { border-color: rgb(17,3,24); }
td.TdClassName
{
border-color: #110318;
}
.TagClassName
{
border-color: #110318;
}
</style>