Shades of Blackcurrant #1D0320
Tints of Blackcurrant #1D0320
RGB
CMYK
RGB Variations
Color information
#1D0320 (or 0x1D0320) is known color: Blackcurrant. HEX triplet: 1D, 03 and 20. RGB value is (29,3,32). Sum of RGB (Red+Green+Blue) = 29+3+32=64 (8% of max value = 765). Red value is 29 (11.72% from 255 or 45.31% from 64); Green value is 3 (1.56% from 255 or 4.69% from 64); Blue value is 32 (12.89% from 255 or 50% from 64); Max value from RGB is 32 - color contains mainly: blue. Hex color #1D0320 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D0320 is #E2FCDF. Grayscale: #0D0D0D. Windows color (decimal): -14875872 or 2097949. OLE color: 2097949.
HSL color Cylindrical-coordinate representation of color #1D0320: hue angle of 293.79º 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 #1D0320 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 3 | 32 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.87 |
| HSL | 293.79º | 0.83% | 0.07% | - |
| HSV(B) | 293.79º | 0.91% | 0.13% | - |
| XYZ | 0.8 | 0.43 | 1.41 | - |
| YUV | 14.08 | 138.11 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 3 | 32 | 0.09 | 0.91 | 0 | 0.87 | 293.79 | 0.83 | 0.07 |
| Hex | 1D | 3 | 20 | 9 | 5B | 0 | 57 | 126 | 53 | 7 |
| Octal | 35 | 3 | 40 | 11 | 133 | 0 | 127 | 446 | 123 | 7 |
| Binary | 11101 | 11 | 100000 | 1001 | 1011011 | 0 | 1010111 | 100100110 | 1010011 | 111 |
Color Harmonies of #1D0320
Complementary color
Monochromatic Colors of #1D0320
Black with #1D0320
Text Example
Text Example
White with #1D0320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0320; }
p { color: rgb(29,3,32); }
H1.HeaderClassName
{
color: #1D0320;
}
.AnyTagClassName
{
color: #1D0320;
}
</style>
background-color css
<style>
a { background-color: #1D0320; }
a { background-color: rgb(29,3,32); }
div.DivClassName
{
background-color: #1D0320;
}
.BgClassName
{
background-color: #1D0320;
}
</style>
border-color css
<style>
span { border-color: #1D0320; }
span { border-color: rgb(29,3,32); }
td.TdClassName
{
border-color: #1D0320;
}
.TagClassName
{
border-color: #1D0320;
}
</style>