Shades of Blackcurrant #1D022E
Tints of Blackcurrant #1D022E
RGB
CMYK
RGB Variations
Color information
#1D022E (or 0x1D022E) is known color: Blackcurrant. HEX triplet: 1D, 02 and 2E. RGB value is (29,2,46). Sum of RGB (Red+Green+Blue) = 29+2+46=77 (10% of max value = 765). Red value is 29 (11.72% from 255 or 37.66% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 46 (18.36% from 255 or 59.74% from 77); Max value from RGB is 46 - color contains mainly: blue. Hex color #1D022E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D022E is #E2FDD1. Grayscale: #0E0E0E. Windows color (decimal): -14876114 or 3015197. OLE color: 3015197.
HSL color Cylindrical-coordinate representation of color #1D022E: hue angle of 276.82º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D022E is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 29 | 2 | 46 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.82 |
| HSL | 276.82º | 0.92% | 0.09% | - |
| HSV(B) | 276.82º | 0.96% | 0.18% | - |
| XYZ | 1.02 | 0.5 | 2.63 | - |
| YUV | 15.09 | 145.45 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 2 | 46 | 0.37 | 0.96 | 0 | 0.82 | 276.82 | 0.92 | 0.09 |
| Hex | 1D | 2 | 2E | 25 | 60 | 0 | 52 | 115 | 5C | 9 |
| Octal | 35 | 2 | 56 | 45 | 140 | 0 | 122 | 425 | 134 | 11 |
| Binary | 11101 | 10 | 101110 | 100101 | 1100000 | 0 | 1010010 | 100010101 | 1011100 | 1001 |
Color Harmonies of #1D022E
Complementary color
Monochromatic Colors of #1D022E
Black with #1D022E
Text Example
Text Example
White with #1D022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D022E; }
p { color: rgb(29,2,46); }
H1.HeaderClassName
{
color: #1D022E;
}
.AnyTagClassName
{
color: #1D022E;
}
</style>
background-color css
<style>
a { background-color: #1D022E; }
a { background-color: rgb(29,2,46); }
div.DivClassName
{
background-color: #1D022E;
}
.BgClassName
{
background-color: #1D022E;
}
</style>
border-color css
<style>
span { border-color: #1D022E; }
span { border-color: rgb(29,2,46); }
td.TdClassName
{
border-color: #1D022E;
}
.TagClassName
{
border-color: #1D022E;
}
</style>