Shades of Blackcurrant #1D1324
Tints of Blackcurrant #1D1324
RGB
CMYK
RGB Variations
Color information
#1D1324 (or 0x1D1324) is known color: Blackcurrant. HEX triplet: 1D, 13 and 24. RGB value is (29,19,36). Sum of RGB (Red+Green+Blue) = 29+19+36=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 36 (14.45% from 255 or 42.86% from 84); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D1324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D1324 is #E2ECDB. Grayscale: #171717. Windows color (decimal): -14871772 or 2364189. OLE color: 2364189.
HSL color Cylindrical-coordinate representation of color #1D1324: hue angle of 275.29º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D1324 is Cyan = 0.19, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 19 | 36 | - |
| CMYK | 0.19 | 0.47 | 0 | 0.86 |
| HSL | 275.29º | 0.31% | 0.11% | - |
| HSV(B) | 275.29º | 0.47% | 0.14% | - |
| XYZ | 1.06 | 0.85 | 1.78 | - |
| YUV | 23.93 | 134.81 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 36 | 0.19 | 0.47 | 0 | 0.86 | 275.29 | 0.31 | 0.11 |
| Hex | 1D | 13 | 24 | 13 | 2F | 0 | 56 | 113 | 1F | B |
| Octal | 35 | 23 | 44 | 23 | 57 | 0 | 126 | 423 | 37 | 13 |
| Binary | 11101 | 10011 | 100100 | 10011 | 101111 | 0 | 1010110 | 100010011 | 11111 | 1011 |
Color Harmonies of #1D1324
Complementary color
Monochromatic Colors of #1D1324
Black with #1D1324
Text Example
Text Example
White with #1D1324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1324; }
p { color: rgb(29,19,36); }
H1.HeaderClassName
{
color: #1D1324;
}
.AnyTagClassName
{
color: #1D1324;
}
</style>
background-color css
<style>
a { background-color: #1D1324; }
a { background-color: rgb(29,19,36); }
div.DivClassName
{
background-color: #1D1324;
}
.BgClassName
{
background-color: #1D1324;
}
</style>
border-color css
<style>
span { border-color: #1D1324; }
span { border-color: rgb(29,19,36); }
td.TdClassName
{
border-color: #1D1324;
}
.TagClassName
{
border-color: #1D1324;
}
</style>