Shades of Blackcurrant #1D0020
Tints of Blackcurrant #1D0020
RGB
CMYK
RGB Variations
Color information
#1D0020 (or 0x1D0020) is known color: Blackcurrant. HEX triplet: 1D, 00 and 20. RGB value is (29,0,32). Sum of RGB (Red+Green+Blue) = 29+0+32=61 (8% of max value = 765). Red value is 29 (11.72% from 255 or 47.54% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 32 (12.89% from 255 or 52.46% from 61); Max value from RGB is 32 - color contains mainly: blue. Hex color #1D0020 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0020 is #E2FFDF. Grayscale: #0C0C0C. Windows color (decimal): -14876640 or 2097181. OLE color: 2097181.
HSL color Cylindrical-coordinate representation of color #1D0020: hue angle of 294.38º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0020 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 0 | 32 | - |
| CMYK | 0.09 | 1 | 0 | 0.87 |
| HSL | 294.38º | 1% | 0.06% | - |
| HSV(B) | 294.38º | 1% | 0.13% | - |
| XYZ | 0.77 | 0.37 | 1.4 | - |
| YUV | 12.32 | 139.11 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 32 | 0.09 | 1 | 0 | 0.87 | 294.38 | 1 | 0.06 |
| Hex | 1D | 0 | 20 | 9 | 64 | 0 | 57 | 126 | 64 | 6 |
| Octal | 35 | 0 | 40 | 11 | 144 | 0 | 127 | 446 | 144 | 6 |
| Binary | 11101 | 0 | 100000 | 1001 | 1100100 | 0 | 1010111 | 100100110 | 1100100 | 110 |
Color Harmonies of #1D0020
Complementary color
Monochromatic Colors of #1D0020
Black with #1D0020
Text Example
Text Example
White with #1D0020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0020; }
p { color: rgb(29,0,32); }
H1.HeaderClassName
{
color: #1D0020;
}
.AnyTagClassName
{
color: #1D0020;
}
</style>
background-color css
<style>
a { background-color: #1D0020; }
a { background-color: rgb(29,0,32); }
div.DivClassName
{
background-color: #1D0020;
}
.BgClassName
{
background-color: #1D0020;
}
</style>
border-color css
<style>
span { border-color: #1D0020; }
span { border-color: rgb(29,0,32); }
td.TdClassName
{
border-color: #1D0020;
}
.TagClassName
{
border-color: #1D0020;
}
</style>