Shades of Blackcurrant #17071D
Tints of Blackcurrant #17071D
RGB
CMYK
RGB Variations
Color information
#17071D (or 0x17071D) is known color: Blackcurrant. HEX triplet: 17, 07 and 1D. RGB value is (23,7,29). Sum of RGB (Red+Green+Blue) = 23+7+29=59 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.98% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 29 (11.72% from 255 or 49.15% from 59); Max value from RGB is 29 - color contains mainly: blue. Hex color #17071D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17071D is #E8F8E2. Grayscale: #0E0E0E. Windows color (decimal): -15268067 or 1902359. OLE color: 1902359.
HSL color Cylindrical-coordinate representation of color #17071D: hue angle of 283.64º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #17071D is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 7 | 29 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.89 |
| HSL | 283.64º | 0.61% | 0.07% | - |
| HSV(B) | 283.64º | 0.76% | 0.11% | - |
| XYZ | 0.65 | 0.42 | 1.21 | - |
| YUV | 14.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 7 | 29 | 0.21 | 0.76 | 0 | 0.89 | 283.64 | 0.61 | 0.07 |
| Hex | 17 | 7 | 1D | 15 | 4C | 0 | 59 | 11C | 3D | 7 |
| Octal | 27 | 7 | 35 | 25 | 114 | 0 | 131 | 434 | 75 | 7 |
| Binary | 10111 | 111 | 11101 | 10101 | 1001100 | 0 | 1011001 | 100011100 | 111101 | 111 |
Color Harmonies of #17071D
Complementary color
Monochromatic Colors of #17071D
Black with #17071D
Text Example
Text Example
White with #17071D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17071D; }
p { color: rgb(23,7,29); }
H1.HeaderClassName
{
color: #17071D;
}
.AnyTagClassName
{
color: #17071D;
}
</style>
background-color css
<style>
a { background-color: #17071D; }
a { background-color: rgb(23,7,29); }
div.DivClassName
{
background-color: #17071D;
}
.BgClassName
{
background-color: #17071D;
}
</style>
border-color css
<style>
span { border-color: #17071D; }
span { border-color: rgb(23,7,29); }
td.TdClassName
{
border-color: #17071D;
}
.TagClassName
{
border-color: #17071D;
}
</style>