Shades of Blackcurrant #1D0631
Tints of Blackcurrant #1D0631
RGB
CMYK
RGB Variations
Color information
#1D0631 (or 0x1D0631) is known color: Blackcurrant. HEX triplet: 1D, 06 and 31. RGB value is (29,6,49). Sum of RGB (Red+Green+Blue) = 29+6+49=84 (11% of max value = 765). Red value is 29 (11.72% from 255 or 34.52% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D0631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0631 is #E2F9CE. Grayscale: #111111. Windows color (decimal): -14875087 or 3212829. OLE color: 3212829.
HSL color Cylindrical-coordinate representation of color #1D0631: hue angle of 272.09º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D0631 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 6 | 49 | - |
| CMYK | 0.41 | 0.88 | 0 | 0.81 |
| HSL | 272.09º | 0.78% | 0.11% | - |
| HSV(B) | 272.09º | 0.88% | 0.19% | - |
| XYZ | 1.13 | 0.61 | 2.96 | - |
| YUV | 17.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 6 | 49 | 0.41 | 0.88 | 0 | 0.81 | 272.09 | 0.78 | 0.11 |
| Hex | 1D | 6 | 31 | 29 | 58 | 0 | 51 | 110 | 4E | B |
| Octal | 35 | 6 | 61 | 51 | 130 | 0 | 121 | 420 | 116 | 13 |
| Binary | 11101 | 110 | 110001 | 101001 | 1011000 | 0 | 1010001 | 100010000 | 1001110 | 1011 |
Color Harmonies of #1D0631
Complementary color
Monochromatic Colors of #1D0631
Black with #1D0631
Text Example
Text Example
White with #1D0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0631; }
p { color: rgb(29,6,49); }
H1.HeaderClassName
{
color: #1D0631;
}
.AnyTagClassName
{
color: #1D0631;
}
</style>
background-color css
<style>
a { background-color: #1D0631; }
a { background-color: rgb(29,6,49); }
div.DivClassName
{
background-color: #1D0631;
}
.BgClassName
{
background-color: #1D0631;
}
</style>
border-color css
<style>
span { border-color: #1D0631; }
span { border-color: rgb(29,6,49); }
td.TdClassName
{
border-color: #1D0631;
}
.TagClassName
{
border-color: #1D0631;
}
</style>