Shades of Blackcurrant #1E0937
Tints of Blackcurrant #1E0937
RGB
CMYK
RGB Variations
Color information
#1E0937 (or 0x1E0937) is known color: Blackcurrant. HEX triplet: 1E, 09 and 37. RGB value is (30,9,55). Sum of RGB (Red+Green+Blue) = 30+9+55=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 55 (21.88% from 255 or 58.51% from 94); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E0937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0937 is #E1F6C8. Grayscale: #141414. Windows color (decimal): -14808777 or 3606814. OLE color: 3606814.
HSL color Cylindrical-coordinate representation of color #1E0937: hue angle of 267.39º 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 #1E0937 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 9 | 55 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.78 |
| HSL | 267.39º | 0.72% | 0.13% | - |
| HSV(B) | 267.39º | 0.84% | 0.22% | - |
| XYZ | 1.32 | 0.75 | 3.69 | - |
| YUV | 20.52 | 147.46 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 55 | 0.45 | 0.84 | 0 | 0.78 | 267.39 | 0.72 | 0.13 |
| Hex | 1E | 9 | 37 | 2D | 54 | 0 | 4E | 10B | 48 | D |
| Octal | 36 | 11 | 67 | 55 | 124 | 0 | 116 | 413 | 110 | 15 |
| Binary | 11110 | 1001 | 110111 | 101101 | 1010100 | 0 | 1001110 | 100001011 | 1001000 | 1101 |
Color Harmonies of #1E0937
Complementary color
Monochromatic Colors of #1E0937
Black with #1E0937
Text Example
Text Example
White with #1E0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0937; }
p { color: rgb(30,9,55); }
H1.HeaderClassName
{
color: #1E0937;
}
.AnyTagClassName
{
color: #1E0937;
}
</style>
background-color css
<style>
a { background-color: #1E0937; }
a { background-color: rgb(30,9,55); }
div.DivClassName
{
background-color: #1E0937;
}
.BgClassName
{
background-color: #1E0937;
}
</style>
border-color css
<style>
span { border-color: #1E0937; }
span { border-color: rgb(30,9,55); }
td.TdClassName
{
border-color: #1E0937;
}
.TagClassName
{
border-color: #1E0937;
}
</style>