Shades of Blackcurrant #17001B
Tints of Blackcurrant #17001B
RGB
CMYK
RGB Variations
Color information
#17001B (or 0x17001B) is known color: Blackcurrant. HEX triplet: 17, 00 and 1B. RGB value is (23,0,27). Sum of RGB (Red+Green+Blue) = 23+0+27=50 (6% of max value = 765). Red value is 23 (9.38% from 255 or 46% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #17001B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17001B is #E8FFE4. Grayscale: #090909. Windows color (decimal): -15269861 or 1769495. OLE color: 1769495.
HSL color Cylindrical-coordinate representation of color #17001B: hue angle of 291.11º 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 #17001B is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 0 | 27 | - |
| CMYK | 0.15 | 1 | 0 | 0.89 |
| HSL | 291.11º | 1% | 0.05% | - |
| HSV(B) | 291.11º | 1% | 0.11% | - |
| XYZ | 0.55 | 0.26 | 1.06 | - |
| YUV | 9.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 27 | 0.15 | 1 | 0 | 0.89 | 291.11 | 1 | 0.05 |
| Hex | 17 | 0 | 1B | F | 64 | 0 | 59 | 123 | 64 | 5 |
| Octal | 27 | 0 | 33 | 17 | 144 | 0 | 131 | 443 | 144 | 5 |
| Binary | 10111 | 0 | 11011 | 1111 | 1100100 | 0 | 1011001 | 100100011 | 1100100 | 101 |
Color Harmonies of #17001B
Complementary color
Monochromatic Colors of #17001B
Black with #17001B
Text Example
Text Example
White with #17001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17001B; }
p { color: rgb(23,0,27); }
H1.HeaderClassName
{
color: #17001B;
}
.AnyTagClassName
{
color: #17001B;
}
</style>
background-color css
<style>
a { background-color: #17001B; }
a { background-color: rgb(23,0,27); }
div.DivClassName
{
background-color: #17001B;
}
.BgClassName
{
background-color: #17001B;
}
</style>
border-color css
<style>
span { border-color: #17001B; }
span { border-color: rgb(23,0,27); }
td.TdClassName
{
border-color: #17001B;
}
.TagClassName
{
border-color: #17001B;
}
</style>