Shades of Blackcurrant #11031C
Tints of Blackcurrant #11031C
RGB
CMYK
RGB Variations
Color information
#11031C (or 0x11031C) is known color: Blackcurrant. HEX triplet: 11, 03 and 1C. RGB value is (17,3,28). Sum of RGB (Red+Green+Blue) = 17+3+28=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #11031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11031C is #EEFCE3. Grayscale: #090909. Windows color (decimal): -15662308 or 1835793. OLE color: 1835793.
HSL color Cylindrical-coordinate representation of color #11031C: hue angle of 273.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11031C is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 3 | 28 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.89 |
| HSL | 273.6º | 0.81% | 0.06% | - |
| HSV(B) | 273.6º | 0.89% | 0.11% | - |
| XYZ | 0.47 | 0.27 | 1.13 | - |
| YUV | 10.04 | 138.14 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 3 | 28 | 0.39 | 0.89 | 0 | 0.89 | 273.6 | 0.81 | 0.06 |
| Hex | 11 | 3 | 1C | 27 | 59 | 0 | 59 | 112 | 51 | 6 |
| Octal | 21 | 3 | 34 | 47 | 131 | 0 | 131 | 422 | 121 | 6 |
| Binary | 10001 | 11 | 11100 | 100111 | 1011001 | 0 | 1011001 | 100010010 | 1010001 | 110 |
Color Harmonies of #11031C
Complementary color
Monochromatic Colors of #11031C
Black with #11031C
Text Example
Text Example
White with #11031C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11031C; }
p { color: rgb(17,3,28); }
H1.HeaderClassName
{
color: #11031C;
}
.AnyTagClassName
{
color: #11031C;
}
</style>
background-color css
<style>
a { background-color: #11031C; }
a { background-color: rgb(17,3,28); }
div.DivClassName
{
background-color: #11031C;
}
.BgClassName
{
background-color: #11031C;
}
</style>
border-color css
<style>
span { border-color: #11031C; }
span { border-color: rgb(17,3,28); }
td.TdClassName
{
border-color: #11031C;
}
.TagClassName
{
border-color: #11031C;
}
</style>