Shades of Blackcurrant #1D1528
Tints of Blackcurrant #1D1528
RGB
CMYK
RGB Variations
Color information
#1D1528 (or 0x1D1528) is known color: Blackcurrant. HEX triplet: 1D, 15 and 28. RGB value is (29,21,40). Sum of RGB (Red+Green+Blue) = 29+21+40=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 21 (8.59% from 255 or 23.33% from 90); Blue value is 40 (16.02% from 255 or 44.44% from 90); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D1528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1528 is #E2EAD7. Grayscale: #191919. Windows color (decimal): -14871256 or 2626845. OLE color: 2626845.
HSL color Cylindrical-coordinate representation of color #1D1528: hue angle of 265.26º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D1528 is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 21 | 40 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.84 |
| HSL | 265.26º | 0.31% | 0.12% | - |
| HSV(B) | 265.26º | 0.48% | 0.16% | - |
| XYZ | 1.16 | 0.95 | 2.13 | - |
| YUV | 25.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 40 | 0.28 | 0.48 | 0 | 0.84 | 265.26 | 0.31 | 0.12 |
| Hex | 1D | 15 | 28 | 1C | 30 | 0 | 54 | 109 | 1F | C |
| Octal | 35 | 25 | 50 | 34 | 60 | 0 | 124 | 411 | 37 | 14 |
| Binary | 11101 | 10101 | 101000 | 11100 | 110000 | 0 | 1010100 | 100001001 | 11111 | 1100 |
Color Harmonies of #1D1528
Complementary color
Monochromatic Colors of #1D1528
Black with #1D1528
Text Example
Text Example
White with #1D1528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1528; }
p { color: rgb(29,21,40); }
H1.HeaderClassName
{
color: #1D1528;
}
.AnyTagClassName
{
color: #1D1528;
}
</style>
background-color css
<style>
a { background-color: #1D1528; }
a { background-color: rgb(29,21,40); }
div.DivClassName
{
background-color: #1D1528;
}
.BgClassName
{
background-color: #1D1528;
}
</style>
border-color css
<style>
span { border-color: #1D1528; }
span { border-color: rgb(29,21,40); }
td.TdClassName
{
border-color: #1D1528;
}
.TagClassName
{
border-color: #1D1528;
}
</style>