Shades of Blackcurrant #1E0C37
Tints of Blackcurrant #1E0C37
RGB
CMYK
RGB Variations
Color information
#1E0C37 (or 0x1E0C37) is known color: Blackcurrant. HEX triplet: 1E, 0C and 37. RGB value is (30,12,55). Sum of RGB (Red+Green+Blue) = 30+12+55=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 12 (5.08% from 255 or 12.37% from 97); Blue value is 55 (21.88% from 255 or 56.70% from 97); Max value from RGB is 55 - color contains mainly: blue. Hex color #1E0C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0C37 is #E1F3C8. Grayscale: #161616. Windows color (decimal): -14808009 or 3607582. OLE color: 3607582.
HSL color Cylindrical-coordinate representation of color #1E0C37: hue angle of 265.12º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E0C37 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 12 | 55 | - |
| CMYK | 0.45 | 0.78 | 0 | 0.78 |
| HSL | 265.12º | 0.64% | 0.13% | - |
| HSV(B) | 265.12º | 0.78% | 0.22% | - |
| XYZ | 1.36 | 0.81 | 3.7 | - |
| YUV | 22.28 | 146.46 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 12 | 55 | 0.45 | 0.78 | 0 | 0.78 | 265.12 | 0.64 | 0.13 |
| Hex | 1E | C | 37 | 2D | 4E | 0 | 4E | 109 | 40 | D |
| Octal | 36 | 14 | 67 | 55 | 116 | 0 | 116 | 411 | 100 | 15 |
| Binary | 11110 | 1100 | 110111 | 101101 | 1001110 | 0 | 1001110 | 100001001 | 1000000 | 1101 |
Color Harmonies of #1E0C37
Complementary color
Monochromatic Colors of #1E0C37
Black with #1E0C37
Text Example
Text Example
White with #1E0C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0C37; }
p { color: rgb(30,12,55); }
H1.HeaderClassName
{
color: #1E0C37;
}
.AnyTagClassName
{
color: #1E0C37;
}
</style>
background-color css
<style>
a { background-color: #1E0C37; }
a { background-color: rgb(30,12,55); }
div.DivClassName
{
background-color: #1E0C37;
}
.BgClassName
{
background-color: #1E0C37;
}
</style>
border-color css
<style>
span { border-color: #1E0C37; }
span { border-color: rgb(30,12,55); }
td.TdClassName
{
border-color: #1E0C37;
}
.TagClassName
{
border-color: #1E0C37;
}
</style>