Shades of Blackcurrant #1D043B
Tints of Blackcurrant #1D043B
RGB
CMYK
RGB Variations
Color information
#1D043B (or 0x1D043B) is known color: Blackcurrant. HEX triplet: 1D, 04 and 3B. RGB value is (29,4,59). Sum of RGB (Red+Green+Blue) = 29+4+59=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 59 (23.44% from 255 or 64.13% from 92); Max value from RGB is 59 - color contains mainly: blue. Hex color #1D043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D043B is #E2FBC4. Grayscale: #111111. Windows color (decimal): -14875589 or 3867677. OLE color: 3867677.
HSL color Cylindrical-coordinate representation of color #1D043B: hue angle of 267.27º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D043B is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 4 | 59 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.77 |
| HSL | 267.27º | 0.87% | 0.12% | - |
| HSV(B) | 267.27º | 0.93% | 0.23% | - |
| XYZ | 1.34 | 0.66 | 4.2 | - |
| YUV | 17.75 | 151.28 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 59 | 0.51 | 0.93 | 0 | 0.77 | 267.27 | 0.87 | 0.12 |
| Hex | 1D | 4 | 3B | 33 | 5D | 0 | 4D | 10B | 57 | C |
| Octal | 35 | 4 | 73 | 63 | 135 | 0 | 115 | 413 | 127 | 14 |
| Binary | 11101 | 100 | 111011 | 110011 | 1011101 | 0 | 1001101 | 100001011 | 1010111 | 1100 |
Color Harmonies of #1D043B
Complementary color
Monochromatic Colors of #1D043B
Black with #1D043B
Text Example
Text Example
White with #1D043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D043B; }
p { color: rgb(29,4,59); }
H1.HeaderClassName
{
color: #1D043B;
}
.AnyTagClassName
{
color: #1D043B;
}
</style>
background-color css
<style>
a { background-color: #1D043B; }
a { background-color: rgb(29,4,59); }
div.DivClassName
{
background-color: #1D043B;
}
.BgClassName
{
background-color: #1D043B;
}
</style>
border-color css
<style>
span { border-color: #1D043B; }
span { border-color: rgb(29,4,59); }
td.TdClassName
{
border-color: #1D043B;
}
.TagClassName
{
border-color: #1D043B;
}
</style>