Shades of Blackcurrant #1D0436
Tints of Blackcurrant #1D0436
RGB
CMYK
RGB Variations
Color information
#1D0436 (or 0x1D0436) is known color: Blackcurrant. HEX triplet: 1D, 04 and 36. RGB value is (29,4,54). Sum of RGB (Red+Green+Blue) = 29+4+54=87 (11% of max value = 765). Red value is 29 (11.72% from 255 or 33.33% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 54 (21.48% from 255 or 62.07% from 87); Max value from RGB is 54 - color contains mainly: blue. Hex color #1D0436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0436 is #E2FBC9. Grayscale: #111111. Windows color (decimal): -14875594 or 3539997. OLE color: 3539997.
HSL color Cylindrical-coordinate representation of color #1D0436: hue angle of 270º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0436 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 4 | 54 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.79 |
| HSL | 270º | 0.86% | 0.11% | - |
| HSV(B) | 270º | 0.93% | 0.21% | - |
| XYZ | 1.22 | 0.61 | 3.54 | - |
| YUV | 17.18 | 148.78 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 4 | 54 | 0.46 | 0.93 | 0 | 0.79 | 270 | 0.86 | 0.11 |
| Hex | 1D | 4 | 36 | 2E | 5D | 0 | 4F | 10E | 56 | B |
| Octal | 35 | 4 | 66 | 56 | 135 | 0 | 117 | 416 | 126 | 13 |
| Binary | 11101 | 100 | 110110 | 101110 | 1011101 | 0 | 1001111 | 100001110 | 1010110 | 1011 |
Color Harmonies of #1D0436
Complementary color
Monochromatic Colors of #1D0436
Black with #1D0436
Text Example
Text Example
White with #1D0436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0436; }
p { color: rgb(29,4,54); }
H1.HeaderClassName
{
color: #1D0436;
}
.AnyTagClassName
{
color: #1D0436;
}
</style>
background-color css
<style>
a { background-color: #1D0436; }
a { background-color: rgb(29,4,54); }
div.DivClassName
{
background-color: #1D0436;
}
.BgClassName
{
background-color: #1D0436;
}
</style>
border-color css
<style>
span { border-color: #1D0436; }
span { border-color: rgb(29,4,54); }
td.TdClassName
{
border-color: #1D0436;
}
.TagClassName
{
border-color: #1D0436;
}
</style>