Shades of Blackcurrant #1D0332
Tints of Blackcurrant #1D0332
RGB
CMYK
RGB Variations
Color information
#1D0332 (or 0x1D0332) is known color: Blackcurrant. HEX triplet: 1D, 03 and 32. RGB value is (29,3,50). Sum of RGB (Red+Green+Blue) = 29+3+50=82 (10% of max value = 765). Red value is 29 (11.72% from 255 or 35.37% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 50 (19.92% from 255 or 60.98% from 82); Max value from RGB is 50 - color contains mainly: blue. Hex color #1D0332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0332 is #E2FCCD. Grayscale: #0F0F0F. Windows color (decimal): -14875854 or 3277597. OLE color: 3277597.
HSL color Cylindrical-coordinate representation of color #1D0332: hue angle of 273.19º degrees, saturation: 0.89, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1D0332 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 3 | 50 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.80 |
| HSL | 273.19º | 0.89% | 0.1% | - |
| HSV(B) | 273.19º | 0.94% | 0.2% | - |
| XYZ | 1.11 | 0.56 | 3.07 | - |
| YUV | 16.13 | 147.11 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 50 | 0.42 | 0.94 | 0 | 0.80 | 273.19 | 0.89 | 0.1 |
| Hex | 1D | 3 | 32 | 2A | 5E | 0 | 50 | 111 | 59 | A |
| Octal | 35 | 3 | 62 | 52 | 136 | 0 | 120 | 421 | 131 | 12 |
| Binary | 11101 | 11 | 110010 | 101010 | 1011110 | 0 | 1010000 | 100010001 | 1011001 | 1010 |
Color Harmonies of #1D0332
Complementary color
Monochromatic Colors of #1D0332
Black with #1D0332
Text Example
Text Example
White with #1D0332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0332; }
p { color: rgb(29,3,50); }
H1.HeaderClassName
{
color: #1D0332;
}
.AnyTagClassName
{
color: #1D0332;
}
</style>
background-color css
<style>
a { background-color: #1D0332; }
a { background-color: rgb(29,3,50); }
div.DivClassName
{
background-color: #1D0332;
}
.BgClassName
{
background-color: #1D0332;
}
</style>
border-color css
<style>
span { border-color: #1D0332; }
span { border-color: rgb(29,3,50); }
td.TdClassName
{
border-color: #1D0332;
}
.TagClassName
{
border-color: #1D0332;
}
</style>