Shades of Blackcurrant #11001C
Tints of Blackcurrant #11001C
RGB
CMYK
RGB Variations
Color information
#11001C (or 0x11001C) is known color: Blackcurrant. HEX triplet: 11, 00 and 1C. RGB value is (17,0,28). Sum of RGB (Red+Green+Blue) = 17+0+28=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #11001C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11001C is #EEFFE3. Grayscale: #080808. Windows color (decimal): -15663076 or 1835025. OLE color: 1835025.
HSL color Cylindrical-coordinate representation of color #11001C: hue angle of 276.43º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11001C is Cyan = 0.39, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 0 | 28 | - |
| CMYK | 0.39 | 1 | 0 | 0.89 |
| HSL | 276.43º | 1% | 0.05% | - |
| HSV(B) | 276.43º | 1% | 0.11% | - |
| XYZ | 0.44 | 0.2 | 1.11 | - |
| YUV | 8.28 | 139.13 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 28 | 0.39 | 1 | 0 | 0.89 | 276.43 | 1 | 0.05 |
| Hex | 11 | 0 | 1C | 27 | 64 | 0 | 59 | 114 | 64 | 5 |
| Octal | 21 | 0 | 34 | 47 | 144 | 0 | 131 | 424 | 144 | 5 |
| Binary | 10001 | 0 | 11100 | 100111 | 1100100 | 0 | 1011001 | 100010100 | 1100100 | 101 |
Color Harmonies of #11001C
Complementary color
Monochromatic Colors of #11001C
Black with #11001C
Text Example
Text Example
White with #11001C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11001C; }
p { color: rgb(17,0,28); }
H1.HeaderClassName
{
color: #11001C;
}
.AnyTagClassName
{
color: #11001C;
}
</style>
background-color css
<style>
a { background-color: #11001C; }
a { background-color: rgb(17,0,28); }
div.DivClassName
{
background-color: #11001C;
}
.BgClassName
{
background-color: #11001C;
}
</style>
border-color css
<style>
span { border-color: #11001C; }
span { border-color: rgb(17,0,28); }
td.TdClassName
{
border-color: #11001C;
}
.TagClassName
{
border-color: #11001C;
}
</style>