Shades of Blackcurrant #170A29
Tints of Blackcurrant #170A29
RGB
CMYK
RGB Variations
Color information
#170A29 (or 0x170A29) is known color: Blackcurrant. HEX triplet: 17, 0A and 29. RGB value is (23,10,41). Sum of RGB (Red+Green+Blue) = 23+10+41=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 41 (16.41% from 255 or 55.41% from 74); Max value from RGB is 41 - color contains mainly: blue. Hex color #170A29 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170A29 is #E8F5D6. Grayscale: #111111. Windows color (decimal): -15267287 or 2689559. OLE color: 2689559.
HSL color Cylindrical-coordinate representation of color #170A29: hue angle of 265.16º degrees, saturation: 0.61, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #170A29 is Cyan = 0.44, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 10 | 41 | - |
| CMYK | 0.44 | 0.76 | 0 | 0.84 |
| HSL | 265.16º | 0.61% | 0.1% | - |
| HSV(B) | 265.16º | 0.76% | 0.16% | - |
| XYZ | 0.86 | 0.56 | 2.16 | - |
| YUV | 17.42 | 141.31 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 41 | 0.44 | 0.76 | 0 | 0.84 | 265.16 | 0.61 | 0.1 |
| Hex | 17 | A | 29 | 2C | 4C | 0 | 54 | 109 | 3D | A |
| Octal | 27 | 12 | 51 | 54 | 114 | 0 | 124 | 411 | 75 | 12 |
| Binary | 10111 | 1010 | 101001 | 101100 | 1001100 | 0 | 1010100 | 100001001 | 111101 | 1010 |
Color Harmonies of #170A29
Complementary color
Monochromatic Colors of #170A29
Black with #170A29
Text Example
Text Example
White with #170A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A29; }
p { color: rgb(23,10,41); }
H1.HeaderClassName
{
color: #170A29;
}
.AnyTagClassName
{
color: #170A29;
}
</style>
background-color css
<style>
a { background-color: #170A29; }
a { background-color: rgb(23,10,41); }
div.DivClassName
{
background-color: #170A29;
}
.BgClassName
{
background-color: #170A29;
}
</style>
border-color css
<style>
span { border-color: #170A29; }
span { border-color: rgb(23,10,41); }
td.TdClassName
{
border-color: #170A29;
}
.TagClassName
{
border-color: #170A29;
}
</style>