Shades of Blackcurrant #1E0638
Tints of Blackcurrant #1E0638
RGB
CMYK
RGB Variations
Color information
#1E0638 (or 0x1E0638) is known color: Blackcurrant. HEX triplet: 1E, 06 and 38. RGB value is (30,6,56). Sum of RGB (Red+Green+Blue) = 30+6+56=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 6 (2.73% from 255 or 6.52% from 92); Blue value is 56 (22.27% from 255 or 60.87% from 92); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E0638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0638 is #E1F9C7. Grayscale: #121212. Windows color (decimal): -14809544 or 3671582. OLE color: 3671582.
HSL color Cylindrical-coordinate representation of color #1E0638: hue angle of 268.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1E0638 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 6 | 56 | - |
| CMYK | 0.46 | 0.89 | 0 | 0.78 |
| HSL | 268.8º | 0.81% | 0.12% | - |
| HSV(B) | 268.8º | 0.89% | 0.22% | - |
| XYZ | 1.31 | 0.69 | 3.81 | - |
| YUV | 18.88 | 148.95 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 56 | 0.46 | 0.89 | 0 | 0.78 | 268.8 | 0.81 | 0.12 |
| Hex | 1E | 6 | 38 | 2E | 59 | 0 | 4E | 10D | 51 | C |
| Octal | 36 | 6 | 70 | 56 | 131 | 0 | 116 | 415 | 121 | 14 |
| Binary | 11110 | 110 | 111000 | 101110 | 1011001 | 0 | 1001110 | 100001101 | 1010001 | 1100 |
Color Harmonies of #1E0638
Complementary color
Monochromatic Colors of #1E0638
Black with #1E0638
Text Example
Text Example
White with #1E0638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0638; }
p { color: rgb(30,6,56); }
H1.HeaderClassName
{
color: #1E0638;
}
.AnyTagClassName
{
color: #1E0638;
}
</style>
background-color css
<style>
a { background-color: #1E0638; }
a { background-color: rgb(30,6,56); }
div.DivClassName
{
background-color: #1E0638;
}
.BgClassName
{
background-color: #1E0638;
}
</style>
border-color css
<style>
span { border-color: #1E0638; }
span { border-color: rgb(30,6,56); }
td.TdClassName
{
border-color: #1E0638;
}
.TagClassName
{
border-color: #1E0638;
}
</style>