Shades of Blackcurrant #170D2B
Tints of Blackcurrant #170D2B
RGB
CMYK
RGB Variations
Color information
#170D2B (or 0x170D2B) is known color: Blackcurrant. HEX triplet: 17, 0D and 2B. RGB value is (23,13,43). Sum of RGB (Red+Green+Blue) = 23+13+43=79 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.11% from 79); Green value is 13 (5.47% from 255 or 16.46% from 79); Blue value is 43 (17.19% from 255 or 54.43% from 79); Max value from RGB is 43 - color contains mainly: blue. Hex color #170D2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170D2B is #E8F2D4. Grayscale: #131313. Windows color (decimal): -15266517 or 2821399. OLE color: 2821399.
HSL color Cylindrical-coordinate representation of color #170D2B: hue angle of 260º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #170D2B is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 23 | 13 | 43 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.83 |
| HSL | 260º | 0.54% | 0.11% | - |
| HSV(B) | 260º | 0.7% | 0.17% | - |
| XYZ | 0.93 | 0.64 | 2.36 | - |
| YUV | 19.41 | 141.31 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 43 | 0.47 | 0.70 | 0 | 0.83 | 260 | 0.54 | 0.11 |
| Hex | 17 | D | 2B | 2F | 46 | 0 | 53 | 104 | 36 | B |
| Octal | 27 | 15 | 53 | 57 | 106 | 0 | 123 | 404 | 66 | 13 |
| Binary | 10111 | 1101 | 101011 | 101111 | 1000110 | 0 | 1010011 | 100000100 | 110110 | 1011 |
Color Harmonies of #170D2B
Complementary color
Monochromatic Colors of #170D2B
Black with #170D2B
Text Example
Text Example
White with #170D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D2B; }
p { color: rgb(23,13,43); }
H1.HeaderClassName
{
color: #170D2B;
}
.AnyTagClassName
{
color: #170D2B;
}
</style>
background-color css
<style>
a { background-color: #170D2B; }
a { background-color: rgb(23,13,43); }
div.DivClassName
{
background-color: #170D2B;
}
.BgClassName
{
background-color: #170D2B;
}
</style>
border-color css
<style>
span { border-color: #170D2B; }
span { border-color: rgb(23,13,43); }
td.TdClassName
{
border-color: #170D2B;
}
.TagClassName
{
border-color: #170D2B;
}
</style>