Shades of Blackcurrant #17023A
Tints of Blackcurrant #17023A
RGB
CMYK
RGB Variations
Color information
#17023A (or 0x17023A) is known color: Blackcurrant. HEX triplet: 17, 02 and 3A. RGB value is (23,2,58). Sum of RGB (Red+Green+Blue) = 23+2+58=83 (10% of max value = 765). Red value is 23 (9.38% from 255 or 27.71% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 58 (23.05% from 255 or 69.88% from 83); Max value from RGB is 58 - color contains mainly: blue. Hex color #17023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17023A is #E8FDC5. Grayscale: #0E0E0E. Windows color (decimal): -15269318 or 3801623. OLE color: 3801623.
HSL color Cylindrical-coordinate representation of color #17023A: hue angle of 262.5º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17023A is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 2 | 58 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.77 |
| HSL | 262.5º | 0.93% | 0.12% | - |
| HSV(B) | 262.5º | 0.97% | 0.23% | - |
| XYZ | 1.14 | 0.53 | 4.05 | - |
| YUV | 14.66 | 152.46 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 58 | 0.60 | 0.97 | 0 | 0.77 | 262.5 | 0.93 | 0.12 |
| Hex | 17 | 2 | 3A | 3C | 61 | 0 | 4D | 106 | 5D | C |
| Octal | 27 | 2 | 72 | 74 | 141 | 0 | 115 | 406 | 135 | 14 |
| Binary | 10111 | 10 | 111010 | 111100 | 1100001 | 0 | 1001101 | 100000110 | 1011101 | 1100 |
Color Harmonies of #17023A
Complementary color
Monochromatic Colors of #17023A
Black with #17023A
Text Example
Text Example
White with #17023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17023A; }
p { color: rgb(23,2,58); }
H1.HeaderClassName
{
color: #17023A;
}
.AnyTagClassName
{
color: #17023A;
}
</style>
background-color css
<style>
a { background-color: #17023A; }
a { background-color: rgb(23,2,58); }
div.DivClassName
{
background-color: #17023A;
}
.BgClassName
{
background-color: #17023A;
}
</style>
border-color css
<style>
span { border-color: #17023A; }
span { border-color: rgb(23,2,58); }
td.TdClassName
{
border-color: #17023A;
}
.TagClassName
{
border-color: #17023A;
}
</style>