Shades of Blackcurrant #1D0431
Tints of Blackcurrant #1D0431
RGB
CMYK
RGB Variations
Color information
#1D0431 (or 0x1D0431) is known color: Blackcurrant. HEX triplet: 1D, 04 and 31. RGB value is (29,4,49). Sum of RGB (Red+Green+Blue) = 29+4+49=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 4 (1.95% from 255 or 4.88% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D0431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0431 is #E2FBCE. Grayscale: #101010. Windows color (decimal): -14875599 or 3212317. OLE color: 3212317.
HSL color Cylindrical-coordinate representation of color #1D0431: hue angle of 273.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0431 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 4 | 49 | - |
| CMYK | 0.41 | 0.92 | 0 | 0.81 |
| HSL | 273.33º | 0.85% | 0.1% | - |
| HSV(B) | 273.33º | 0.92% | 0.19% | - |
| XYZ | 1.1 | 0.57 | 2.96 | - |
| YUV | 16.61 | 146.28 | 136.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 49 | 0.41 | 0.92 | 0 | 0.81 | 273.33 | 0.85 | 0.1 |
| Hex | 1D | 4 | 31 | 29 | 5C | 0 | 51 | 111 | 55 | A |
| Octal | 35 | 4 | 61 | 51 | 134 | 0 | 121 | 421 | 125 | 12 |
| Binary | 11101 | 100 | 110001 | 101001 | 1011100 | 0 | 1010001 | 100010001 | 1010101 | 1010 |
Color Harmonies of #1D0431
Complementary color
Monochromatic Colors of #1D0431
Black with #1D0431
Text Example
Text Example
White with #1D0431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0431; }
p { color: rgb(29,4,49); }
H1.HeaderClassName
{
color: #1D0431;
}
.AnyTagClassName
{
color: #1D0431;
}
</style>
background-color css
<style>
a { background-color: #1D0431; }
a { background-color: rgb(29,4,49); }
div.DivClassName
{
background-color: #1D0431;
}
.BgClassName
{
background-color: #1D0431;
}
</style>
border-color css
<style>
span { border-color: #1D0431; }
span { border-color: rgb(29,4,49); }
td.TdClassName
{
border-color: #1D0431;
}
.TagClassName
{
border-color: #1D0431;
}
</style>