Shades of Blackcurrant #1E0B28
Tints of Blackcurrant #1E0B28
RGB
CMYK
RGB Variations
Color information
#1E0B28 (or 0x1E0B28) is known color: Blackcurrant. HEX triplet: 1E, 0B and 28. RGB value is (30,11,40). Sum of RGB (Red+Green+Blue) = 30+11+40=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E0B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0B28 is #E1F4D7. Grayscale: #131313. Windows color (decimal): -14808280 or 2624286. OLE color: 2624286.
HSL color Cylindrical-coordinate representation of color #1E0B28: hue angle of 279.31º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E0B28 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 11 | 40 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.84 |
| HSL | 279.31º | 0.57% | 0.1% | - |
| HSV(B) | 279.31º | 0.73% | 0.16% | - |
| XYZ | 1.04 | 0.67 | 2.08 | - |
| YUV | 19.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 40 | 0.25 | 0.72 | 0 | 0.84 | 279.31 | 0.57 | 0.1 |
| Hex | 1E | B | 28 | 19 | 48 | 0 | 54 | 117 | 39 | A |
| Octal | 36 | 13 | 50 | 31 | 110 | 0 | 124 | 427 | 71 | 12 |
| Binary | 11110 | 1011 | 101000 | 11001 | 1001000 | 0 | 1010100 | 100010111 | 111001 | 1010 |
Color Harmonies of #1E0B28
Complementary color
Monochromatic Colors of #1E0B28
Black with #1E0B28
Text Example
Text Example
White with #1E0B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B28; }
p { color: rgb(30,11,40); }
H1.HeaderClassName
{
color: #1E0B28;
}
.AnyTagClassName
{
color: #1E0B28;
}
</style>
background-color css
<style>
a { background-color: #1E0B28; }
a { background-color: rgb(30,11,40); }
div.DivClassName
{
background-color: #1E0B28;
}
.BgClassName
{
background-color: #1E0B28;
}
</style>
border-color css
<style>
span { border-color: #1E0B28; }
span { border-color: rgb(30,11,40); }
td.TdClassName
{
border-color: #1E0B28;
}
.TagClassName
{
border-color: #1E0B28;
}
</style>