Shades of Blackcurrant #1D0026
Tints of Blackcurrant #1D0026
RGB
CMYK
RGB Variations
Color information
#1D0026 (or 0x1D0026) is known color: Blackcurrant. HEX triplet: 1D, 00 and 26. RGB value is (29,0,38). Sum of RGB (Red+Green+Blue) = 29+0+38=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 38 (15.23% from 255 or 56.72% from 67); Max value from RGB is 38 - color contains mainly: blue. Hex color #1D0026 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0026 is #E2FFD9. Grayscale: #0C0C0C. Windows color (decimal): -14876634 or 2490397. OLE color: 2490397.
HSL color Cylindrical-coordinate representation of color #1D0026: hue angle of 285.79º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0026 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 0 | 38 | - |
| CMYK | 0.24 | 1 | 0 | 0.85 |
| HSL | 285.79º | 1% | 0.07% | - |
| HSV(B) | 285.79º | 1% | 0.15% | - |
| XYZ | 0.86 | 0.4 | 1.87 | - |
| YUV | 13 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 38 | 0.24 | 1 | 0 | 0.85 | 285.79 | 1 | 0.07 |
| Hex | 1D | 0 | 26 | 18 | 64 | 0 | 55 | 11E | 64 | 7 |
| Octal | 35 | 0 | 46 | 30 | 144 | 0 | 125 | 436 | 144 | 7 |
| Binary | 11101 | 0 | 100110 | 11000 | 1100100 | 0 | 1010101 | 100011110 | 1100100 | 111 |
Color Harmonies of #1D0026
Complementary color
Monochromatic Colors of #1D0026
Black with #1D0026
Text Example
Text Example
White with #1D0026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0026; }
p { color: rgb(29,0,38); }
H1.HeaderClassName
{
color: #1D0026;
}
.AnyTagClassName
{
color: #1D0026;
}
</style>
background-color css
<style>
a { background-color: #1D0026; }
a { background-color: rgb(29,0,38); }
div.DivClassName
{
background-color: #1D0026;
}
.BgClassName
{
background-color: #1D0026;
}
</style>
border-color css
<style>
span { border-color: #1D0026; }
span { border-color: rgb(29,0,38); }
td.TdClassName
{
border-color: #1D0026;
}
.TagClassName
{
border-color: #1D0026;
}
</style>