Shades of Blackcurrant #1E0223
Tints of Blackcurrant #1E0223
RGB
CMYK
RGB Variations
Color information
#1E0223 (or 0x1E0223) is known color: Blackcurrant. HEX triplet: 1E, 02 and 23. RGB value is (30,2,35). Sum of RGB (Red+Green+Blue) = 30+2+35=67 (8% of max value = 765). Red value is 30 (12.11% from 255 or 44.78% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #1E0223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0223 is #E1FDDC. Grayscale: #0E0E0E. Windows color (decimal): -14810589 or 2294302. OLE color: 2294302.
HSL color Cylindrical-coordinate representation of color #1E0223: hue angle of 290.91º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0223 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 2 | 35 | - |
| CMYK | 0.14 | 0.94 | 0 | 0.86 |
| HSL | 290.91º | 0.89% | 0.07% | - |
| HSV(B) | 290.91º | 0.94% | 0.14% | - |
| XYZ | 0.86 | 0.44 | 1.63 | - |
| YUV | 14.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 35 | 0.14 | 0.94 | 0 | 0.86 | 290.91 | 0.89 | 0.07 |
| Hex | 1E | 2 | 23 | E | 5E | 0 | 56 | 123 | 59 | 7 |
| Octal | 36 | 2 | 43 | 16 | 136 | 0 | 126 | 443 | 131 | 7 |
| Binary | 11110 | 10 | 100011 | 1110 | 1011110 | 0 | 1010110 | 100100011 | 1011001 | 111 |
Color Harmonies of #1E0223
Complementary color
Monochromatic Colors of #1E0223
Black with #1E0223
Text Example
Text Example
White with #1E0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0223; }
p { color: rgb(30,2,35); }
H1.HeaderClassName
{
color: #1E0223;
}
.AnyTagClassName
{
color: #1E0223;
}
</style>
background-color css
<style>
a { background-color: #1E0223; }
a { background-color: rgb(30,2,35); }
div.DivClassName
{
background-color: #1E0223;
}
.BgClassName
{
background-color: #1E0223;
}
</style>
border-color css
<style>
span { border-color: #1E0223; }
span { border-color: rgb(30,2,35); }
td.TdClassName
{
border-color: #1E0223;
}
.TagClassName
{
border-color: #1E0223;
}
</style>