Shades of Blackcurrant #1D0521
Tints of Blackcurrant #1D0521
RGB
CMYK
RGB Variations
Color information
#1D0521 (or 0x1D0521) is known color: Blackcurrant. HEX triplet: 1D, 05 and 21. RGB value is (29,5,33). Sum of RGB (Red+Green+Blue) = 29+5+33=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 33 (13.28% from 255 or 49.25% from 67); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D0521 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0521 is #E2FADE. Grayscale: #0F0F0F. Windows color (decimal): -14875359 or 2163997. OLE color: 2163997.
HSL color Cylindrical-coordinate representation of color #1D0521: hue angle of 291.43º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D0521 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 5 | 33 | - |
| CMYK | 0.12 | 0.85 | 0 | 0.87 |
| HSL | 291.43º | 0.74% | 0.07% | - |
| HSV(B) | 291.43º | 0.85% | 0.13% | - |
| XYZ | 0.84 | 0.48 | 1.49 | - |
| YUV | 15.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 33 | 0.12 | 0.85 | 0 | 0.87 | 291.43 | 0.74 | 0.07 |
| Hex | 1D | 5 | 21 | C | 55 | 0 | 57 | 123 | 4A | 7 |
| Octal | 35 | 5 | 41 | 14 | 125 | 0 | 127 | 443 | 112 | 7 |
| Binary | 11101 | 101 | 100001 | 1100 | 1010101 | 0 | 1010111 | 100100011 | 1001010 | 111 |
Color Harmonies of #1D0521
Complementary color
Monochromatic Colors of #1D0521
Black with #1D0521
Text Example
Text Example
White with #1D0521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0521; }
p { color: rgb(29,5,33); }
H1.HeaderClassName
{
color: #1D0521;
}
.AnyTagClassName
{
color: #1D0521;
}
</style>
background-color css
<style>
a { background-color: #1D0521; }
a { background-color: rgb(29,5,33); }
div.DivClassName
{
background-color: #1D0521;
}
.BgClassName
{
background-color: #1D0521;
}
</style>
border-color css
<style>
span { border-color: #1D0521; }
span { border-color: rgb(29,5,33); }
td.TdClassName
{
border-color: #1D0521;
}
.TagClassName
{
border-color: #1D0521;
}
</style>