Shades of Blackcurrant #1D0324
Tints of Blackcurrant #1D0324
RGB
CMYK
RGB Variations
Color information
#1D0324 (or 0x1D0324) is known color: Blackcurrant. HEX triplet: 1D, 03 and 24. RGB value is (29,3,36). Sum of RGB (Red+Green+Blue) = 29+3+36=68 (9% of max value = 765). Red value is 29 (11.72% from 255 or 42.65% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D0324 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0324 is #E2FCDB. Grayscale: #0E0E0E. Windows color (decimal): -14875868 or 2360093. OLE color: 2360093.
HSL color Cylindrical-coordinate representation of color #1D0324: hue angle of 287.27º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0324 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 3 | 36 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.86 |
| HSL | 287.27º | 0.85% | 0.08% | - |
| HSV(B) | 287.27º | 0.92% | 0.14% | - |
| XYZ | 0.86 | 0.45 | 1.71 | - |
| YUV | 14.54 | 140.11 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 36 | 0.19 | 0.92 | 0 | 0.86 | 287.27 | 0.85 | 0.08 |
| Hex | 1D | 3 | 24 | 13 | 5C | 0 | 56 | 11F | 55 | 8 |
| Octal | 35 | 3 | 44 | 23 | 134 | 0 | 126 | 437 | 125 | 10 |
| Binary | 11101 | 11 | 100100 | 10011 | 1011100 | 0 | 1010110 | 100011111 | 1010101 | 1000 |
Color Harmonies of #1D0324
Complementary color
Monochromatic Colors of #1D0324
Black with #1D0324
Text Example
Text Example
White with #1D0324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0324; }
p { color: rgb(29,3,36); }
H1.HeaderClassName
{
color: #1D0324;
}
.AnyTagClassName
{
color: #1D0324;
}
</style>
background-color css
<style>
a { background-color: #1D0324; }
a { background-color: rgb(29,3,36); }
div.DivClassName
{
background-color: #1D0324;
}
.BgClassName
{
background-color: #1D0324;
}
</style>
border-color css
<style>
span { border-color: #1D0324; }
span { border-color: rgb(29,3,36); }
td.TdClassName
{
border-color: #1D0324;
}
.TagClassName
{
border-color: #1D0324;
}
</style>