Shades of Blackcurrant #1D0C24
Tints of Blackcurrant #1D0C24
RGB
CMYK
RGB Variations
Color information
#1D0C24 (or 0x1D0C24) is known color: Blackcurrant. HEX triplet: 1D, 0C and 24. RGB value is (29,12,36). Sum of RGB (Red+Green+Blue) = 29+12+36=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 12 (5.08% from 255 or 15.58% from 77); Blue value is 36 (14.45% from 255 or 46.75% from 77); Max value from RGB is 36 - color contains mainly: blue. Hex color #1D0C24 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0C24 is #E2F3DB. Grayscale: #131313. Windows color (decimal): -14873564 or 2362397. OLE color: 2362397.
HSL color Cylindrical-coordinate representation of color #1D0C24: hue angle of 282.5º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D0C24 is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 29 | 12 | 36 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.86 |
| HSL | 282.5º | 0.5% | 0.09% | - |
| HSV(B) | 282.5º | 0.67% | 0.14% | - |
| XYZ | 0.96 | 0.65 | 1.74 | - |
| YUV | 19.82 | 137.13 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 12 | 36 | 0.19 | 0.67 | 0 | 0.86 | 282.5 | 0.5 | 0.09 |
| Hex | 1D | C | 24 | 13 | 43 | 0 | 56 | 11A | 32 | 9 |
| Octal | 35 | 14 | 44 | 23 | 103 | 0 | 126 | 432 | 62 | 11 |
| Binary | 11101 | 1100 | 100100 | 10011 | 1000011 | 0 | 1010110 | 100011010 | 110010 | 1001 |
Color Harmonies of #1D0C24
Complementary color
Monochromatic Colors of #1D0C24
Black with #1D0C24
Text Example
Text Example
White with #1D0C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0C24; }
p { color: rgb(29,12,36); }
H1.HeaderClassName
{
color: #1D0C24;
}
.AnyTagClassName
{
color: #1D0C24;
}
</style>
background-color css
<style>
a { background-color: #1D0C24; }
a { background-color: rgb(29,12,36); }
div.DivClassName
{
background-color: #1D0C24;
}
.BgClassName
{
background-color: #1D0C24;
}
</style>
border-color css
<style>
span { border-color: #1D0C24; }
span { border-color: rgb(29,12,36); }
td.TdClassName
{
border-color: #1D0C24;
}
.TagClassName
{
border-color: #1D0C24;
}
</style>