Shades of Blackcurrant #1E0225
Tints of Blackcurrant #1E0225
RGB
CMYK
RGB Variations
Color information
#1E0225 (or 0x1E0225) is known color: Blackcurrant. HEX triplet: 1E, 02 and 25. RGB value is (30,2,37). Sum of RGB (Red+Green+Blue) = 30+2+37=69 (9% of max value = 765). Red value is 30 (12.11% from 255 or 43.48% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #1E0225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0225 is #E1FDDA. Grayscale: #0E0E0E. Windows color (decimal): -14810587 or 2425374. OLE color: 2425374.
HSL color Cylindrical-coordinate representation of color #1E0225: hue angle of 288º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0225 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 2 | 37 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.85 |
| HSL | 288º | 0.9% | 0.08% | - |
| HSV(B) | 288º | 0.95% | 0.15% | - |
| XYZ | 0.89 | 0.45 | 1.79 | - |
| YUV | 14.36 | 140.78 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 37 | 0.19 | 0.95 | 0 | 0.85 | 288 | 0.9 | 0.08 |
| Hex | 1E | 2 | 25 | 13 | 5F | 0 | 55 | 120 | 5A | 8 |
| Octal | 36 | 2 | 45 | 23 | 137 | 0 | 125 | 440 | 132 | 10 |
| Binary | 11110 | 10 | 100101 | 10011 | 1011111 | 0 | 1010101 | 100100000 | 1011010 | 1000 |
Color Harmonies of #1E0225
Complementary color
Monochromatic Colors of #1E0225
Black with #1E0225
Text Example
Text Example
White with #1E0225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0225; }
p { color: rgb(30,2,37); }
H1.HeaderClassName
{
color: #1E0225;
}
.AnyTagClassName
{
color: #1E0225;
}
</style>
background-color css
<style>
a { background-color: #1E0225; }
a { background-color: rgb(30,2,37); }
div.DivClassName
{
background-color: #1E0225;
}
.BgClassName
{
background-color: #1E0225;
}
</style>
border-color css
<style>
span { border-color: #1E0225; }
span { border-color: rgb(30,2,37); }
td.TdClassName
{
border-color: #1E0225;
}
.TagClassName
{
border-color: #1E0225;
}
</style>