Shades of Blackcurrant #1D0D39
Tints of Blackcurrant #1D0D39
RGB
CMYK
RGB Variations
Color information
#1D0D39 (or 0x1D0D39) is known color: Blackcurrant. HEX triplet: 1D, 0D and 39. RGB value is (29,13,57). Sum of RGB (Red+Green+Blue) = 29+13+57=99 (13% of max value = 765). Red value is 29 (11.72% from 255 or 29.29% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 57 (22.66% from 255 or 57.58% from 99); Max value from RGB is 57 - color contains mainly: blue. Hex color #1D0D39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0D39 is #E2F2C6. Grayscale: #161616. Windows color (decimal): -14873287 or 3738909. OLE color: 3738909.
HSL color Cylindrical-coordinate representation of color #1D0D39: hue angle of 261.82º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D0D39 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 13 | 57 | - |
| CMYK | 0.49 | 0.77 | 0 | 0.78 |
| HSL | 261.82º | 0.63% | 0.14% | - |
| HSV(B) | 261.82º | 0.77% | 0.22% | - |
| XYZ | 1.39 | 0.84 | 3.96 | - |
| YUV | 22.8 | 147.3 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 57 | 0.49 | 0.77 | 0 | 0.78 | 261.82 | 0.63 | 0.14 |
| Hex | 1D | D | 39 | 31 | 4D | 0 | 4E | 106 | 3F | E |
| Octal | 35 | 15 | 71 | 61 | 115 | 0 | 116 | 406 | 77 | 16 |
| Binary | 11101 | 1101 | 111001 | 110001 | 1001101 | 0 | 1001110 | 100000110 | 111111 | 1110 |
Color Harmonies of #1D0D39
Complementary color
Monochromatic Colors of #1D0D39
Black with #1D0D39
Text Example
Text Example
White with #1D0D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0D39; }
p { color: rgb(29,13,57); }
H1.HeaderClassName
{
color: #1D0D39;
}
.AnyTagClassName
{
color: #1D0D39;
}
</style>
background-color css
<style>
a { background-color: #1D0D39; }
a { background-color: rgb(29,13,57); }
div.DivClassName
{
background-color: #1D0D39;
}
.BgClassName
{
background-color: #1D0D39;
}
</style>
border-color css
<style>
span { border-color: #1D0D39; }
span { border-color: rgb(29,13,57); }
td.TdClassName
{
border-color: #1D0D39;
}
.TagClassName
{
border-color: #1D0D39;
}
</style>