Shades of Blackcurrant #1E003B
Tints of Blackcurrant #1E003B
RGB
CMYK
RGB Variations
Color information
#1E003B (or 0x1E003B) is known color: Blackcurrant. HEX triplet: 1E, 00 and 3B. RGB value is (30,0,59). Sum of RGB (Red+Green+Blue) = 30+0+59=89 (11% of max value = 765). Red value is 30 (12.11% from 255 or 33.71% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 59 (23.44% from 255 or 66.29% from 89); Max value from RGB is 59 - color contains mainly: blue. Hex color #1E003B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E003B is #E1FFC4. Grayscale: #0F0F0F. Windows color (decimal): -14811077 or 3866654. OLE color: 3866654.
HSL color Cylindrical-coordinate representation of color #1E003B: hue angle of 270.51º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E003B is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 30 | 0 | 59 | - |
| CMYK | 0.49 | 1 | 0 | 0.77 |
| HSL | 270.51º | 1% | 0.12% | - |
| HSV(B) | 270.51º | 1% | 0.23% | - |
| XYZ | 1.32 | 0.59 | 4.18 | - |
| YUV | 15.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 0 | 59 | 0.49 | 1 | 0 | 0.77 | 270.51 | 1 | 0.12 |
| Hex | 1E | 0 | 3B | 31 | 64 | 0 | 4D | 10F | 64 | C |
| Octal | 36 | 0 | 73 | 61 | 144 | 0 | 115 | 417 | 144 | 14 |
| Binary | 11110 | 0 | 111011 | 110001 | 1100100 | 0 | 1001101 | 100001111 | 1100100 | 1100 |
Color Harmonies of #1E003B
Complementary color
Monochromatic Colors of #1E003B
Black with #1E003B
Text Example
Text Example
White with #1E003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E003B; }
p { color: rgb(30,0,59); }
H1.HeaderClassName
{
color: #1E003B;
}
.AnyTagClassName
{
color: #1E003B;
}
</style>
background-color css
<style>
a { background-color: #1E003B; }
a { background-color: rgb(30,0,59); }
div.DivClassName
{
background-color: #1E003B;
}
.BgClassName
{
background-color: #1E003B;
}
</style>
border-color css
<style>
span { border-color: #1E003B; }
span { border-color: rgb(30,0,59); }
td.TdClassName
{
border-color: #1E003B;
}
.TagClassName
{
border-color: #1E003B;
}
</style>