Shades of Blackcurrant #1D1421
Tints of Blackcurrant #1D1421
RGB
CMYK
RGB Variations
Color information
#1D1421 (or 0x1D1421) is known color: Blackcurrant. HEX triplet: 1D, 14 and 21. RGB value is (29,20,33). Sum of RGB (Red+Green+Blue) = 29+20+33=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D1421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1421 is #E2EBDE. Grayscale: #181818. Windows color (decimal): -14871519 or 2167837. OLE color: 2167837.
HSL color Cylindrical-coordinate representation of color #1D1421: hue angle of 281.54º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1D1421 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 20 | 33 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.87 |
| HSL | 281.54º | 0.25% | 0.1% | - |
| HSV(B) | 281.54º | 0.39% | 0.13% | - |
| XYZ | 1.03 | 0.87 | 1.55 | - |
| YUV | 24.17 | 132.98 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 33 | 0.12 | 0.39 | 0 | 0.87 | 281.54 | 0.25 | 0.1 |
| Hex | 1D | 14 | 21 | C | 27 | 0 | 57 | 11A | 19 | A |
| Octal | 35 | 24 | 41 | 14 | 47 | 0 | 127 | 432 | 31 | 12 |
| Binary | 11101 | 10100 | 100001 | 1100 | 100111 | 0 | 1010111 | 100011010 | 11001 | 1010 |
Color Harmonies of #1D1421
Complementary color
Monochromatic Colors of #1D1421
Black with #1D1421
Text Example
Text Example
White with #1D1421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1421; }
p { color: rgb(29,20,33); }
H1.HeaderClassName
{
color: #1D1421;
}
.AnyTagClassName
{
color: #1D1421;
}
</style>
background-color css
<style>
a { background-color: #1D1421; }
a { background-color: rgb(29,20,33); }
div.DivClassName
{
background-color: #1D1421;
}
.BgClassName
{
background-color: #1D1421;
}
</style>
border-color css
<style>
span { border-color: #1D1421; }
span { border-color: rgb(29,20,33); }
td.TdClassName
{
border-color: #1D1421;
}
.TagClassName
{
border-color: #1D1421;
}
</style>