Shades of Blackcurrant #1E0833
Tints of Blackcurrant #1E0833
RGB
CMYK
RGB Variations
Color information
#1E0833 (or 0x1E0833) is known color: Blackcurrant. HEX triplet: 1E, 08 and 33. RGB value is (30,8,51). Sum of RGB (Red+Green+Blue) = 30+8+51=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #1E0833 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0833 is #E1F7CC. Grayscale: #131313. Windows color (decimal): -14809037 or 3344414. OLE color: 3344414.
HSL color Cylindrical-coordinate representation of color #1E0833: hue angle of 270.7º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E0833 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 30 | 8 | 51 | - |
| CMYK | 0.41 | 0.84 | 0 | 0.8 |
| HSL | 270.7º | 0.73% | 0.12% | - |
| HSV(B) | 270.7º | 0.84% | 0.2% | - |
| XYZ | 1.22 | 0.69 | 3.2 | - |
| YUV | 19.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 8 | 51 | 0.41 | 0.84 | 0 | 0.8 | 270.7 | 0.73 | 0.12 |
| Hex | 1E | 8 | 33 | 29 | 54 | 0 | 50 | 10F | 49 | C |
| Octal | 36 | 10 | 63 | 51 | 124 | 0 | 120 | 417 | 111 | 14 |
| Binary | 11110 | 1000 | 110011 | 101001 | 1010100 | 0 | 1010000 | 100001111 | 1001001 | 1100 |
Color Harmonies of #1E0833
Complementary color
Monochromatic Colors of #1E0833
Black with #1E0833
Text Example
Text Example
White with #1E0833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0833; }
p { color: rgb(30,8,51); }
H1.HeaderClassName
{
color: #1E0833;
}
.AnyTagClassName
{
color: #1E0833;
}
</style>
background-color css
<style>
a { background-color: #1E0833; }
a { background-color: rgb(30,8,51); }
div.DivClassName
{
background-color: #1E0833;
}
.BgClassName
{
background-color: #1E0833;
}
</style>
border-color css
<style>
span { border-color: #1E0833; }
span { border-color: rgb(30,8,51); }
td.TdClassName
{
border-color: #1E0833;
}
.TagClassName
{
border-color: #1E0833;
}
</style>