Shades of Blackcurrant #1D0421
Tints of Blackcurrant #1D0421
RGB
CMYK
RGB Variations
Color information
#1D0421 (or 0x1D0421) is known color: Blackcurrant. HEX triplet: 1D, 04 and 21. RGB value is (29,4,33). Sum of RGB (Red+Green+Blue) = 29+4+33=66 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.94% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D0421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0421 is #E2FBDE. Grayscale: #0E0E0E. Windows color (decimal): -14875615 or 2163741. OLE color: 2163741.
HSL color Cylindrical-coordinate representation of color #1D0421: hue angle of 291.72º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D0421 is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 4 | 33 | - |
| CMYK | 0.12 | 0.88 | 0 | 0.87 |
| HSL | 291.72º | 0.78% | 0.07% | - |
| HSV(B) | 291.72º | 0.88% | 0.13% | - |
| XYZ | 0.82 | 0.46 | 1.48 | - |
| YUV | 14.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 33 | 0.12 | 0.88 | 0 | 0.87 | 291.72 | 0.78 | 0.07 |
| Hex | 1D | 4 | 21 | C | 58 | 0 | 57 | 124 | 4E | 7 |
| Octal | 35 | 4 | 41 | 14 | 130 | 0 | 127 | 444 | 116 | 7 |
| Binary | 11101 | 100 | 100001 | 1100 | 1011000 | 0 | 1010111 | 100100100 | 1001110 | 111 |
Color Harmonies of #1D0421
Complementary color
Monochromatic Colors of #1D0421
Black with #1D0421
Text Example
Text Example
White with #1D0421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0421; }
p { color: rgb(29,4,33); }
H1.HeaderClassName
{
color: #1D0421;
}
.AnyTagClassName
{
color: #1D0421;
}
</style>
background-color css
<style>
a { background-color: #1D0421; }
a { background-color: rgb(29,4,33); }
div.DivClassName
{
background-color: #1D0421;
}
.BgClassName
{
background-color: #1D0421;
}
</style>
border-color css
<style>
span { border-color: #1D0421; }
span { border-color: rgb(29,4,33); }
td.TdClassName
{
border-color: #1D0421;
}
.TagClassName
{
border-color: #1D0421;
}
</style>