Shades of Blackcurrant #1D002D
Tints of Blackcurrant #1D002D
RGB
CMYK
RGB Variations
Color information
#1D002D (or 0x1D002D) is known color: Blackcurrant. HEX triplet: 1D, 00 and 2D. RGB value is (29,0,45). Sum of RGB (Red+Green+Blue) = 29+0+45=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 45 (17.97% from 255 or 60.81% from 74); Max value from RGB is 45 - color contains mainly: blue. Hex color #1D002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D002D is #E2FFD2. Grayscale: #0D0D0D. Windows color (decimal): -14876627 or 2949149. OLE color: 2949149.
HSL color Cylindrical-coordinate representation of color #1D002D: hue angle of 278.67º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D002D is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 0 | 45 | - |
| CMYK | 0.36 | 1 | 0 | 0.82 |
| HSL | 278.67º | 1% | 0.09% | - |
| HSV(B) | 278.67º | 1% | 0.18% | - |
| XYZ | 0.98 | 0.45 | 2.52 | - |
| YUV | 13.8 | 145.61 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 45 | 0.36 | 1 | 0 | 0.82 | 278.67 | 1 | 0.09 |
| Hex | 1D | 0 | 2D | 24 | 64 | 0 | 52 | 117 | 64 | 9 |
| Octal | 35 | 0 | 55 | 44 | 144 | 0 | 122 | 427 | 144 | 11 |
| Binary | 11101 | 0 | 101101 | 100100 | 1100100 | 0 | 1010010 | 100010111 | 1100100 | 1001 |
Color Harmonies of #1D002D
Complementary color
Monochromatic Colors of #1D002D
Black with #1D002D
Text Example
Text Example
White with #1D002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D002D; }
p { color: rgb(29,0,45); }
H1.HeaderClassName
{
color: #1D002D;
}
.AnyTagClassName
{
color: #1D002D;
}
</style>
background-color css
<style>
a { background-color: #1D002D; }
a { background-color: rgb(29,0,45); }
div.DivClassName
{
background-color: #1D002D;
}
.BgClassName
{
background-color: #1D002D;
}
</style>
border-color css
<style>
span { border-color: #1D002D; }
span { border-color: rgb(29,0,45); }
td.TdClassName
{
border-color: #1D002D;
}
.TagClassName
{
border-color: #1D002D;
}
</style>