Shades of Blackcurrant #1E132D
Tints of Blackcurrant #1E132D
RGB
CMYK
RGB Variations
Color information
#1E132D (or 0x1E132D) is known color: Blackcurrant. HEX triplet: 1E, 13 and 2D. RGB value is (30,19,45). Sum of RGB (Red+Green+Blue) = 30+19+45=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E132D is #E1ECD2. Grayscale: #191919. Windows color (decimal): -14806227 or 2954014. OLE color: 2954014.
HSL color Cylindrical-coordinate representation of color #1E132D: hue angle of 265.38º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E132D is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 19 | 45 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.82 |
| HSL | 265.38º | 0.41% | 0.13% | - |
| HSV(B) | 265.38º | 0.58% | 0.18% | - |
| XYZ | 1.24 | 0.93 | 2.6 | - |
| YUV | 25.25 | 139.14 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 45 | 0.33 | 0.58 | 0 | 0.82 | 265.38 | 0.41 | 0.13 |
| Hex | 1E | 13 | 2D | 21 | 3A | 0 | 52 | 109 | 29 | D |
| Octal | 36 | 23 | 55 | 41 | 72 | 0 | 122 | 411 | 51 | 15 |
| Binary | 11110 | 10011 | 101101 | 100001 | 111010 | 0 | 1010010 | 100001001 | 101001 | 1101 |
Color Harmonies of #1E132D
Complementary color
Monochromatic Colors of #1E132D
Black with #1E132D
Text Example
Text Example
White with #1E132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E132D; }
p { color: rgb(30,19,45); }
H1.HeaderClassName
{
color: #1E132D;
}
.AnyTagClassName
{
color: #1E132D;
}
</style>
background-color css
<style>
a { background-color: #1E132D; }
a { background-color: rgb(30,19,45); }
div.DivClassName
{
background-color: #1E132D;
}
.BgClassName
{
background-color: #1E132D;
}
</style>
border-color css
<style>
span { border-color: #1E132D; }
span { border-color: rgb(30,19,45); }
td.TdClassName
{
border-color: #1E132D;
}
.TagClassName
{
border-color: #1E132D;
}
</style>