Shades of Blackcurrant #11001F
Tints of Blackcurrant #11001F
RGB
CMYK
RGB Variations
Color information
#11001F (or 0x11001F) is known color: Blackcurrant. HEX triplet: 11, 00 and 1F. RGB value is (17,0,31). Sum of RGB (Red+Green+Blue) = 17+0+31=48 (6% of max value = 765). Red value is 17 (7.03% from 255 or 35.42% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #11001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11001F is #EEFFE0. Grayscale: #080808. Windows color (decimal): -15663073 or 2031633. OLE color: 2031633.
HSL color Cylindrical-coordinate representation of color #11001F: hue angle of 272.9º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11001F is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 17 | 0 | 31 | - |
| CMYK | 0.45 | 1 | 0 | 0.88 |
| HSL | 272.9º | 1% | 0.06% | - |
| HSV(B) | 272.9º | 1% | 0.12% | - |
| XYZ | 0.48 | 0.22 | 1.31 | - |
| YUV | 8.62 | 140.63 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 31 | 0.45 | 1 | 0 | 0.88 | 272.9 | 1 | 0.06 |
| Hex | 11 | 0 | 1F | 2D | 64 | 0 | 58 | 111 | 64 | 6 |
| Octal | 21 | 0 | 37 | 55 | 144 | 0 | 130 | 421 | 144 | 6 |
| Binary | 10001 | 0 | 11111 | 101101 | 1100100 | 0 | 1011000 | 100010001 | 1100100 | 110 |
Color Harmonies of #11001F
Complementary color
Monochromatic Colors of #11001F
Black with #11001F
Text Example
Text Example
White with #11001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11001F; }
p { color: rgb(17,0,31); }
H1.HeaderClassName
{
color: #11001F;
}
.AnyTagClassName
{
color: #11001F;
}
</style>
background-color css
<style>
a { background-color: #11001F; }
a { background-color: rgb(17,0,31); }
div.DivClassName
{
background-color: #11001F;
}
.BgClassName
{
background-color: #11001F;
}
</style>
border-color css
<style>
span { border-color: #11001F; }
span { border-color: rgb(17,0,31); }
td.TdClassName
{
border-color: #11001F;
}
.TagClassName
{
border-color: #11001F;
}
</style>