Shades of Blackcurrant #1D0224
Tints of Blackcurrant #1D0224
RGB
CMYK
RGB Variations
Color information
#1D0224 (or 0x1D0224) is known color: Blackcurrant. HEX triplet: 1D, 02 and 24. RGB value is (29,2,36). Sum of RGB (Red+Green+Blue) = 29+2+36=67 (8% of max value = 765). Red value is 29 (11.72% from 255 or 43.28% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 36 (14.45% from 255 or 53.73% from 67); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D0224 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0224 is #E2FDDB. Grayscale: #0D0D0D. Windows color (decimal): -14876124 or 2359837. OLE color: 2359837.
HSL color Cylindrical-coordinate representation of color #1D0224: hue angle of 287.65º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0224 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 2 | 36 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.86 |
| HSL | 287.65º | 0.89% | 0.07% | - |
| HSV(B) | 287.65º | 0.94% | 0.14% | - |
| XYZ | 0.85 | 0.43 | 1.71 | - |
| YUV | 13.95 | 140.45 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 36 | 0.19 | 0.94 | 0 | 0.86 | 287.65 | 0.89 | 0.07 |
| Hex | 1D | 2 | 24 | 13 | 5E | 0 | 56 | 120 | 59 | 7 |
| Octal | 35 | 2 | 44 | 23 | 136 | 0 | 126 | 440 | 131 | 7 |
| Binary | 11101 | 10 | 100100 | 10011 | 1011110 | 0 | 1010110 | 100100000 | 1011001 | 111 |
Color Harmonies of #1D0224
Complementary color
Monochromatic Colors of #1D0224
Black with #1D0224
Text Example
Text Example
White with #1D0224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0224; }
p { color: rgb(29,2,36); }
H1.HeaderClassName
{
color: #1D0224;
}
.AnyTagClassName
{
color: #1D0224;
}
</style>
background-color css
<style>
a { background-color: #1D0224; }
a { background-color: rgb(29,2,36); }
div.DivClassName
{
background-color: #1D0224;
}
.BgClassName
{
background-color: #1D0224;
}
</style>
border-color css
<style>
span { border-color: #1D0224; }
span { border-color: rgb(29,2,36); }
td.TdClassName
{
border-color: #1D0224;
}
.TagClassName
{
border-color: #1D0224;
}
</style>