Shades of Blackcurrant #1D1521
Tints of Blackcurrant #1D1521
RGB
CMYK
RGB Variations
Color information
#1D1521 (or 0x1D1521) is known color: Blackcurrant. HEX triplet: 1D, 15 and 21. RGB value is (29,21,33). Sum of RGB (Red+Green+Blue) = 29+21+33=83 (10% of max value = 765). Red value is 29 (11.72% from 255 or 34.94% from 83); Green value is 21 (8.59% from 255 or 25.30% from 83); Blue value is 33 (13.28% from 255 or 39.76% from 83); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D1521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1521 is #E2EADE. Grayscale: #181818. Windows color (decimal): -14871263 or 2168093. OLE color: 2168093.
HSL color Cylindrical-coordinate representation of color #1D1521: hue angle of 280º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1D1521 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 21 | 33 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.87 |
| HSL | 280º | 0.22% | 0.11% | - |
| HSV(B) | 280º | 0.36% | 0.13% | - |
| XYZ | 1.05 | 0.91 | 1.56 | - |
| YUV | 24.76 | 132.65 | 131.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 33 | 0.12 | 0.36 | 0 | 0.87 | 280 | 0.22 | 0.11 |
| Hex | 1D | 15 | 21 | C | 24 | 0 | 57 | 118 | 16 | B |
| Octal | 35 | 25 | 41 | 14 | 44 | 0 | 127 | 430 | 26 | 13 |
| Binary | 11101 | 10101 | 100001 | 1100 | 100100 | 0 | 1010111 | 100011000 | 10110 | 1011 |
Color Harmonies of #1D1521
Complementary color
Monochromatic Colors of #1D1521
Black with #1D1521
Text Example
Text Example
White with #1D1521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1521; }
p { color: rgb(29,21,33); }
H1.HeaderClassName
{
color: #1D1521;
}
.AnyTagClassName
{
color: #1D1521;
}
</style>
background-color css
<style>
a { background-color: #1D1521; }
a { background-color: rgb(29,21,33); }
div.DivClassName
{
background-color: #1D1521;
}
.BgClassName
{
background-color: #1D1521;
}
</style>
border-color css
<style>
span { border-color: #1D1521; }
span { border-color: rgb(29,21,33); }
td.TdClassName
{
border-color: #1D1521;
}
.TagClassName
{
border-color: #1D1521;
}
</style>