Shades of Blackcurrant #1D0046
Tints of Blackcurrant #1D0046
RGB
CMYK
RGB Variations
Color information
#1D0046 (or 0x1D0046) is known color: Blackcurrant. HEX triplet: 1D, 00 and 46. RGB value is (29,0,70). Sum of RGB (Red+Green+Blue) = 29+0+70=99 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29.29% from 99); Green value is 0 (0.39% from 255 or 0% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #1D0046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0046 is #E2FFB9. Grayscale: #101010. Windows color (decimal): -14876602 or 4587549. OLE color: 4587549.
HSL color Cylindrical-coordinate representation of color #1D0046: hue angle of 264.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0046 is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 29 | 0 | 70 | - |
| CMYK | 0.59 | 1 | 0 | 0.73 |
| HSL | 264.86º | 1% | 0.14% | - |
| HSV(B) | 264.86º | 1% | 0.27% | - |
| XYZ | 1.61 | 0.7 | 5.85 | - |
| YUV | 16.65 | 158.11 | 136.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 70 | 0.59 | 1 | 0 | 0.73 | 264.86 | 1 | 0.14 |
| Hex | 1D | 0 | 46 | 3B | 64 | 0 | 49 | 109 | 64 | E |
| Octal | 35 | 0 | 106 | 73 | 144 | 0 | 111 | 411 | 144 | 16 |
| Binary | 11101 | 0 | 1000110 | 111011 | 1100100 | 0 | 1001001 | 100001001 | 1100100 | 1110 |
Color Harmonies of #1D0046
Complementary color
Monochromatic Colors of #1D0046
Black with #1D0046
Text Example
Text Example
White with #1D0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0046; }
p { color: rgb(29,0,70); }
H1.HeaderClassName
{
color: #1D0046;
}
.AnyTagClassName
{
color: #1D0046;
}
</style>
background-color css
<style>
a { background-color: #1D0046; }
a { background-color: rgb(29,0,70); }
div.DivClassName
{
background-color: #1D0046;
}
.BgClassName
{
background-color: #1D0046;
}
</style>
border-color css
<style>
span { border-color: #1D0046; }
span { border-color: rgb(29,0,70); }
td.TdClassName
{
border-color: #1D0046;
}
.TagClassName
{
border-color: #1D0046;
}
</style>