Shades of Blackcurrant #1B171C
Tints of Blackcurrant #1B171C
RGB
CMYK
RGB Variations
Color information
#1B171C (or 0x1B171C) is known color: Blackcurrant. HEX triplet: 1B, 17 and 1C. RGB value is (27,23,28). Sum of RGB (Red+Green+Blue) = 27+23+28=78 (10% of max value = 765). Red value is 27 (10.94% from 255 or 34.62% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 28 - color contains mainly: blue. Hex color #1B171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B171C is #E4E8E3. Grayscale: #181818. Windows color (decimal): -15001828 or 1840923. OLE color: 1840923.
HSL color Cylindrical-coordinate representation of color #1B171C: hue angle of 288º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #1B171C is Cyan = 0.04, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 23 | 28 | - |
| CMYK | 0.04 | 0.18 | 0 | 0.89 |
| HSL | 288º | 0.1% | 0.1% | - |
| HSV(B) | 288º | 0.18% | 0.11% | - |
| XYZ | 0.97 | 0.93 | 1.23 | - |
| YUV | 24.77 | 129.83 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 28 | 0.04 | 0.18 | 0 | 0.89 | 288 | 0.1 | 0.1 |
| Hex | 1B | 17 | 1C | 4 | 12 | 0 | 59 | 120 | A | A |
| Octal | 33 | 27 | 34 | 4 | 22 | 0 | 131 | 440 | 12 | 12 |
| Binary | 11011 | 10111 | 11100 | 100 | 10010 | 0 | 1011001 | 100100000 | 1010 | 1010 |
Color Harmonies of #1B171C
Complementary color
Monochromatic Colors of #1B171C
Black with #1B171C
Text Example
Text Example
White with #1B171C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B171C; }
p { color: rgb(27,23,28); }
H1.HeaderClassName
{
color: #1B171C;
}
.AnyTagClassName
{
color: #1B171C;
}
</style>
background-color css
<style>
a { background-color: #1B171C; }
a { background-color: rgb(27,23,28); }
div.DivClassName
{
background-color: #1B171C;
}
.BgClassName
{
background-color: #1B171C;
}
</style>
border-color css
<style>
span { border-color: #1B171C; }
span { border-color: rgb(27,23,28); }
td.TdClassName
{
border-color: #1B171C;
}
.TagClassName
{
border-color: #1B171C;
}
</style>