Shades of Blackcurrant #1E0938
Tints of Blackcurrant #1E0938
RGB
CMYK
RGB Variations
Color information
#1E0938 (or 0x1E0938) is known color: Blackcurrant. HEX triplet: 1E, 09 and 38. RGB value is (30,9,56). Sum of RGB (Red+Green+Blue) = 30+9+56=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E0938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0938 is #E1F6C7. Grayscale: #141414. Windows color (decimal): -14808776 or 3672350. OLE color: 3672350.
HSL color Cylindrical-coordinate representation of color #1E0938: hue angle of 266.81º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E0938 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 9 | 56 | - |
| CMYK | 0.46 | 0.84 | 0 | 0.78 |
| HSL | 266.81º | 0.72% | 0.13% | - |
| HSV(B) | 266.81º | 0.84% | 0.22% | - |
| XYZ | 1.35 | 0.76 | 3.82 | - |
| YUV | 20.64 | 147.96 | 134.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 56 | 0.46 | 0.84 | 0 | 0.78 | 266.81 | 0.72 | 0.13 |
| Hex | 1E | 9 | 38 | 2E | 54 | 0 | 4E | 10B | 48 | D |
| Octal | 36 | 11 | 70 | 56 | 124 | 0 | 116 | 413 | 110 | 15 |
| Binary | 11110 | 1001 | 111000 | 101110 | 1010100 | 0 | 1001110 | 100001011 | 1001000 | 1101 |
Color Harmonies of #1E0938
Complementary color
Monochromatic Colors of #1E0938
Black with #1E0938
Text Example
Text Example
White with #1E0938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0938; }
p { color: rgb(30,9,56); }
H1.HeaderClassName
{
color: #1E0938;
}
.AnyTagClassName
{
color: #1E0938;
}
</style>
background-color css
<style>
a { background-color: #1E0938; }
a { background-color: rgb(30,9,56); }
div.DivClassName
{
background-color: #1E0938;
}
.BgClassName
{
background-color: #1E0938;
}
</style>
border-color css
<style>
span { border-color: #1E0938; }
span { border-color: rgb(30,9,56); }
td.TdClassName
{
border-color: #1E0938;
}
.TagClassName
{
border-color: #1E0938;
}
</style>