Shades of Blackcurrant #1D0328
Tints of Blackcurrant #1D0328
RGB
CMYK
RGB Variations
Color information
#1D0328 (or 0x1D0328) is known color: Blackcurrant. HEX triplet: 1D, 03 and 28. RGB value is (29,3,40). Sum of RGB (Red+Green+Blue) = 29+3+40=72 (9% of max value = 765). Red value is 29 (11.72% from 255 or 40.28% from 72); Green value is 3 (1.56% from 255 or 4.17% from 72); Blue value is 40 (16.02% from 255 or 55.56% from 72); Max value from RGB is 40 - color contains mainly: blue. Hex color #1D0328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0328 is #E2FCD7. Grayscale: #0E0E0E. Windows color (decimal): -14875864 or 2622237. OLE color: 2622237.
HSL color Cylindrical-coordinate representation of color #1D0328: hue angle of 282.16º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0328 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 3 | 40 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.84 |
| HSL | 282.16º | 0.86% | 0.08% | - |
| HSV(B) | 282.16º | 0.93% | 0.16% | - |
| XYZ | 0.92 | 0.48 | 2.05 | - |
| YUV | 14.99 | 142.11 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 40 | 0.28 | 0.93 | 0 | 0.84 | 282.16 | 0.86 | 0.08 |
| Hex | 1D | 3 | 28 | 1C | 5D | 0 | 54 | 11A | 56 | 8 |
| Octal | 35 | 3 | 50 | 34 | 135 | 0 | 124 | 432 | 126 | 10 |
| Binary | 11101 | 11 | 101000 | 11100 | 1011101 | 0 | 1010100 | 100011010 | 1010110 | 1000 |
Color Harmonies of #1D0328
Complementary color
Monochromatic Colors of #1D0328
Black with #1D0328
Text Example
Text Example
White with #1D0328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0328; }
p { color: rgb(29,3,40); }
H1.HeaderClassName
{
color: #1D0328;
}
.AnyTagClassName
{
color: #1D0328;
}
</style>
background-color css
<style>
a { background-color: #1D0328; }
a { background-color: rgb(29,3,40); }
div.DivClassName
{
background-color: #1D0328;
}
.BgClassName
{
background-color: #1D0328;
}
</style>
border-color css
<style>
span { border-color: #1D0328; }
span { border-color: rgb(29,3,40); }
td.TdClassName
{
border-color: #1D0328;
}
.TagClassName
{
border-color: #1D0328;
}
</style>