Shades of Blackcurrant #1D0D31
Tints of Blackcurrant #1D0D31
RGB
CMYK
RGB Variations
Color information
#1D0D31 (or 0x1D0D31) is known color: Blackcurrant. HEX triplet: 1D, 0D and 31. RGB value is (29,13,49). Sum of RGB (Red+Green+Blue) = 29+13+49=91 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.87% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D0D31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0D31 is #E2F2CE. Grayscale: #151515. Windows color (decimal): -14873295 or 3214621. OLE color: 3214621.
HSL color Cylindrical-coordinate representation of color #1D0D31: hue angle of 266.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1D0D31 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 13 | 49 | - |
| CMYK | 0.41 | 0.73 | 0 | 0.81 |
| HSL | 266.67º | 0.58% | 0.12% | - |
| HSV(B) | 266.67º | 0.73% | 0.19% | - |
| XYZ | 1.2 | 0.77 | 2.99 | - |
| YUV | 21.89 | 143.3 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 13 | 49 | 0.41 | 0.73 | 0 | 0.81 | 266.67 | 0.58 | 0.12 |
| Hex | 1D | D | 31 | 29 | 49 | 0 | 51 | 10B | 3A | C |
| Octal | 35 | 15 | 61 | 51 | 111 | 0 | 121 | 413 | 72 | 14 |
| Binary | 11101 | 1101 | 110001 | 101001 | 1001001 | 0 | 1010001 | 100001011 | 111010 | 1100 |
Color Harmonies of #1D0D31
Complementary color
Monochromatic Colors of #1D0D31
Black with #1D0D31
Text Example
Text Example
White with #1D0D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0D31; }
p { color: rgb(29,13,49); }
H1.HeaderClassName
{
color: #1D0D31;
}
.AnyTagClassName
{
color: #1D0D31;
}
</style>
background-color css
<style>
a { background-color: #1D0D31; }
a { background-color: rgb(29,13,49); }
div.DivClassName
{
background-color: #1D0D31;
}
.BgClassName
{
background-color: #1D0D31;
}
</style>
border-color css
<style>
span { border-color: #1D0D31; }
span { border-color: rgb(29,13,49); }
td.TdClassName
{
border-color: #1D0D31;
}
.TagClassName
{
border-color: #1D0D31;
}
</style>