Shades of Blackcurrant #1E0C29
Tints of Blackcurrant #1E0C29
RGB
CMYK
RGB Variations
Color information
#1E0C29 (or 0x1E0C29) is known color: Blackcurrant. HEX triplet: 1E, 0C and 29. RGB value is (30,12,41). Sum of RGB (Red+Green+Blue) = 30+12+41=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 41 (16.41% from 255 or 49.40% from 83); Max value from RGB is 41 - color contains mainly: blue. Hex color #1E0C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0C29 is #E1F3D6. Grayscale: #141414. Windows color (decimal): -14808023 or 2690078. OLE color: 2690078.
HSL color Cylindrical-coordinate representation of color #1E0C29: hue angle of 277.24º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E0C29 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 12 | 41 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.84 |
| HSL | 277.24º | 0.55% | 0.1% | - |
| HSV(B) | 277.24º | 0.71% | 0.16% | - |
| XYZ | 1.07 | 0.7 | 2.18 | - |
| YUV | 20.69 | 139.46 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 12 | 41 | 0.27 | 0.71 | 0 | 0.84 | 277.24 | 0.55 | 0.1 |
| Hex | 1E | C | 29 | 1B | 47 | 0 | 54 | 115 | 37 | A |
| Octal | 36 | 14 | 51 | 33 | 107 | 0 | 124 | 425 | 67 | 12 |
| Binary | 11110 | 1100 | 101001 | 11011 | 1000111 | 0 | 1010100 | 100010101 | 110111 | 1010 |
Color Harmonies of #1E0C29
Complementary color
Monochromatic Colors of #1E0C29
Black with #1E0C29
Text Example
Text Example
White with #1E0C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0C29; }
p { color: rgb(30,12,41); }
H1.HeaderClassName
{
color: #1E0C29;
}
.AnyTagClassName
{
color: #1E0C29;
}
</style>
background-color css
<style>
a { background-color: #1E0C29; }
a { background-color: rgb(30,12,41); }
div.DivClassName
{
background-color: #1E0C29;
}
.BgClassName
{
background-color: #1E0C29;
}
</style>
border-color css
<style>
span { border-color: #1E0C29; }
span { border-color: rgb(30,12,41); }
td.TdClassName
{
border-color: #1E0C29;
}
.TagClassName
{
border-color: #1E0C29;
}
</style>