Shades of Blackcurrant #1D0022
Tints of Blackcurrant #1D0022
RGB
CMYK
RGB Variations
Color information
#1D0022 (or 0x1D0022) is known color: Blackcurrant. HEX triplet: 1D, 00 and 22. RGB value is (29,0,34). Sum of RGB (Red+Green+Blue) = 29+0+34=63 (8% of max value = 765). Red value is 29 (11.72% from 255 or 46.03% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 34 (13.67% from 255 or 53.97% from 63); Max value from RGB is 34 - color contains mainly: blue. Hex color #1D0022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0022 is #E2FFDD. Grayscale: #0C0C0C. Windows color (decimal): -14876638 or 2228253. OLE color: 2228253.
HSL color Cylindrical-coordinate representation of color #1D0022: hue angle of 291.18º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0022 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 0 | 34 | - |
| CMYK | 0.15 | 1 | 0 | 0.87 |
| HSL | 291.18º | 1% | 0.07% | - |
| HSV(B) | 291.18º | 1% | 0.13% | - |
| XYZ | 0.8 | 0.38 | 1.54 | - |
| YUV | 12.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 34 | 0.15 | 1 | 0 | 0.87 | 291.18 | 1 | 0.07 |
| Hex | 1D | 0 | 22 | F | 64 | 0 | 57 | 123 | 64 | 7 |
| Octal | 35 | 0 | 42 | 17 | 144 | 0 | 127 | 443 | 144 | 7 |
| Binary | 11101 | 0 | 100010 | 1111 | 1100100 | 0 | 1010111 | 100100011 | 1100100 | 111 |
Color Harmonies of #1D0022
Complementary color
Monochromatic Colors of #1D0022
Black with #1D0022
Text Example
Text Example
White with #1D0022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0022; }
p { color: rgb(29,0,34); }
H1.HeaderClassName
{
color: #1D0022;
}
.AnyTagClassName
{
color: #1D0022;
}
</style>
background-color css
<style>
a { background-color: #1D0022; }
a { background-color: rgb(29,0,34); }
div.DivClassName
{
background-color: #1D0022;
}
.BgClassName
{
background-color: #1D0022;
}
</style>
border-color css
<style>
span { border-color: #1D0022; }
span { border-color: rgb(29,0,34); }
td.TdClassName
{
border-color: #1D0022;
}
.TagClassName
{
border-color: #1D0022;
}
</style>