Shades of Blackcurrant #1D1721
Tints of Blackcurrant #1D1721
RGB
CMYK
RGB Variations
Color information
#1D1721 (or 0x1D1721) is known color: Blackcurrant. HEX triplet: 1D, 17 and 21. RGB value is (29,23,33). Sum of RGB (Red+Green+Blue) = 29+23+33=85 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.12% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D1721 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1721 is #E2E8DE. Grayscale: #191919. Windows color (decimal): -14870751 or 2168605. OLE color: 2168605.
HSL color Cylindrical-coordinate representation of color #1D1721: hue angle of 276º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1D1721 is Cyan = 0.12, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 23 | 33 | - |
| CMYK | 0.12 | 0.30 | 0 | 0.87 |
| HSL | 276º | 0.18% | 0.11% | - |
| HSV(B) | 276º | 0.3% | 0.13% | - |
| XYZ | 1.09 | 0.98 | 1.57 | - |
| YUV | 25.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 23 | 33 | 0.12 | 0.30 | 0 | 0.87 | 276 | 0.18 | 0.11 |
| Hex | 1D | 17 | 21 | C | 1E | 0 | 57 | 114 | 12 | B |
| Octal | 35 | 27 | 41 | 14 | 36 | 0 | 127 | 424 | 22 | 13 |
| Binary | 11101 | 10111 | 100001 | 1100 | 11110 | 0 | 1010111 | 100010100 | 10010 | 1011 |
Color Harmonies of #1D1721
Complementary color
Monochromatic Colors of #1D1721
Black with #1D1721
Text Example
Text Example
White with #1D1721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1721; }
p { color: rgb(29,23,33); }
H1.HeaderClassName
{
color: #1D1721;
}
.AnyTagClassName
{
color: #1D1721;
}
</style>
background-color css
<style>
a { background-color: #1D1721; }
a { background-color: rgb(29,23,33); }
div.DivClassName
{
background-color: #1D1721;
}
.BgClassName
{
background-color: #1D1721;
}
</style>
border-color css
<style>
span { border-color: #1D1721; }
span { border-color: rgb(29,23,33); }
td.TdClassName
{
border-color: #1D1721;
}
.TagClassName
{
border-color: #1D1721;
}
</style>