Shades of Blackcurrant #1E0A38
Tints of Blackcurrant #1E0A38
RGB
CMYK
RGB Variations
Color information
#1E0A38 (or 0x1E0A38) is known color: Blackcurrant. HEX triplet: 1E, 0A and 38. RGB value is (30,10,56). Sum of RGB (Red+Green+Blue) = 30+10+56=96 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.25% from 96); Green value is 10 (4.30% from 255 or 10.42% from 96); Blue value is 56 (22.27% from 255 or 58.33% from 96); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E0A38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0A38 is #E1F5C7. Grayscale: #151515. Windows color (decimal): -14808520 or 3672606. OLE color: 3672606.
HSL color Cylindrical-coordinate representation of color #1E0A38: hue angle of 266.09º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E0A38 is Cyan = 0.46, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 10 | 56 | - |
| CMYK | 0.46 | 0.82 | 0 | 0.78 |
| HSL | 266.09º | 0.7% | 0.13% | - |
| HSV(B) | 266.09º | 0.82% | 0.22% | - |
| XYZ | 1.36 | 0.78 | 3.82 | - |
| YUV | 21.22 | 147.63 | 134.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 56 | 0.46 | 0.82 | 0 | 0.78 | 266.09 | 0.7 | 0.13 |
| Hex | 1E | A | 38 | 2E | 52 | 0 | 4E | 10A | 46 | D |
| Octal | 36 | 12 | 70 | 56 | 122 | 0 | 116 | 412 | 106 | 15 |
| Binary | 11110 | 1010 | 111000 | 101110 | 1010010 | 0 | 1001110 | 100001010 | 1000110 | 1101 |
Color Harmonies of #1E0A38
Complementary color
Monochromatic Colors of #1E0A38
Black with #1E0A38
Text Example
Text Example
White with #1E0A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0A38; }
p { color: rgb(30,10,56); }
H1.HeaderClassName
{
color: #1E0A38;
}
.AnyTagClassName
{
color: #1E0A38;
}
</style>
background-color css
<style>
a { background-color: #1E0A38; }
a { background-color: rgb(30,10,56); }
div.DivClassName
{
background-color: #1E0A38;
}
.BgClassName
{
background-color: #1E0A38;
}
</style>
border-color css
<style>
span { border-color: #1E0A38; }
span { border-color: rgb(30,10,56); }
td.TdClassName
{
border-color: #1E0A38;
}
.TagClassName
{
border-color: #1E0A38;
}
</style>