Shades of Blackcurrant #1E0238
Tints of Blackcurrant #1E0238
RGB
CMYK
RGB Variations
Color information
#1E0238 (or 0x1E0238) is known color: Blackcurrant. HEX triplet: 1E, 02 and 38. RGB value is (30,2,56). Sum of RGB (Red+Green+Blue) = 30+2+56=88 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.09% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E0238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0238 is #E1FDC7. Grayscale: #101010. Windows color (decimal): -14810568 or 3670558. OLE color: 3670558.
HSL color Cylindrical-coordinate representation of color #1E0238: hue angle of 271.11º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E0238 is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 2 | 56 | - |
| CMYK | 0.46 | 0.96 | 0 | 0.78 |
| HSL | 271.11º | 0.93% | 0.11% | - |
| HSV(B) | 271.11º | 0.96% | 0.22% | - |
| XYZ | 1.27 | 0.6 | 3.79 | - |
| YUV | 16.53 | 150.28 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 56 | 0.46 | 0.96 | 0 | 0.78 | 271.11 | 0.93 | 0.11 |
| Hex | 1E | 2 | 38 | 2E | 60 | 0 | 4E | 10F | 5D | B |
| Octal | 36 | 2 | 70 | 56 | 140 | 0 | 116 | 417 | 135 | 13 |
| Binary | 11110 | 10 | 111000 | 101110 | 1100000 | 0 | 1001110 | 100001111 | 1011101 | 1011 |
Color Harmonies of #1E0238
Complementary color
Monochromatic Colors of #1E0238
Black with #1E0238
Text Example
Text Example
White with #1E0238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0238; }
p { color: rgb(30,2,56); }
H1.HeaderClassName
{
color: #1E0238;
}
.AnyTagClassName
{
color: #1E0238;
}
</style>
background-color css
<style>
a { background-color: #1E0238; }
a { background-color: rgb(30,2,56); }
div.DivClassName
{
background-color: #1E0238;
}
.BgClassName
{
background-color: #1E0238;
}
</style>
border-color css
<style>
span { border-color: #1E0238; }
span { border-color: rgb(30,2,56); }
td.TdClassName
{
border-color: #1E0238;
}
.TagClassName
{
border-color: #1E0238;
}
</style>