Shades of Blackcurrant #11001B
Tints of Blackcurrant #11001B
RGB
CMYK
RGB Variations
Color information
#11001B (or 0x11001B) is known color: Blackcurrant. HEX triplet: 11, 00 and 1B. RGB value is (17,0,27). Sum of RGB (Red+Green+Blue) = 17+0+27=44 (5% of max value = 765). Red value is 17 (7.03% from 255 or 38.64% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 27 (10.94% from 255 or 61.36% from 44); Max value from RGB is 27 - color contains mainly: blue. Hex color #11001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11001B is #EEFFE4. Grayscale: #080808. Windows color (decimal): -15663077 or 1769489. OLE color: 1769489.
HSL color Cylindrical-coordinate representation of color #11001B: hue angle of 277.78º 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 #11001B is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 17 | 0 | 27 | - |
| CMYK | 0.37 | 1 | 0 | 0.89 |
| HSL | 277.78º | 1% | 0.05% | - |
| HSV(B) | 277.78º | 1% | 0.11% | - |
| XYZ | 0.43 | 0.2 | 1.05 | - |
| YUV | 8.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 0 | 27 | 0.37 | 1 | 0 | 0.89 | 277.78 | 1 | 0.05 |
| Hex | 11 | 0 | 1B | 25 | 64 | 0 | 59 | 116 | 64 | 5 |
| Octal | 21 | 0 | 33 | 45 | 144 | 0 | 131 | 426 | 144 | 5 |
| Binary | 10001 | 0 | 11011 | 100101 | 1100100 | 0 | 1011001 | 100010110 | 1100100 | 101 |
Color Harmonies of #11001B
Complementary color
Monochromatic Colors of #11001B
Black with #11001B
Text Example
Text Example
White with #11001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11001B; }
p { color: rgb(17,0,27); }
H1.HeaderClassName
{
color: #11001B;
}
.AnyTagClassName
{
color: #11001B;
}
</style>
background-color css
<style>
a { background-color: #11001B; }
a { background-color: rgb(17,0,27); }
div.DivClassName
{
background-color: #11001B;
}
.BgClassName
{
background-color: #11001B;
}
</style>
border-color css
<style>
span { border-color: #11001B; }
span { border-color: rgb(17,0,27); }
td.TdClassName
{
border-color: #11001B;
}
.TagClassName
{
border-color: #11001B;
}
</style>