Shades of Blackcurrant #1D0033
Tints of Blackcurrant #1D0033
RGB
CMYK
RGB Variations
Color information
#1D0033 (or 0x1D0033) is known color: Blackcurrant. HEX triplet: 1D, 00 and 33. RGB value is (29,0,51). Sum of RGB (Red+Green+Blue) = 29+0+51=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 0 (0.39% from 255 or 0% from 80); Blue value is 51 (20.31% from 255 or 63.75% from 80); Max value from RGB is 51 - color contains mainly: blue. Hex color #1D0033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0033 is #E2FFCC. Grayscale: #0E0E0E. Windows color (decimal): -14876621 or 3342365. OLE color: 3342365.
HSL color Cylindrical-coordinate representation of color #1D0033: hue angle of 274.12º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D0033 is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 29 | 0 | 51 | - |
| CMYK | 0.43 | 1 | 0 | 0.8 |
| HSL | 274.12º | 1% | 0.1% | - |
| HSV(B) | 274.12º | 1% | 0.2% | - |
| XYZ | 1.1 | 0.5 | 3.17 | - |
| YUV | 14.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 0 | 51 | 0.43 | 1 | 0 | 0.8 | 274.12 | 1 | 0.1 |
| Hex | 1D | 0 | 33 | 2B | 64 | 0 | 50 | 112 | 64 | A |
| Octal | 35 | 0 | 63 | 53 | 144 | 0 | 120 | 422 | 144 | 12 |
| Binary | 11101 | 0 | 110011 | 101011 | 1100100 | 0 | 1010000 | 100010010 | 1100100 | 1010 |
Color Harmonies of #1D0033
Complementary color
Monochromatic Colors of #1D0033
Black with #1D0033
Text Example
Text Example
White with #1D0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0033; }
p { color: rgb(29,0,51); }
H1.HeaderClassName
{
color: #1D0033;
}
.AnyTagClassName
{
color: #1D0033;
}
</style>
background-color css
<style>
a { background-color: #1D0033; }
a { background-color: rgb(29,0,51); }
div.DivClassName
{
background-color: #1D0033;
}
.BgClassName
{
background-color: #1D0033;
}
</style>
border-color css
<style>
span { border-color: #1D0033; }
span { border-color: rgb(29,0,51); }
td.TdClassName
{
border-color: #1D0033;
}
.TagClassName
{
border-color: #1D0033;
}
</style>