Shades of Blackcurrant #1D1525
Tints of Blackcurrant #1D1525
RGB
CMYK
RGB Variations
Color information
#1D1525 (or 0x1D1525) is known color: Blackcurrant. HEX triplet: 1D, 15 and 25. RGB value is (29,21,37). Sum of RGB (Red+Green+Blue) = 29+21+37=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 37 (14.84% from 255 or 42.53% from 87); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D1525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1525 is #E2EADA. Grayscale: #191919. Windows color (decimal): -14871259 or 2430237. OLE color: 2430237.
HSL color Cylindrical-coordinate representation of color #1D1525: hue angle of 270º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1D1525 is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 21 | 37 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.85 |
| HSL | 270º | 0.28% | 0.11% | - |
| HSV(B) | 270º | 0.43% | 0.15% | - |
| XYZ | 1.11 | 0.93 | 1.87 | - |
| YUV | 25.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 21 | 37 | 0.22 | 0.43 | 0 | 0.85 | 270 | 0.28 | 0.11 |
| Hex | 1D | 15 | 25 | 16 | 2B | 0 | 55 | 10E | 1C | B |
| Octal | 35 | 25 | 45 | 26 | 53 | 0 | 125 | 416 | 34 | 13 |
| Binary | 11101 | 10101 | 100101 | 10110 | 101011 | 0 | 1010101 | 100001110 | 11100 | 1011 |
Color Harmonies of #1D1525
Complementary color
Monochromatic Colors of #1D1525
Black with #1D1525
Text Example
Text Example
White with #1D1525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1525; }
p { color: rgb(29,21,37); }
H1.HeaderClassName
{
color: #1D1525;
}
.AnyTagClassName
{
color: #1D1525;
}
</style>
background-color css
<style>
a { background-color: #1D1525; }
a { background-color: rgb(29,21,37); }
div.DivClassName
{
background-color: #1D1525;
}
.BgClassName
{
background-color: #1D1525;
}
</style>
border-color css
<style>
span { border-color: #1D1525; }
span { border-color: rgb(29,21,37); }
td.TdClassName
{
border-color: #1D1525;
}
.TagClassName
{
border-color: #1D1525;
}
</style>