Shades of Blackcurrant #17023B
Tints of Blackcurrant #17023B
RGB
CMYK
RGB Variations
Color information
#17023B (or 0x17023B) is known color: Blackcurrant. HEX triplet: 17, 02 and 3B. RGB value is (23,2,59). Sum of RGB (Red+Green+Blue) = 23+2+59=84 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.38% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 59 (23.44% from 255 or 70.24% from 84); Max value from RGB is 59 - color contains mainly: blue. Hex color #17023B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17023B is #E8FDC4. Grayscale: #0E0E0E. Windows color (decimal): -15269317 or 3867159. OLE color: 3867159.
HSL color Cylindrical-coordinate representation of color #17023B: hue angle of 262.11º 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 #17023B is Cyan = 0.61, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 23 | 2 | 59 | - |
| CMYK | 0.61 | 0.97 | 0 | 0.77 |
| HSL | 262.11º | 0.93% | 0.12% | - |
| HSV(B) | 262.11º | 0.97% | 0.23% | - |
| XYZ | 1.16 | 0.54 | 4.18 | - |
| YUV | 14.78 | 152.96 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 59 | 0.61 | 0.97 | 0 | 0.77 | 262.11 | 0.93 | 0.12 |
| Hex | 17 | 2 | 3B | 3D | 61 | 0 | 4D | 106 | 5D | C |
| Octal | 27 | 2 | 73 | 75 | 141 | 0 | 115 | 406 | 135 | 14 |
| Binary | 10111 | 10 | 111011 | 111101 | 1100001 | 0 | 1001101 | 100000110 | 1011101 | 1100 |
Color Harmonies of #17023B
Complementary color
Monochromatic Colors of #17023B
Black with #17023B
Text Example
Text Example
White with #17023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17023B; }
p { color: rgb(23,2,59); }
H1.HeaderClassName
{
color: #17023B;
}
.AnyTagClassName
{
color: #17023B;
}
</style>
background-color css
<style>
a { background-color: #17023B; }
a { background-color: rgb(23,2,59); }
div.DivClassName
{
background-color: #17023B;
}
.BgClassName
{
background-color: #17023B;
}
</style>
border-color css
<style>
span { border-color: #17023B; }
span { border-color: rgb(23,2,59); }
td.TdClassName
{
border-color: #17023B;
}
.TagClassName
{
border-color: #17023B;
}
</style>