Shades of Blackcurrant #1D0543
Tints of Blackcurrant #1D0543
RGB
CMYK
RGB Variations
Color information
#1D0543 (or 0x1D0543) is known color: Blackcurrant. HEX triplet: 1D, 05 and 43. RGB value is (29,5,67). Sum of RGB (Red+Green+Blue) = 29+5+67=101 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.71% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 67 (26.56% from 255 or 66.34% from 101); Max value from RGB is 67 - color contains mainly: blue. Hex color #1D0543 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0543 is #E2FABC. Grayscale: #131313. Windows color (decimal): -14875325 or 4392221. OLE color: 4392221.
HSL color Cylindrical-coordinate representation of color #1D0543: hue angle of 263.23º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0543 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 29 | 5 | 67 | - |
| CMYK | 0.57 | 0.93 | 0 | 0.74 |
| HSL | 263.23º | 0.86% | 0.14% | - |
| HSV(B) | 263.23º | 0.93% | 0.26% | - |
| XYZ | 1.57 | 0.77 | 5.38 | - |
| YUV | 19.24 | 154.95 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 67 | 0.57 | 0.93 | 0 | 0.74 | 263.23 | 0.86 | 0.14 |
| Hex | 1D | 5 | 43 | 39 | 5D | 0 | 4A | 107 | 56 | E |
| Octal | 35 | 5 | 103 | 71 | 135 | 0 | 112 | 407 | 126 | 16 |
| Binary | 11101 | 101 | 1000011 | 111001 | 1011101 | 0 | 1001010 | 100000111 | 1010110 | 1110 |
Color Harmonies of #1D0543
Complementary color
Monochromatic Colors of #1D0543
Black with #1D0543
Text Example
Text Example
White with #1D0543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0543; }
p { color: rgb(29,5,67); }
H1.HeaderClassName
{
color: #1D0543;
}
.AnyTagClassName
{
color: #1D0543;
}
</style>
background-color css
<style>
a { background-color: #1D0543; }
a { background-color: rgb(29,5,67); }
div.DivClassName
{
background-color: #1D0543;
}
.BgClassName
{
background-color: #1D0543;
}
</style>
border-color css
<style>
span { border-color: #1D0543; }
span { border-color: rgb(29,5,67); }
td.TdClassName
{
border-color: #1D0543;
}
.TagClassName
{
border-color: #1D0543;
}
</style>