Shades of Blackcurrant #1E033B
Tints of Blackcurrant #1E033B
RGB
CMYK
RGB Variations
Color information
#1E033B (or 0x1E033B) is known color: Blackcurrant. HEX triplet: 1E, 03 and 3B. RGB value is (30,3,59). Sum of RGB (Red+Green+Blue) = 30+3+59=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 59 (23.44% from 255 or 64.13% from 92); Max value from RGB is 59 - color contains mainly: blue. Hex color #1E033B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E033B is #E1FCC4. Grayscale: #111111. Windows color (decimal): -14810309 or 3867422. OLE color: 3867422.
HSL color Cylindrical-coordinate representation of color #1E033B: hue angle of 268.93º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E033B is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 3 | 59 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.77 |
| HSL | 268.93º | 0.9% | 0.12% | - |
| HSV(B) | 268.93º | 0.95% | 0.23% | - |
| XYZ | 1.36 | 0.66 | 4.19 | - |
| YUV | 17.46 | 151.45 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 59 | 0.49 | 0.95 | 0 | 0.77 | 268.93 | 0.9 | 0.12 |
| Hex | 1E | 3 | 3B | 31 | 5F | 0 | 4D | 10D | 5A | C |
| Octal | 36 | 3 | 73 | 61 | 137 | 0 | 115 | 415 | 132 | 14 |
| Binary | 11110 | 11 | 111011 | 110001 | 1011111 | 0 | 1001101 | 100001101 | 1011010 | 1100 |
Color Harmonies of #1E033B
Complementary color
Monochromatic Colors of #1E033B
Black with #1E033B
Text Example
Text Example
White with #1E033B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E033B; }
p { color: rgb(30,3,59); }
H1.HeaderClassName
{
color: #1E033B;
}
.AnyTagClassName
{
color: #1E033B;
}
</style>
background-color css
<style>
a { background-color: #1E033B; }
a { background-color: rgb(30,3,59); }
div.DivClassName
{
background-color: #1E033B;
}
.BgClassName
{
background-color: #1E033B;
}
</style>
border-color css
<style>
span { border-color: #1E033B; }
span { border-color: rgb(30,3,59); }
td.TdClassName
{
border-color: #1E033B;
}
.TagClassName
{
border-color: #1E033B;
}
</style>