Shades of Blackcurrant #1D1425
Tints of Blackcurrant #1D1425
RGB
CMYK
RGB Variations
Color information
#1D1425 (or 0x1D1425) is known color: Blackcurrant. HEX triplet: 1D, 14 and 25. RGB value is (29,20,37). Sum of RGB (Red+Green+Blue) = 29+20+37=86 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.72% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 37 (14.84% from 255 or 43.02% from 86); Max value from RGB is 37 - color contains mainly: blue. Hex color #1D1425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1425 is #E2EBDA. Grayscale: #181818. Windows color (decimal): -14871515 or 2429981. OLE color: 2429981.
HSL color Cylindrical-coordinate representation of color #1D1425: hue angle of 271.76º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1D1425 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 20 | 37 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.85 |
| HSL | 271.76º | 0.3% | 0.11% | - |
| HSV(B) | 271.76º | 0.46% | 0.15% | - |
| XYZ | 1.09 | 0.9 | 1.87 | - |
| YUV | 24.63 | 134.98 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 37 | 0.22 | 0.46 | 0 | 0.85 | 271.76 | 0.3 | 0.11 |
| Hex | 1D | 14 | 25 | 16 | 2E | 0 | 55 | 110 | 1E | B |
| Octal | 35 | 24 | 45 | 26 | 56 | 0 | 125 | 420 | 36 | 13 |
| Binary | 11101 | 10100 | 100101 | 10110 | 101110 | 0 | 1010101 | 100010000 | 11110 | 1011 |
Color Harmonies of #1D1425
Complementary color
Monochromatic Colors of #1D1425
Black with #1D1425
Text Example
Text Example
White with #1D1425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1425; }
p { color: rgb(29,20,37); }
H1.HeaderClassName
{
color: #1D1425;
}
.AnyTagClassName
{
color: #1D1425;
}
</style>
background-color css
<style>
a { background-color: #1D1425; }
a { background-color: rgb(29,20,37); }
div.DivClassName
{
background-color: #1D1425;
}
.BgClassName
{
background-color: #1D1425;
}
</style>
border-color css
<style>
span { border-color: #1D1425; }
span { border-color: rgb(29,20,37); }
td.TdClassName
{
border-color: #1D1425;
}
.TagClassName
{
border-color: #1D1425;
}
</style>