Shades of Blackcurrant #170D2A
Tints of Blackcurrant #170D2A
RGB
CMYK
RGB Variations
Color information
#170D2A (or 0x170D2A) is known color: Blackcurrant. HEX triplet: 17, 0D and 2A. RGB value is (23,13,42). Sum of RGB (Red+Green+Blue) = 23+13+42=78 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.49% from 78); Green value is 13 (5.47% from 255 or 16.67% from 78); Blue value is 42 (16.80% from 255 or 53.85% from 78); Max value from RGB is 42 - color contains mainly: blue. Hex color #170D2A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170D2A is #E8F2D5. Grayscale: #131313. Windows color (decimal): -15266518 or 2755863. OLE color: 2755863.
HSL color Cylindrical-coordinate representation of color #170D2A: hue angle of 260.69º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #170D2A is Cyan = 0.45, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 13 | 42 | - |
| CMYK | 0.45 | 0.69 | 0 | 0.84 |
| HSL | 260.69º | 0.53% | 0.11% | - |
| HSV(B) | 260.69º | 0.69% | 0.16% | - |
| XYZ | 0.92 | 0.64 | 2.27 | - |
| YUV | 19.3 | 140.81 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 13 | 42 | 0.45 | 0.69 | 0 | 0.84 | 260.69 | 0.53 | 0.11 |
| Hex | 17 | D | 2A | 2D | 45 | 0 | 54 | 105 | 35 | B |
| Octal | 27 | 15 | 52 | 55 | 105 | 0 | 124 | 405 | 65 | 13 |
| Binary | 10111 | 1101 | 101010 | 101101 | 1000101 | 0 | 1010100 | 100000101 | 110101 | 1011 |
Color Harmonies of #170D2A
Complementary color
Monochromatic Colors of #170D2A
Black with #170D2A
Text Example
Text Example
White with #170D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170D2A; }
p { color: rgb(23,13,42); }
H1.HeaderClassName
{
color: #170D2A;
}
.AnyTagClassName
{
color: #170D2A;
}
</style>
background-color css
<style>
a { background-color: #170D2A; }
a { background-color: rgb(23,13,42); }
div.DivClassName
{
background-color: #170D2A;
}
.BgClassName
{
background-color: #170D2A;
}
</style>
border-color css
<style>
span { border-color: #170D2A; }
span { border-color: rgb(23,13,42); }
td.TdClassName
{
border-color: #170D2A;
}
.TagClassName
{
border-color: #170D2A;
}
</style>