Shades of Blackcurrant #170B1B
Tints of Blackcurrant #170B1B
RGB
CMYK
RGB Variations
Color information
#170B1B (or 0x170B1B) is known color: Blackcurrant. HEX triplet: 17, 0B and 1B. RGB value is (23,11,27). Sum of RGB (Red+Green+Blue) = 23+11+27=61 (8% of max value = 765). Red value is 23 (9.38% from 255 or 37.70% from 61); Green value is 11 (4.69% from 255 or 18.03% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #170B1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170B1B is #E8F4E4. Grayscale: #101010. Windows color (decimal): -15267045 or 1772311. OLE color: 1772311.
HSL color Cylindrical-coordinate representation of color #170B1B: hue angle of 285º degrees, saturation: 0.42, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #170B1B is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 23 | 11 | 27 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.89 |
| HSL | 285º | 0.42% | 0.07% | - |
| HSV(B) | 285º | 0.59% | 0.11% | - |
| XYZ | 0.67 | 0.5 | 1.1 | - |
| YUV | 16.41 | 133.98 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 11 | 27 | 0.15 | 0.59 | 0 | 0.89 | 285 | 0.42 | 0.07 |
| Hex | 17 | B | 1B | F | 3B | 0 | 59 | 11D | 2A | 7 |
| Octal | 27 | 13 | 33 | 17 | 73 | 0 | 131 | 435 | 52 | 7 |
| Binary | 10111 | 1011 | 11011 | 1111 | 111011 | 0 | 1011001 | 100011101 | 101010 | 111 |
Color Harmonies of #170B1B
Complementary color
Monochromatic Colors of #170B1B
Black with #170B1B
Text Example
Text Example
White with #170B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170B1B; }
p { color: rgb(23,11,27); }
H1.HeaderClassName
{
color: #170B1B;
}
.AnyTagClassName
{
color: #170B1B;
}
</style>
background-color css
<style>
a { background-color: #170B1B; }
a { background-color: rgb(23,11,27); }
div.DivClassName
{
background-color: #170B1B;
}
.BgClassName
{
background-color: #170B1B;
}
</style>
border-color css
<style>
span { border-color: #170B1B; }
span { border-color: rgb(23,11,27); }
td.TdClassName
{
border-color: #170B1B;
}
.TagClassName
{
border-color: #170B1B;
}
</style>