Shades of Blackcurrant #1D171F
Tints of Blackcurrant #1D171F
RGB
CMYK
RGB Variations
Color information
#1D171F (or 0x1D171F) is known color: Blackcurrant. HEX triplet: 1D, 17 and 1F. RGB value is (29,23,31). Sum of RGB (Red+Green+Blue) = 29+23+31=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 31 - color contains mainly: blue. Hex color #1D171F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D171F is #E2E8E0. Grayscale: #191919. Windows color (decimal): -14870753 or 2037533. OLE color: 2037533.
HSL color Cylindrical-coordinate representation of color #1D171F: hue angle of 285º 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 #1D171F is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 29 | 23 | 31 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.88 |
| HSL | 285º | 0.15% | 0.11% | - |
| HSV(B) | 285º | 0.26% | 0.12% | - |
| XYZ | 1.06 | 0.97 | 1.43 | - |
| YUV | 25.71 | 130.99 | 130.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 31 | 0.06 | 0.26 | 0 | 0.88 | 285 | 0.15 | 0.11 |
| Hex | 1D | 17 | 1F | 6 | 1A | 0 | 58 | 11D | F | B |
| Octal | 35 | 27 | 37 | 6 | 32 | 0 | 130 | 435 | 17 | 13 |
| Binary | 11101 | 10111 | 11111 | 110 | 11010 | 0 | 1011000 | 100011101 | 1111 | 1011 |
Color Harmonies of #1D171F
Complementary color
Monochromatic Colors of #1D171F
Black with #1D171F
Text Example
Text Example
White with #1D171F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D171F; }
p { color: rgb(29,23,31); }
H1.HeaderClassName
{
color: #1D171F;
}
.AnyTagClassName
{
color: #1D171F;
}
</style>
background-color css
<style>
a { background-color: #1D171F; }
a { background-color: rgb(29,23,31); }
div.DivClassName
{
background-color: #1D171F;
}
.BgClassName
{
background-color: #1D171F;
}
</style>
border-color css
<style>
span { border-color: #1D171F; }
span { border-color: rgb(29,23,31); }
td.TdClassName
{
border-color: #1D171F;
}
.TagClassName
{
border-color: #1D171F;
}
</style>