Shades of Blackcurrant #1E0B34
Tints of Blackcurrant #1E0B34
RGB
CMYK
RGB Variations
Color information
#1E0B34 (or 0x1E0B34) is known color: Blackcurrant. HEX triplet: 1E, 0B and 34. RGB value is (30,11,52). Sum of RGB (Red+Green+Blue) = 30+11+52=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #1E0B34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0B34 is #E1F4CB. Grayscale: #151515. Windows color (decimal): -14808268 or 3410718. OLE color: 3410718.
HSL color Cylindrical-coordinate representation of color #1E0B34: hue angle of 267.8º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E0B34 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 11 | 52 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.80 |
| HSL | 267.8º | 0.65% | 0.12% | - |
| HSV(B) | 267.8º | 0.79% | 0.2% | - |
| XYZ | 1.27 | 0.76 | 3.33 | - |
| YUV | 21.36 | 145.29 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 52 | 0.42 | 0.79 | 0 | 0.80 | 267.8 | 0.65 | 0.12 |
| Hex | 1E | B | 34 | 2A | 4F | 0 | 50 | 10C | 41 | C |
| Octal | 36 | 13 | 64 | 52 | 117 | 0 | 120 | 414 | 101 | 14 |
| Binary | 11110 | 1011 | 110100 | 101010 | 1001111 | 0 | 1010000 | 100001100 | 1000001 | 1100 |
Color Harmonies of #1E0B34
Complementary color
Monochromatic Colors of #1E0B34
Black with #1E0B34
Text Example
Text Example
White with #1E0B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B34; }
p { color: rgb(30,11,52); }
H1.HeaderClassName
{
color: #1E0B34;
}
.AnyTagClassName
{
color: #1E0B34;
}
</style>
background-color css
<style>
a { background-color: #1E0B34; }
a { background-color: rgb(30,11,52); }
div.DivClassName
{
background-color: #1E0B34;
}
.BgClassName
{
background-color: #1E0B34;
}
</style>
border-color css
<style>
span { border-color: #1E0B34; }
span { border-color: rgb(30,11,52); }
td.TdClassName
{
border-color: #1E0B34;
}
.TagClassName
{
border-color: #1E0B34;
}
</style>