Shades of Blackcurrant #170230
Tints of Blackcurrant #170230
RGB
CMYK
RGB Variations
Color information
#170230 (or 0x170230) is known color: Blackcurrant. HEX triplet: 17, 02 and 30. RGB value is (23,2,48). Sum of RGB (Red+Green+Blue) = 23+2+48=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 48 (19.14% from 255 or 65.75% from 73); Max value from RGB is 48 - color contains mainly: blue. Hex color #170230 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170230 is #E8FDCF. Grayscale: #0D0D0D. Windows color (decimal): -15269328 or 3146263. OLE color: 3146263.
HSL color Cylindrical-coordinate representation of color #170230: hue angle of 267.39º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170230 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 2 | 48 | - |
| CMYK | 0.52 | 0.96 | 0 | 0.81 |
| HSL | 267.39º | 0.92% | 0.1% | - |
| HSV(B) | 267.39º | 0.96% | 0.19% | - |
| XYZ | 0.91 | 0.44 | 2.83 | - |
| YUV | 13.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 48 | 0.52 | 0.96 | 0 | 0.81 | 267.39 | 0.92 | 0.1 |
| Hex | 17 | 2 | 30 | 34 | 60 | 0 | 51 | 10B | 5C | A |
| Octal | 27 | 2 | 60 | 64 | 140 | 0 | 121 | 413 | 134 | 12 |
| Binary | 10111 | 10 | 110000 | 110100 | 1100000 | 0 | 1010001 | 100001011 | 1011100 | 1010 |
Color Harmonies of #170230
Complementary color
Monochromatic Colors of #170230
Black with #170230
Text Example
Text Example
White with #170230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170230; }
p { color: rgb(23,2,48); }
H1.HeaderClassName
{
color: #170230;
}
.AnyTagClassName
{
color: #170230;
}
</style>
background-color css
<style>
a { background-color: #170230; }
a { background-color: rgb(23,2,48); }
div.DivClassName
{
background-color: #170230;
}
.BgClassName
{
background-color: #170230;
}
</style>
border-color css
<style>
span { border-color: #170230; }
span { border-color: rgb(23,2,48); }
td.TdClassName
{
border-color: #170230;
}
.TagClassName
{
border-color: #170230;
}
</style>