Shades of Blackcurrant #1E0A34
Tints of Blackcurrant #1E0A34
RGB
CMYK
RGB Variations
Color information
#1E0A34 (or 0x1E0A34) is known color: Blackcurrant. HEX triplet: 1E, 0A and 34. RGB value is (30,10,52). Sum of RGB (Red+Green+Blue) = 30+10+52=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 10 (4.30% from 255 or 10.87% from 92); Blue value is 52 (20.70% from 255 or 56.52% from 92); Max value from RGB is 52 - color contains mainly: blue. Hex color #1E0A34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0A34 is #E1F5CB. Grayscale: #141414. Windows color (decimal): -14808524 or 3410462. OLE color: 3410462.
HSL color Cylindrical-coordinate representation of color #1E0A34: hue angle of 268.57º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E0A34 is Cyan = 0.42, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 10 | 52 | - |
| CMYK | 0.42 | 0.81 | 0 | 0.80 |
| HSL | 268.57º | 0.68% | 0.12% | - |
| HSV(B) | 268.57º | 0.81% | 0.2% | - |
| XYZ | 1.26 | 0.74 | 3.33 | - |
| YUV | 20.77 | 145.63 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 52 | 0.42 | 0.81 | 0 | 0.80 | 268.57 | 0.68 | 0.12 |
| Hex | 1E | A | 34 | 2A | 51 | 0 | 50 | 10D | 44 | C |
| Octal | 36 | 12 | 64 | 52 | 121 | 0 | 120 | 415 | 104 | 14 |
| Binary | 11110 | 1010 | 110100 | 101010 | 1010001 | 0 | 1010000 | 100001101 | 1000100 | 1100 |
Color Harmonies of #1E0A34
Complementary color
Monochromatic Colors of #1E0A34
Black with #1E0A34
Text Example
Text Example
White with #1E0A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0A34; }
p { color: rgb(30,10,52); }
H1.HeaderClassName
{
color: #1E0A34;
}
.AnyTagClassName
{
color: #1E0A34;
}
</style>
background-color css
<style>
a { background-color: #1E0A34; }
a { background-color: rgb(30,10,52); }
div.DivClassName
{
background-color: #1E0A34;
}
.BgClassName
{
background-color: #1E0A34;
}
</style>
border-color css
<style>
span { border-color: #1E0A34; }
span { border-color: rgb(30,10,52); }
td.TdClassName
{
border-color: #1E0A34;
}
.TagClassName
{
border-color: #1E0A34;
}
</style>