Shades of Blackcurrant #170429
Tints of Blackcurrant #170429
RGB
CMYK
RGB Variations
Color information
#170429 (or 0x170429) is known color: Blackcurrant. HEX triplet: 17, 04 and 29. RGB value is (23,4,41). Sum of RGB (Red+Green+Blue) = 23+4+41=68 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.82% from 68); Green value is 4 (1.95% from 255 or 5.88% from 68); Blue value is 41 (16.41% from 255 or 60.29% from 68); Max value from RGB is 41 - color contains mainly: blue. Hex color #170429 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170429 is #E8FBD6. Grayscale: #0D0D0D. Windows color (decimal): -15268823 or 2688023. OLE color: 2688023.
HSL color Cylindrical-coordinate representation of color #170429: hue angle of 270.81º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170429 is Cyan = 0.44, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 23 | 4 | 41 | - |
| CMYK | 0.44 | 0.90 | 0 | 0.84 |
| HSL | 270.81º | 0.82% | 0.09% | - |
| HSV(B) | 270.81º | 0.9% | 0.16% | - |
| XYZ | 0.8 | 0.43 | 2.14 | - |
| YUV | 13.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 4 | 41 | 0.44 | 0.90 | 0 | 0.84 | 270.81 | 0.82 | 0.09 |
| Hex | 17 | 4 | 29 | 2C | 5A | 0 | 54 | 10F | 52 | 9 |
| Octal | 27 | 4 | 51 | 54 | 132 | 0 | 124 | 417 | 122 | 11 |
| Binary | 10111 | 100 | 101001 | 101100 | 1011010 | 0 | 1010100 | 100001111 | 1010010 | 1001 |
Color Harmonies of #170429
Complementary color
Monochromatic Colors of #170429
Black with #170429
Text Example
Text Example
White with #170429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170429; }
p { color: rgb(23,4,41); }
H1.HeaderClassName
{
color: #170429;
}
.AnyTagClassName
{
color: #170429;
}
</style>
background-color css
<style>
a { background-color: #170429; }
a { background-color: rgb(23,4,41); }
div.DivClassName
{
background-color: #170429;
}
.BgClassName
{
background-color: #170429;
}
</style>
border-color css
<style>
span { border-color: #170429; }
span { border-color: rgb(23,4,41); }
td.TdClassName
{
border-color: #170429;
}
.TagClassName
{
border-color: #170429;
}
</style>