Shades of Blackcurrant #1D043D
Tints of Blackcurrant #1D043D
RGB
CMYK
RGB Variations
Color information
#1D043D (or 0x1D043D) is known color: Blackcurrant. HEX triplet: 1D, 04 and 3D. RGB value is (29,4,61). Sum of RGB (Red+Green+Blue) = 29+4+61=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D043D is #E2FBC2. Grayscale: #111111. Windows color (decimal): -14875587 or 3998749. OLE color: 3998749.
HSL color Cylindrical-coordinate representation of color #1D043D: hue angle of 266.32º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D043D is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 29 | 4 | 61 | - |
| CMYK | 0.52 | 0.93 | 0 | 0.76 |
| HSL | 266.32º | 0.88% | 0.13% | - |
| HSV(B) | 266.32º | 0.93% | 0.24% | - |
| XYZ | 1.39 | 0.68 | 4.47 | - |
| YUV | 17.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 61 | 0.52 | 0.93 | 0 | 0.76 | 266.32 | 0.88 | 0.13 |
| Hex | 1D | 4 | 3D | 34 | 5D | 0 | 4C | 10A | 58 | D |
| Octal | 35 | 4 | 75 | 64 | 135 | 0 | 114 | 412 | 130 | 15 |
| Binary | 11101 | 100 | 111101 | 110100 | 1011101 | 0 | 1001100 | 100001010 | 1011000 | 1101 |
Color Harmonies of #1D043D
Complementary color
Monochromatic Colors of #1D043D
Black with #1D043D
Text Example
Text Example
White with #1D043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D043D; }
p { color: rgb(29,4,61); }
H1.HeaderClassName
{
color: #1D043D;
}
.AnyTagClassName
{
color: #1D043D;
}
</style>
background-color css
<style>
a { background-color: #1D043D; }
a { background-color: rgb(29,4,61); }
div.DivClassName
{
background-color: #1D043D;
}
.BgClassName
{
background-color: #1D043D;
}
</style>
border-color css
<style>
span { border-color: #1D043D; }
span { border-color: rgb(29,4,61); }
td.TdClassName
{
border-color: #1D043D;
}
.TagClassName
{
border-color: #1D043D;
}
</style>