Shades of Blackcurrant #11021F
Tints of Blackcurrant #11021F
RGB
CMYK
RGB Variations
Color information
#11021F (or 0x11021F) is known color: Blackcurrant. HEX triplet: 11, 02 and 1F. RGB value is (17,2,31). Sum of RGB (Red+Green+Blue) = 17+2+31=50 (6% of max value = 765). Red value is 17 (7.03% from 255 or 34% from 50); Green value is 2 (1.17% from 255 or 4% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #11021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11021F is #EEFDE0. Grayscale: #090909. Windows color (decimal): -15662561 or 2032145. OLE color: 2032145.
HSL color Cylindrical-coordinate representation of color #11021F: hue angle of 271.03º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #11021F is Cyan = 0.45, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 2 | 31 | - |
| CMYK | 0.45 | 0.94 | 0 | 0.88 |
| HSL | 271.03º | 0.88% | 0.06% | - |
| HSV(B) | 271.03º | 0.94% | 0.12% | - |
| XYZ | 0.5 | 0.26 | 1.32 | - |
| YUV | 9.79 | 139.97 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 2 | 31 | 0.45 | 0.94 | 0 | 0.88 | 271.03 | 0.88 | 0.06 |
| Hex | 11 | 2 | 1F | 2D | 5E | 0 | 58 | 10F | 58 | 6 |
| Octal | 21 | 2 | 37 | 55 | 136 | 0 | 130 | 417 | 130 | 6 |
| Binary | 10001 | 10 | 11111 | 101101 | 1011110 | 0 | 1011000 | 100001111 | 1011000 | 110 |
Color Harmonies of #11021F
Complementary color
Monochromatic Colors of #11021F
Black with #11021F
Text Example
Text Example
White with #11021F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11021F; }
p { color: rgb(17,2,31); }
H1.HeaderClassName
{
color: #11021F;
}
.AnyTagClassName
{
color: #11021F;
}
</style>
background-color css
<style>
a { background-color: #11021F; }
a { background-color: rgb(17,2,31); }
div.DivClassName
{
background-color: #11021F;
}
.BgClassName
{
background-color: #11021F;
}
</style>
border-color css
<style>
span { border-color: #11021F; }
span { border-color: rgb(17,2,31); }
td.TdClassName
{
border-color: #11021F;
}
.TagClassName
{
border-color: #11021F;
}
</style>