Shades of Blackcurrant #17003C
Tints of Blackcurrant #17003C
RGB
CMYK
RGB Variations
Color information
#17003C (or 0x17003C) is known color: Blackcurrant. HEX triplet: 17, 00 and 3C. RGB value is (23,0,60). Sum of RGB (Red+Green+Blue) = 23+0+60=83 (10% of max value = 765). Red value is 23 (9.38% from 255 or 27.71% from 83); Green value is 0 (0.39% from 255 or 0% from 83); Blue value is 60 (23.83% from 255 or 72.29% from 83); Max value from RGB is 60 - color contains mainly: blue. Hex color #17003C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17003C is #E8FFC3. Grayscale: #0D0D0D. Windows color (decimal): -15269828 or 3932183. OLE color: 3932183.
HSL color Cylindrical-coordinate representation of color #17003C: hue angle of 263º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #17003C is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 23 | 0 | 60 | - |
| CMYK | 0.62 | 1 | 0 | 0.76 |
| HSL | 263º | 1% | 0.12% | - |
| HSV(B) | 263º | 1% | 0.24% | - |
| XYZ | 1.17 | 0.51 | 4.31 | - |
| YUV | 13.72 | 154.12 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 0 | 60 | 0.62 | 1 | 0 | 0.76 | 263 | 1 | 0.12 |
| Hex | 17 | 0 | 3C | 3E | 64 | 0 | 4C | 107 | 64 | C |
| Octal | 27 | 0 | 74 | 76 | 144 | 0 | 114 | 407 | 144 | 14 |
| Binary | 10111 | 0 | 111100 | 111110 | 1100100 | 0 | 1001100 | 100000111 | 1100100 | 1100 |
Color Harmonies of #17003C
Complementary color
Monochromatic Colors of #17003C
Black with #17003C
Text Example
Text Example
White with #17003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17003C; }
p { color: rgb(23,0,60); }
H1.HeaderClassName
{
color: #17003C;
}
.AnyTagClassName
{
color: #17003C;
}
</style>
background-color css
<style>
a { background-color: #17003C; }
a { background-color: rgb(23,0,60); }
div.DivClassName
{
background-color: #17003C;
}
.BgClassName
{
background-color: #17003C;
}
</style>
border-color css
<style>
span { border-color: #17003C; }
span { border-color: rgb(23,0,60); }
td.TdClassName
{
border-color: #17003C;
}
.TagClassName
{
border-color: #17003C;
}
</style>