Shades of Blackcurrant #1D0321
Tints of Blackcurrant #1D0321
RGB
CMYK
RGB Variations
Color information
#1D0321 (or 0x1D0321) is known color: Blackcurrant. HEX triplet: 1D, 03 and 21. RGB value is (29,3,33). Sum of RGB (Red+Green+Blue) = 29+3+33=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #1D0321 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0321 is #E2FCDE. Grayscale: #0E0E0E. Windows color (decimal): -14875871 or 2163485. OLE color: 2163485.
HSL color Cylindrical-coordinate representation of color #1D0321: hue angle of 292º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1D0321 is Cyan = 0.12, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 3 | 33 | - |
| CMYK | 0.12 | 0.91 | 0 | 0.87 |
| HSL | 292º | 0.83% | 0.07% | - |
| HSV(B) | 292º | 0.91% | 0.13% | - |
| XYZ | 0.81 | 0.44 | 1.48 | - |
| YUV | 14.19 | 138.61 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 33 | 0.12 | 0.91 | 0 | 0.87 | 292 | 0.83 | 0.07 |
| Hex | 1D | 3 | 21 | C | 5B | 0 | 57 | 124 | 53 | 7 |
| Octal | 35 | 3 | 41 | 14 | 133 | 0 | 127 | 444 | 123 | 7 |
| Binary | 11101 | 11 | 100001 | 1100 | 1011011 | 0 | 1010111 | 100100100 | 1010011 | 111 |
Color Harmonies of #1D0321
Complementary color
Monochromatic Colors of #1D0321
Black with #1D0321
Text Example
Text Example
White with #1D0321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0321; }
p { color: rgb(29,3,33); }
H1.HeaderClassName
{
color: #1D0321;
}
.AnyTagClassName
{
color: #1D0321;
}
</style>
background-color css
<style>
a { background-color: #1D0321; }
a { background-color: rgb(29,3,33); }
div.DivClassName
{
background-color: #1D0321;
}
.BgClassName
{
background-color: #1D0321;
}
</style>
border-color css
<style>
span { border-color: #1D0321; }
span { border-color: rgb(29,3,33); }
td.TdClassName
{
border-color: #1D0321;
}
.TagClassName
{
border-color: #1D0321;
}
</style>