Shades of Blackcurrant #1D023A
Tints of Blackcurrant #1D023A
RGB
CMYK
RGB Variations
Color information
#1D023A (or 0x1D023A) is known color: Blackcurrant. HEX triplet: 1D, 02 and 3A. RGB value is (29,2,58). Sum of RGB (Red+Green+Blue) = 29+2+58=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 58 (23.05% from 255 or 65.17% from 89); Max value from RGB is 58 - color contains mainly: blue. Hex color #1D023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D023A is #E2FDC5. Grayscale: #101010. Windows color (decimal): -14876102 or 3801629. OLE color: 3801629.
HSL color Cylindrical-coordinate representation of color #1D023A: hue angle of 268.93º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D023A is Cyan = 0.5, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 29 | 2 | 58 | - |
| CMYK | 0.5 | 0.97 | 0 | 0.77 |
| HSL | 268.93º | 0.93% | 0.12% | - |
| HSV(B) | 268.93º | 0.97% | 0.23% | - |
| XYZ | 1.29 | 0.61 | 4.05 | - |
| YUV | 16.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 58 | 0.5 | 0.97 | 0 | 0.77 | 268.93 | 0.93 | 0.12 |
| Hex | 1D | 2 | 3A | 32 | 61 | 0 | 4D | 10D | 5D | C |
| Octal | 35 | 2 | 72 | 62 | 141 | 0 | 115 | 415 | 135 | 14 |
| Binary | 11101 | 10 | 111010 | 110010 | 1100001 | 0 | 1001101 | 100001101 | 1011101 | 1100 |
Color Harmonies of #1D023A
Complementary color
Monochromatic Colors of #1D023A
Black with #1D023A
Text Example
Text Example
White with #1D023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D023A; }
p { color: rgb(29,2,58); }
H1.HeaderClassName
{
color: #1D023A;
}
.AnyTagClassName
{
color: #1D023A;
}
</style>
background-color css
<style>
a { background-color: #1D023A; }
a { background-color: rgb(29,2,58); }
div.DivClassName
{
background-color: #1D023A;
}
.BgClassName
{
background-color: #1D023A;
}
</style>
border-color css
<style>
span { border-color: #1D023A; }
span { border-color: rgb(29,2,58); }
td.TdClassName
{
border-color: #1D023A;
}
.TagClassName
{
border-color: #1D023A;
}
</style>