Shades of Blackcurrant #1D032D
Tints of Blackcurrant #1D032D
RGB
CMYK
RGB Variations
Color information
#1D032D (or 0x1D032D) is known color: Blackcurrant. HEX triplet: 1D, 03 and 2D. RGB value is (29,3,45). Sum of RGB (Red+Green+Blue) = 29+3+45=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 45 (17.97% from 255 or 58.44% from 77); Max value from RGB is 45 - color contains mainly: blue. Hex color #1D032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D032D is #E2FCD2. Grayscale: #0F0F0F. Windows color (decimal): -14875859 or 2949917. OLE color: 2949917.
HSL color Cylindrical-coordinate representation of color #1D032D: hue angle of 277.14º degrees, saturation: 0.88, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D032D is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 3 | 45 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.82 |
| HSL | 277.14º | 0.88% | 0.09% | - |
| HSV(B) | 277.14º | 0.93% | 0.18% | - |
| XYZ | 1.01 | 0.52 | 2.53 | - |
| YUV | 15.56 | 144.61 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 45 | 0.36 | 0.93 | 0 | 0.82 | 277.14 | 0.88 | 0.09 |
| Hex | 1D | 3 | 2D | 24 | 5D | 0 | 52 | 115 | 58 | 9 |
| Octal | 35 | 3 | 55 | 44 | 135 | 0 | 122 | 425 | 130 | 11 |
| Binary | 11101 | 11 | 101101 | 100100 | 1011101 | 0 | 1010010 | 100010101 | 1011000 | 1001 |
Color Harmonies of #1D032D
Complementary color
Monochromatic Colors of #1D032D
Black with #1D032D
Text Example
Text Example
White with #1D032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D032D; }
p { color: rgb(29,3,45); }
H1.HeaderClassName
{
color: #1D032D;
}
.AnyTagClassName
{
color: #1D032D;
}
</style>
background-color css
<style>
a { background-color: #1D032D; }
a { background-color: rgb(29,3,45); }
div.DivClassName
{
background-color: #1D032D;
}
.BgClassName
{
background-color: #1D032D;
}
</style>
border-color css
<style>
span { border-color: #1D032D; }
span { border-color: rgb(29,3,45); }
td.TdClassName
{
border-color: #1D032D;
}
.TagClassName
{
border-color: #1D032D;
}
</style>