Shades of Blackcurrant #1E0C38
Tints of Blackcurrant #1E0C38
RGB
CMYK
RGB Variations
Color information
#1E0C38 (or 0x1E0C38) is known color: Blackcurrant. HEX triplet: 1E, 0C and 38. RGB value is (30,12,56). Sum of RGB (Red+Green+Blue) = 30+12+56=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 56 (22.27% from 255 or 57.14% from 98); Max value from RGB is 56 - color contains mainly: blue. Hex color #1E0C38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0C38 is #E1F3C7. Grayscale: #161616. Windows color (decimal): -14808008 or 3673118. OLE color: 3673118.
HSL color Cylindrical-coordinate representation of color #1E0C38: hue angle of 264.55º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E0C38 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 12 | 56 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.78 |
| HSL | 264.55º | 0.65% | 0.13% | - |
| HSV(B) | 264.55º | 0.79% | 0.22% | - |
| XYZ | 1.38 | 0.82 | 3.83 | - |
| YUV | 22.4 | 146.96 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 12 | 56 | 0.46 | 0.79 | 0 | 0.78 | 264.55 | 0.65 | 0.13 |
| Hex | 1E | C | 38 | 2E | 4F | 0 | 4E | 109 | 41 | D |
| Octal | 36 | 14 | 70 | 56 | 117 | 0 | 116 | 411 | 101 | 15 |
| Binary | 11110 | 1100 | 111000 | 101110 | 1001111 | 0 | 1001110 | 100001001 | 1000001 | 1101 |
Color Harmonies of #1E0C38
Complementary color
Monochromatic Colors of #1E0C38
Black with #1E0C38
Text Example
Text Example
White with #1E0C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0C38; }
p { color: rgb(30,12,56); }
H1.HeaderClassName
{
color: #1E0C38;
}
.AnyTagClassName
{
color: #1E0C38;
}
</style>
background-color css
<style>
a { background-color: #1E0C38; }
a { background-color: rgb(30,12,56); }
div.DivClassName
{
background-color: #1E0C38;
}
.BgClassName
{
background-color: #1E0C38;
}
</style>
border-color css
<style>
span { border-color: #1E0C38; }
span { border-color: rgb(30,12,56); }
td.TdClassName
{
border-color: #1E0C38;
}
.TagClassName
{
border-color: #1E0C38;
}
</style>