Shades of Blackcurrant #1E0C26
Tints of Blackcurrant #1E0C26
RGB
CMYK
RGB Variations
Color information
#1E0C26 (or 0x1E0C26) is known color: Blackcurrant. HEX triplet: 1E, 0C and 26. RGB value is (30,12,38). Sum of RGB (Red+Green+Blue) = 30+12+38=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 12 (5.08% from 255 or 15% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E0C26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0C26 is #E1F3D9. Grayscale: #141414. Windows color (decimal): -14808026 or 2493470. OLE color: 2493470.
HSL color Cylindrical-coordinate representation of color #1E0C26: hue angle of 281.54º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E0C26 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 12 | 38 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.85 |
| HSL | 281.54º | 0.52% | 0.1% | - |
| HSV(B) | 281.54º | 0.68% | 0.15% | - |
| XYZ | 1.02 | 0.68 | 1.91 | - |
| YUV | 20.35 | 137.96 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 12 | 38 | 0.21 | 0.68 | 0 | 0.85 | 281.54 | 0.52 | 0.1 |
| Hex | 1E | C | 26 | 15 | 44 | 0 | 55 | 11A | 34 | A |
| Octal | 36 | 14 | 46 | 25 | 104 | 0 | 125 | 432 | 64 | 12 |
| Binary | 11110 | 1100 | 100110 | 10101 | 1000100 | 0 | 1010101 | 100011010 | 110100 | 1010 |
Color Harmonies of #1E0C26
Complementary color
Monochromatic Colors of #1E0C26
Black with #1E0C26
Text Example
Text Example
White with #1E0C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0C26; }
p { color: rgb(30,12,38); }
H1.HeaderClassName
{
color: #1E0C26;
}
.AnyTagClassName
{
color: #1E0C26;
}
</style>
background-color css
<style>
a { background-color: #1E0C26; }
a { background-color: rgb(30,12,38); }
div.DivClassName
{
background-color: #1E0C26;
}
.BgClassName
{
background-color: #1E0C26;
}
</style>
border-color css
<style>
span { border-color: #1E0C26; }
span { border-color: rgb(30,12,38); }
td.TdClassName
{
border-color: #1E0C26;
}
.TagClassName
{
border-color: #1E0C26;
}
</style>