Shades of Blackcurrant #17023E
Tints of Blackcurrant #17023E
RGB
CMYK
RGB Variations
Color information
#17023E (or 0x17023E) is known color: Blackcurrant. HEX triplet: 17, 02 and 3E. RGB value is (23,2,62). Sum of RGB (Red+Green+Blue) = 23+2+62=87 (11% of max value = 765). Red value is 23 (9.38% from 255 or 26.44% from 87); Green value is 2 (1.17% from 255 or 2.30% from 87); Blue value is 62 (24.61% from 255 or 71.26% from 87); Max value from RGB is 62 - color contains mainly: blue. Hex color #17023E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17023E is #E8FDC1. Grayscale: #0E0E0E. Windows color (decimal): -15269314 or 4063767. OLE color: 4063767.
HSL color Cylindrical-coordinate representation of color #17023E: hue angle of 261º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17023E is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 2 | 62 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.76 |
| HSL | 261º | 0.94% | 0.13% | - |
| HSV(B) | 261º | 0.97% | 0.24% | - |
| XYZ | 1.24 | 0.57 | 4.6 | - |
| YUV | 15.12 | 154.46 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 62 | 0.63 | 0.97 | 0 | 0.76 | 261 | 0.94 | 0.13 |
| Hex | 17 | 2 | 3E | 3F | 61 | 0 | 4C | 105 | 5E | D |
| Octal | 27 | 2 | 76 | 77 | 141 | 0 | 114 | 405 | 136 | 15 |
| Binary | 10111 | 10 | 111110 | 111111 | 1100001 | 0 | 1001100 | 100000101 | 1011110 | 1101 |
Color Harmonies of #17023E
Complementary color
Monochromatic Colors of #17023E
Black with #17023E
Text Example
Text Example
White with #17023E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17023E; }
p { color: rgb(23,2,62); }
H1.HeaderClassName
{
color: #17023E;
}
.AnyTagClassName
{
color: #17023E;
}
</style>
background-color css
<style>
a { background-color: #17023E; }
a { background-color: rgb(23,2,62); }
div.DivClassName
{
background-color: #17023E;
}
.BgClassName
{
background-color: #17023E;
}
</style>
border-color css
<style>
span { border-color: #17023E; }
span { border-color: rgb(23,2,62); }
td.TdClassName
{
border-color: #17023E;
}
.TagClassName
{
border-color: #17023E;
}
</style>