Shades of Blackcurrant #17001E
Tints of Blackcurrant #17001E
RGB
CMYK
RGB Variations
Color information
#17001E (or 0x17001E) is known color: Blackcurrant. HEX triplet: 17, 00 and 1E. RGB value is (23,0,30). Sum of RGB (Red+Green+Blue) = 23+0+30=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 30 (12.11% from 255 or 56.60% from 53); Max value from RGB is 30 - color contains mainly: blue. Hex color #17001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17001E is #E8FFE1. Grayscale: #0A0A0A. Windows color (decimal): -15269858 or 1966103. OLE color: 1966103.
HSL color Cylindrical-coordinate representation of color #17001E: hue angle of 286º 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 #17001E is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 23 | 0 | 30 | - |
| CMYK | 0.23 | 1 | 0 | 0.88 |
| HSL | 286º | 1% | 0.06% | - |
| HSV(B) | 286º | 1% | 0.12% | - |
| XYZ | 0.59 | 0.28 | 1.25 | - |
| YUV | 10.3 | 139.12 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 30 | 0.23 | 1 | 0 | 0.88 | 286 | 1 | 0.06 |
| Hex | 17 | 0 | 1E | 17 | 64 | 0 | 58 | 11E | 64 | 6 |
| Octal | 27 | 0 | 36 | 27 | 144 | 0 | 130 | 436 | 144 | 6 |
| Binary | 10111 | 0 | 11110 | 10111 | 1100100 | 0 | 1011000 | 100011110 | 1100100 | 110 |
Color Harmonies of #17001E
Complementary color
Monochromatic Colors of #17001E
Black with #17001E
Text Example
Text Example
White with #17001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17001E; }
p { color: rgb(23,0,30); }
H1.HeaderClassName
{
color: #17001E;
}
.AnyTagClassName
{
color: #17001E;
}
</style>
background-color css
<style>
a { background-color: #17001E; }
a { background-color: rgb(23,0,30); }
div.DivClassName
{
background-color: #17001E;
}
.BgClassName
{
background-color: #17001E;
}
</style>
border-color css
<style>
span { border-color: #17001E; }
span { border-color: rgb(23,0,30); }
td.TdClassName
{
border-color: #17001E;
}
.TagClassName
{
border-color: #17001E;
}
</style>