Shades of Blackcurrant #170A1B
Tints of Blackcurrant #170A1B
RGB
CMYK
RGB Variations
Color information
#170A1B (or 0x170A1B) is known color: Blackcurrant. HEX triplet: 17, 0A and 1B. RGB value is (23,10,27). Sum of RGB (Red+Green+Blue) = 23+10+27=60 (7% of max value = 765). Red value is 23 (9.38% from 255 or 38.33% from 60); Green value is 10 (4.30% from 255 or 16.67% from 60); Blue value is 27 (10.94% from 255 or 45% from 60); Max value from RGB is 27 - color contains mainly: blue. Hex color #170A1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170A1B is #E8F5E4. Grayscale: #0F0F0F. Windows color (decimal): -15267301 or 1772055. OLE color: 1772055.
HSL color Cylindrical-coordinate representation of color #170A1B: hue angle of 285.88º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #170A1B is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 10 | 27 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.89 |
| HSL | 285.88º | 0.46% | 0.07% | - |
| HSV(B) | 285.88º | 0.63% | 0.11% | - |
| XYZ | 0.66 | 0.48 | 1.09 | - |
| YUV | 15.83 | 134.31 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 10 | 27 | 0.15 | 0.63 | 0 | 0.89 | 285.88 | 0.46 | 0.07 |
| Hex | 17 | A | 1B | F | 3F | 0 | 59 | 11E | 2E | 7 |
| Octal | 27 | 12 | 33 | 17 | 77 | 0 | 131 | 436 | 56 | 7 |
| Binary | 10111 | 1010 | 11011 | 1111 | 111111 | 0 | 1011001 | 100011110 | 101110 | 111 |
Color Harmonies of #170A1B
Complementary color
Monochromatic Colors of #170A1B
Black with #170A1B
Text Example
Text Example
White with #170A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170A1B; }
p { color: rgb(23,10,27); }
H1.HeaderClassName
{
color: #170A1B;
}
.AnyTagClassName
{
color: #170A1B;
}
</style>
background-color css
<style>
a { background-color: #170A1B; }
a { background-color: rgb(23,10,27); }
div.DivClassName
{
background-color: #170A1B;
}
.BgClassName
{
background-color: #170A1B;
}
</style>
border-color css
<style>
span { border-color: #170A1B; }
span { border-color: rgb(23,10,27); }
td.TdClassName
{
border-color: #170A1B;
}
.TagClassName
{
border-color: #170A1B;
}
</style>