Shades of Blackcurrant #1E0F32
Tints of Blackcurrant #1E0F32
RGB
CMYK
RGB Variations
Color information
#1E0F32 (or 0x1E0F32) is known color: Blackcurrant. HEX triplet: 1E, 0F and 32. RGB value is (30,15,50). Sum of RGB (Red+Green+Blue) = 30+15+50=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #1E0F32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0F32 is #E1F0CD. Grayscale: #171717. Windows color (decimal): -14807246 or 3280670. OLE color: 3280670.
HSL color Cylindrical-coordinate representation of color #1E0F32: hue angle of 265.71º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E0F32 is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 15 | 50 | - |
| CMYK | 0.40 | 0.70 | 0 | 0.80 |
| HSL | 265.71º | 0.54% | 0.13% | - |
| HSV(B) | 265.71º | 0.7% | 0.2% | - |
| XYZ | 1.28 | 0.85 | 3.11 | - |
| YUV | 23.48 | 142.97 | 132.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 50 | 0.40 | 0.70 | 0 | 0.80 | 265.71 | 0.54 | 0.13 |
| Hex | 1E | F | 32 | 28 | 46 | 0 | 50 | 10A | 36 | D |
| Octal | 36 | 17 | 62 | 50 | 106 | 0 | 120 | 412 | 66 | 15 |
| Binary | 11110 | 1111 | 110010 | 101000 | 1000110 | 0 | 1010000 | 100001010 | 110110 | 1101 |
Color Harmonies of #1E0F32
Complementary color
Monochromatic Colors of #1E0F32
Black with #1E0F32
Text Example
Text Example
White with #1E0F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F32; }
p { color: rgb(30,15,50); }
H1.HeaderClassName
{
color: #1E0F32;
}
.AnyTagClassName
{
color: #1E0F32;
}
</style>
background-color css
<style>
a { background-color: #1E0F32; }
a { background-color: rgb(30,15,50); }
div.DivClassName
{
background-color: #1E0F32;
}
.BgClassName
{
background-color: #1E0F32;
}
</style>
border-color css
<style>
span { border-color: #1E0F32; }
span { border-color: rgb(30,15,50); }
td.TdClassName
{
border-color: #1E0F32;
}
.TagClassName
{
border-color: #1E0F32;
}
</style>