Shades of Blackcurrant #1E0339
Tints of Blackcurrant #1E0339
RGB
CMYK
RGB Variations
Color information
#1E0339 (or 0x1E0339) is known color: Blackcurrant. HEX triplet: 1E, 03 and 39. RGB value is (30,3,57). Sum of RGB (Red+Green+Blue) = 30+3+57=90 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.33% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 57 (22.66% from 255 or 63.33% from 90); Max value from RGB is 57 - color contains mainly: blue. Hex color #1E0339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0339 is #E1FCC6. Grayscale: #111111. Windows color (decimal): -14810311 or 3736350. OLE color: 3736350.
HSL color Cylindrical-coordinate representation of color #1E0339: hue angle of 270º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0339 is Cyan = 0.47, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 3 | 57 | - |
| CMYK | 0.47 | 0.95 | 0 | 0.78 |
| HSL | 270º | 0.9% | 0.12% | - |
| HSV(B) | 270º | 0.95% | 0.22% | - |
| XYZ | 1.31 | 0.64 | 3.92 | - |
| YUV | 17.23 | 150.45 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 57 | 0.47 | 0.95 | 0 | 0.78 | 270 | 0.9 | 0.12 |
| Hex | 1E | 3 | 39 | 2F | 5F | 0 | 4E | 10E | 5A | C |
| Octal | 36 | 3 | 71 | 57 | 137 | 0 | 116 | 416 | 132 | 14 |
| Binary | 11110 | 11 | 111001 | 101111 | 1011111 | 0 | 1001110 | 100001110 | 1011010 | 1100 |
Color Harmonies of #1E0339
Complementary color
Monochromatic Colors of #1E0339
Black with #1E0339
Text Example
Text Example
White with #1E0339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0339; }
p { color: rgb(30,3,57); }
H1.HeaderClassName
{
color: #1E0339;
}
.AnyTagClassName
{
color: #1E0339;
}
</style>
background-color css
<style>
a { background-color: #1E0339; }
a { background-color: rgb(30,3,57); }
div.DivClassName
{
background-color: #1E0339;
}
.BgClassName
{
background-color: #1E0339;
}
</style>
border-color css
<style>
span { border-color: #1E0339; }
span { border-color: rgb(30,3,57); }
td.TdClassName
{
border-color: #1E0339;
}
.TagClassName
{
border-color: #1E0339;
}
</style>