Shades of Blackcurrant #1E003F
Tints of Blackcurrant #1E003F
RGB
CMYK
RGB Variations
Color information
#1E003F (or 0x1E003F) is known color: Blackcurrant. HEX triplet: 1E, 00 and 3F. RGB value is (30,0,63). Sum of RGB (Red+Green+Blue) = 30+0+63=93 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.26% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 63 (25% from 255 or 67.74% from 93); Max value from RGB is 63 - color contains mainly: blue. Hex color #1E003F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E003F is #E1FFC0. Grayscale: #0F0F0F. Windows color (decimal): -14811073 or 4128798. OLE color: 4128798.
HSL color Cylindrical-coordinate representation of color #1E003F: hue angle of 268.57º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E003F is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 30 | 0 | 63 | - |
| CMYK | 0.52 | 1 | 0 | 0.75 |
| HSL | 268.57º | 1% | 0.12% | - |
| HSV(B) | 268.57º | 1% | 0.25% | - |
| XYZ | 1.43 | 0.63 | 4.75 | - |
| YUV | 16.15 | 154.44 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 63 | 0.52 | 1 | 0 | 0.75 | 268.57 | 1 | 0.12 |
| Hex | 1E | 0 | 3F | 34 | 64 | 0 | 4B | 10D | 64 | C |
| Octal | 36 | 0 | 77 | 64 | 144 | 0 | 113 | 415 | 144 | 14 |
| Binary | 11110 | 0 | 111111 | 110100 | 1100100 | 0 | 1001011 | 100001101 | 1100100 | 1100 |
Color Harmonies of #1E003F
Complementary color
Monochromatic Colors of #1E003F
Black with #1E003F
Text Example
Text Example
White with #1E003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E003F; }
p { color: rgb(30,0,63); }
H1.HeaderClassName
{
color: #1E003F;
}
.AnyTagClassName
{
color: #1E003F;
}
</style>
background-color css
<style>
a { background-color: #1E003F; }
a { background-color: rgb(30,0,63); }
div.DivClassName
{
background-color: #1E003F;
}
.BgClassName
{
background-color: #1E003F;
}
</style>
border-color css
<style>
span { border-color: #1E003F; }
span { border-color: rgb(30,0,63); }
td.TdClassName
{
border-color: #1E003F;
}
.TagClassName
{
border-color: #1E003F;
}
</style>