Shades of Blackcurrant #1D0536
Tints of Blackcurrant #1D0536
RGB
CMYK
RGB Variations
Color information
#1D0536 (or 0x1D0536) is known color: Blackcurrant. HEX triplet: 1D, 05 and 36. RGB value is (29,5,54). Sum of RGB (Red+Green+Blue) = 29+5+54=88 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.95% from 88); Green value is 5 (2.34% from 255 or 5.68% from 88); Blue value is 54 (21.48% from 255 or 61.36% from 88); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D0536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0536 is #E2FAC9. Grayscale: #111111. Windows color (decimal): -14875338 or 3540253. OLE color: 3540253.
HSL color Cylindrical-coordinate representation of color #1D0536: hue angle of 269.39º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0536 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 5 | 54 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.79 |
| HSL | 269.39º | 0.83% | 0.12% | - |
| HSV(B) | 269.39º | 0.91% | 0.21% | - |
| XYZ | 1.23 | 0.64 | 3.55 | - |
| YUV | 17.76 | 148.45 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 5 | 54 | 0.46 | 0.91 | 0 | 0.79 | 269.39 | 0.83 | 0.12 |
| Hex | 1D | 5 | 36 | 2E | 5B | 0 | 4F | 10D | 53 | C |
| Octal | 35 | 5 | 66 | 56 | 133 | 0 | 117 | 415 | 123 | 14 |
| Binary | 11101 | 101 | 110110 | 101110 | 1011011 | 0 | 1001111 | 100001101 | 1010011 | 1100 |
Color Harmonies of #1D0536
Complementary color
Monochromatic Colors of #1D0536
Black with #1D0536
Text Example
Text Example
White with #1D0536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0536; }
p { color: rgb(29,5,54); }
H1.HeaderClassName
{
color: #1D0536;
}
.AnyTagClassName
{
color: #1D0536;
}
</style>
background-color css
<style>
a { background-color: #1D0536; }
a { background-color: rgb(29,5,54); }
div.DivClassName
{
background-color: #1D0536;
}
.BgClassName
{
background-color: #1D0536;
}
</style>
border-color css
<style>
span { border-color: #1D0536; }
span { border-color: rgb(29,5,54); }
td.TdClassName
{
border-color: #1D0536;
}
.TagClassName
{
border-color: #1D0536;
}
</style>