Shades of Blackcurrant #1E0B38
Tints of Blackcurrant #1E0B38
RGB
CMYK
RGB Variations
Color information
#1E0B38 (or 0x1E0B38) is known color: Blackcurrant. HEX triplet: 1E, 0B and 38. RGB value is (30,11,56). Sum of RGB (Red+Green+Blue) = 30+11+56=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 56 (22.27% from 255 or 57.73% from 97); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E0B38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0B38 is #E1F4C7. Grayscale: #151515. Windows color (decimal): -14808264 or 3672862. OLE color: 3672862.
HSL color Cylindrical-coordinate representation of color #1E0B38: hue angle of 265.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E0B38 is Cyan = 0.46, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 11 | 56 | - |
| CMYK | 0.46 | 0.80 | 0 | 0.78 |
| HSL | 265.33º | 0.67% | 0.13% | - |
| HSV(B) | 265.33º | 0.8% | 0.22% | - |
| XYZ | 1.37 | 0.8 | 3.82 | - |
| YUV | 21.81 | 147.29 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 56 | 0.46 | 0.80 | 0 | 0.78 | 265.33 | 0.67 | 0.13 |
| Hex | 1E | B | 38 | 2E | 50 | 0 | 4E | 109 | 43 | D |
| Octal | 36 | 13 | 70 | 56 | 120 | 0 | 116 | 411 | 103 | 15 |
| Binary | 11110 | 1011 | 111000 | 101110 | 1010000 | 0 | 1001110 | 100001001 | 1000011 | 1101 |
Color Harmonies of #1E0B38
Complementary color
Monochromatic Colors of #1E0B38
Black with #1E0B38
Text Example
Text Example
White with #1E0B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B38; }
p { color: rgb(30,11,56); }
H1.HeaderClassName
{
color: #1E0B38;
}
.AnyTagClassName
{
color: #1E0B38;
}
</style>
background-color css
<style>
a { background-color: #1E0B38; }
a { background-color: rgb(30,11,56); }
div.DivClassName
{
background-color: #1E0B38;
}
.BgClassName
{
background-color: #1E0B38;
}
</style>
border-color css
<style>
span { border-color: #1E0B38; }
span { border-color: rgb(30,11,56); }
td.TdClassName
{
border-color: #1E0B38;
}
.TagClassName
{
border-color: #1E0B38;
}
</style>