Shades of Blackcurrant #1E033C
Tints of Blackcurrant #1E033C
RGB
CMYK
RGB Variations
Color information
#1E033C (or 0x1E033C) is known color: Blackcurrant. HEX triplet: 1E, 03 and 3C. RGB value is (30,3,60). Sum of RGB (Red+Green+Blue) = 30+3+60=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #1E033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E033C is #E1FCC3. Grayscale: #111111. Windows color (decimal): -14810308 or 3932958. OLE color: 3932958.
HSL color Cylindrical-coordinate representation of color #1E033C: hue angle of 268.42º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E033C is Cyan = 0.50, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 3 | 60 | - |
| CMYK | 0.50 | 0.95 | 0 | 0.76 |
| HSL | 268.42º | 0.9% | 0.12% | - |
| HSV(B) | 268.42º | 0.95% | 0.24% | - |
| XYZ | 1.38 | 0.67 | 4.33 | - |
| YUV | 17.57 | 151.95 | 136.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 3 | 60 | 0.50 | 0.95 | 0 | 0.76 | 268.42 | 0.9 | 0.12 |
| Hex | 1E | 3 | 3C | 32 | 5F | 0 | 4C | 10C | 5A | C |
| Octal | 36 | 3 | 74 | 62 | 137 | 0 | 114 | 414 | 132 | 14 |
| Binary | 11110 | 11 | 111100 | 110010 | 1011111 | 0 | 1001100 | 100001100 | 1011010 | 1100 |
Color Harmonies of #1E033C
Complementary color
Monochromatic Colors of #1E033C
Black with #1E033C
Text Example
Text Example
White with #1E033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E033C; }
p { color: rgb(30,3,60); }
H1.HeaderClassName
{
color: #1E033C;
}
.AnyTagClassName
{
color: #1E033C;
}
</style>
background-color css
<style>
a { background-color: #1E033C; }
a { background-color: rgb(30,3,60); }
div.DivClassName
{
background-color: #1E033C;
}
.BgClassName
{
background-color: #1E033C;
}
</style>
border-color css
<style>
span { border-color: #1E033C; }
span { border-color: rgb(30,3,60); }
td.TdClassName
{
border-color: #1E033C;
}
.TagClassName
{
border-color: #1E033C;
}
</style>