Shades of Blackcurrant #1E142D
Tints of Blackcurrant #1E142D
RGB
CMYK
RGB Variations
Color information
#1E142D (or 0x1E142D) is known color: Blackcurrant. HEX triplet: 1E, 14 and 2D. RGB value is (30,20,45). Sum of RGB (Red+Green+Blue) = 30+20+45=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E142D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E142D is #E1EBD2. Grayscale: #191919. Windows color (decimal): -14805971 or 2954270. OLE color: 2954270.
HSL color Cylindrical-coordinate representation of color #1E142D: hue angle of 264º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E142D is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 20 | 45 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.82 |
| HSL | 264º | 0.38% | 0.13% | - |
| HSV(B) | 264º | 0.56% | 0.18% | - |
| XYZ | 1.26 | 0.97 | 2.6 | - |
| YUV | 25.84 | 138.81 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 45 | 0.33 | 0.56 | 0 | 0.82 | 264 | 0.38 | 0.13 |
| Hex | 1E | 14 | 2D | 21 | 38 | 0 | 52 | 108 | 26 | D |
| Octal | 36 | 24 | 55 | 41 | 70 | 0 | 122 | 410 | 46 | 15 |
| Binary | 11110 | 10100 | 101101 | 100001 | 111000 | 0 | 1010010 | 100001000 | 100110 | 1101 |
Color Harmonies of #1E142D
Complementary color
Monochromatic Colors of #1E142D
Black with #1E142D
Text Example
Text Example
White with #1E142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E142D; }
p { color: rgb(30,20,45); }
H1.HeaderClassName
{
color: #1E142D;
}
.AnyTagClassName
{
color: #1E142D;
}
</style>
background-color css
<style>
a { background-color: #1E142D; }
a { background-color: rgb(30,20,45); }
div.DivClassName
{
background-color: #1E142D;
}
.BgClassName
{
background-color: #1E142D;
}
</style>
border-color css
<style>
span { border-color: #1E142D; }
span { border-color: rgb(30,20,45); }
td.TdClassName
{
border-color: #1E142D;
}
.TagClassName
{
border-color: #1E142D;
}
</style>