Shades of Blackcurrant #170223
Tints of Blackcurrant #170223
RGB
CMYK
RGB Variations
Color information
#170223 (or 0x170223) is known color: Blackcurrant. HEX triplet: 17, 02 and 23. RGB value is (23,2,35). Sum of RGB (Red+Green+Blue) = 23+2+35=60 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.33% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 35 (14.06% from 255 or 58.33% from 60); Max value from RGB is 35 - color contains mainly: blue. Hex color #170223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170223 is #E8FDDC. Grayscale: #0B0B0B. Windows color (decimal): -15269341 or 2294295. OLE color: 2294295.
HSL color Cylindrical-coordinate representation of color #170223: hue angle of 278.18º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #170223 is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 23 | 2 | 35 | - |
| CMYK | 0.34 | 0.94 | 0 | 0.86 |
| HSL | 278.18º | 0.89% | 0.07% | - |
| HSV(B) | 278.18º | 0.94% | 0.14% | - |
| XYZ | 0.68 | 0.35 | 1.62 | - |
| YUV | 12.04 | 140.96 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 2 | 35 | 0.34 | 0.94 | 0 | 0.86 | 278.18 | 0.89 | 0.07 |
| Hex | 17 | 2 | 23 | 22 | 5E | 0 | 56 | 116 | 59 | 7 |
| Octal | 27 | 2 | 43 | 42 | 136 | 0 | 126 | 426 | 131 | 7 |
| Binary | 10111 | 10 | 100011 | 100010 | 1011110 | 0 | 1010110 | 100010110 | 1011001 | 111 |
Color Harmonies of #170223
Complementary color
Monochromatic Colors of #170223
Black with #170223
Text Example
Text Example
White with #170223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170223; }
p { color: rgb(23,2,35); }
H1.HeaderClassName
{
color: #170223;
}
.AnyTagClassName
{
color: #170223;
}
</style>
background-color css
<style>
a { background-color: #170223; }
a { background-color: rgb(23,2,35); }
div.DivClassName
{
background-color: #170223;
}
.BgClassName
{
background-color: #170223;
}
</style>
border-color css
<style>
span { border-color: #170223; }
span { border-color: rgb(23,2,35); }
td.TdClassName
{
border-color: #170223;
}
.TagClassName
{
border-color: #170223;
}
</style>