Shades of Blackcurrant #1E1629
Tints of Blackcurrant #1E1629
RGB
CMYK
RGB Variations
Color information
#1E1629 (or 0x1E1629) is known color: Blackcurrant. HEX triplet: 1E, 16 and 29. RGB value is (30,22,41). Sum of RGB (Red+Green+Blue) = 30+22+41=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 22 (8.98% from 255 or 23.66% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 41 - color contains mainly: blue. Hex color #1E1629 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1629 is #E1E9D6. Grayscale: #1A1A1A. Windows color (decimal): -14805463 or 2692638. OLE color: 2692638.
HSL color Cylindrical-coordinate representation of color #1E1629: hue angle of 265.26º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1E1629 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 22 | 41 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.84 |
| HSL | 265.26º | 0.3% | 0.12% | - |
| HSV(B) | 265.26º | 0.46% | 0.16% | - |
| XYZ | 1.22 | 1.01 | 2.23 | - |
| YUV | 26.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 22 | 41 | 0.27 | 0.46 | 0 | 0.84 | 265.26 | 0.3 | 0.12 |
| Hex | 1E | 16 | 29 | 1B | 2E | 0 | 54 | 109 | 1E | C |
| Octal | 36 | 26 | 51 | 33 | 56 | 0 | 124 | 411 | 36 | 14 |
| Binary | 11110 | 10110 | 101001 | 11011 | 101110 | 0 | 1010100 | 100001001 | 11110 | 1100 |
Color Harmonies of #1E1629
Complementary color
Monochromatic Colors of #1E1629
Black with #1E1629
Text Example
Text Example
White with #1E1629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1629; }
p { color: rgb(30,22,41); }
H1.HeaderClassName
{
color: #1E1629;
}
.AnyTagClassName
{
color: #1E1629;
}
</style>
background-color css
<style>
a { background-color: #1E1629; }
a { background-color: rgb(30,22,41); }
div.DivClassName
{
background-color: #1E1629;
}
.BgClassName
{
background-color: #1E1629;
}
</style>
border-color css
<style>
span { border-color: #1E1629; }
span { border-color: rgb(30,22,41); }
td.TdClassName
{
border-color: #1E1629;
}
.TagClassName
{
border-color: #1E1629;
}
</style>