Shades of Blackcurrant #1D0D34
Tints of Blackcurrant #1D0D34
RGB
CMYK
RGB Variations
Color information
#1D0D34 (or 0x1D0D34) is known color: Blackcurrant. HEX triplet: 1D, 0D and 34. RGB value is (29,13,52). Sum of RGB (Red+Green+Blue) = 29+13+52=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 52 (20.70% from 255 or 55.32% from 94); Max value from RGB is 52 - color contains mainly: blue. Hex color #1D0D34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0D34 is #E2F2CB. Grayscale: #161616. Windows color (decimal): -14873292 or 3411229. OLE color: 3411229.
HSL color Cylindrical-coordinate representation of color #1D0D34: hue angle of 264.62º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D0D34 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 13 | 52 | - |
| CMYK | 0.44 | 0.75 | 0 | 0.80 |
| HSL | 264.62º | 0.6% | 0.13% | - |
| HSV(B) | 264.62º | 0.75% | 0.2% | - |
| XYZ | 1.27 | 0.8 | 3.34 | - |
| YUV | 22.23 | 144.8 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 52 | 0.44 | 0.75 | 0 | 0.80 | 264.62 | 0.6 | 0.13 |
| Hex | 1D | D | 34 | 2C | 4B | 0 | 50 | 109 | 3C | D |
| Octal | 35 | 15 | 64 | 54 | 113 | 0 | 120 | 411 | 74 | 15 |
| Binary | 11101 | 1101 | 110100 | 101100 | 1001011 | 0 | 1010000 | 100001001 | 111100 | 1101 |
Color Harmonies of #1D0D34
Complementary color
Monochromatic Colors of #1D0D34
Black with #1D0D34
Text Example
Text Example
White with #1D0D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0D34; }
p { color: rgb(29,13,52); }
H1.HeaderClassName
{
color: #1D0D34;
}
.AnyTagClassName
{
color: #1D0D34;
}
</style>
background-color css
<style>
a { background-color: #1D0D34; }
a { background-color: rgb(29,13,52); }
div.DivClassName
{
background-color: #1D0D34;
}
.BgClassName
{
background-color: #1D0D34;
}
</style>
border-color css
<style>
span { border-color: #1D0D34; }
span { border-color: rgb(29,13,52); }
td.TdClassName
{
border-color: #1D0D34;
}
.TagClassName
{
border-color: #1D0D34;
}
</style>