Shades of Blackcurrant #170121
Tints of Blackcurrant #170121
RGB
CMYK
RGB Variations
Color information
#170121 (or 0x170121) is known color: Blackcurrant. HEX triplet: 17, 01 and 21. RGB value is (23,1,33). Sum of RGB (Red+Green+Blue) = 23+1+33=57 (7% of max value = 765). Red value is 23 (9.38% from 255 or 40.35% from 57); Green value is 1 (0.78% from 255 or 1.75% from 57); Blue value is 33 (13.28% from 255 or 57.89% from 57); Max value from RGB is 33 - color contains mainly: blue. Hex color #170121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170121 is #E8FEDE. Grayscale: #0B0B0B. Windows color (decimal): -15269599 or 2162967. OLE color: 2162967.
HSL color Cylindrical-coordinate representation of color #170121: hue angle of 281.25º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #170121 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 23 | 1 | 33 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.87 |
| HSL | 281.25º | 0.94% | 0.07% | - |
| HSV(B) | 281.25º | 0.97% | 0.13% | - |
| XYZ | 0.64 | 0.31 | 1.47 | - |
| YUV | 11.23 | 140.29 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 1 | 33 | 0.30 | 0.97 | 0 | 0.87 | 281.25 | 0.94 | 0.07 |
| Hex | 17 | 1 | 21 | 1E | 61 | 0 | 57 | 119 | 5E | 7 |
| Octal | 27 | 1 | 41 | 36 | 141 | 0 | 127 | 431 | 136 | 7 |
| Binary | 10111 | 1 | 100001 | 11110 | 1100001 | 0 | 1010111 | 100011001 | 1011110 | 111 |
Color Harmonies of #170121
Complementary color
Monochromatic Colors of #170121
Black with #170121
Text Example
Text Example
White with #170121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170121; }
p { color: rgb(23,1,33); }
H1.HeaderClassName
{
color: #170121;
}
.AnyTagClassName
{
color: #170121;
}
</style>
background-color css
<style>
a { background-color: #170121; }
a { background-color: rgb(23,1,33); }
div.DivClassName
{
background-color: #170121;
}
.BgClassName
{
background-color: #170121;
}
</style>
border-color css
<style>
span { border-color: #170121; }
span { border-color: rgb(23,1,33); }
td.TdClassName
{
border-color: #170121;
}
.TagClassName
{
border-color: #170121;
}
</style>