Shades of Blackcurrant #1B171F
Tints of Blackcurrant #1B171F
RGB
CMYK
RGB Variations
Color information
#1B171F (or 0x1B171F) is known color: Blackcurrant. HEX triplet: 1B, 17 and 1F. RGB value is (27,23,31). Sum of RGB (Red+Green+Blue) = 27+23+31=81 (10% of max value = 765). Red value is 27 (10.94% from 255 or 33.33% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1B171F is #E4E8E0. Grayscale: #191919. Windows color (decimal): -15001825 or 2037531. OLE color: 2037531.
HSL color Cylindrical-coordinate representation of color #1B171F: hue angle of 270º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1B171F is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 27 | 23 | 31 | - |
| CMYK | 0.13 | 0.26 | 0 | 0.88 |
| HSL | 270º | 0.15% | 0.11% | - |
| HSV(B) | 270º | 0.26% | 0.12% | - |
| XYZ | 1.01 | 0.94 | 1.43 | - |
| YUV | 25.11 | 131.33 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 31 | 0.13 | 0.26 | 0 | 0.88 | 270 | 0.15 | 0.11 |
| Hex | 1B | 17 | 1F | D | 1A | 0 | 58 | 10E | F | B |
| Octal | 33 | 27 | 37 | 15 | 32 | 0 | 130 | 416 | 17 | 13 |
| Binary | 11011 | 10111 | 11111 | 1101 | 11010 | 0 | 1011000 | 100001110 | 1111 | 1011 |
Color Harmonies of #1B171F
Complementary color
Monochromatic Colors of #1B171F
Black with #1B171F
Text Example
Text Example
White with #1B171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B171F; }
p { color: rgb(27,23,31); }
H1.HeaderClassName
{
color: #1B171F;
}
.AnyTagClassName
{
color: #1B171F;
}
</style>
background-color css
<style>
a { background-color: #1B171F; }
a { background-color: rgb(27,23,31); }
div.DivClassName
{
background-color: #1B171F;
}
.BgClassName
{
background-color: #1B171F;
}
</style>
border-color css
<style>
span { border-color: #1B171F; }
span { border-color: rgb(27,23,31); }
td.TdClassName
{
border-color: #1B171F;
}
.TagClassName
{
border-color: #1B171F;
}
</style>