Shades of Blackcurrant #1E1330
Tints of Blackcurrant #1E1330
RGB
CMYK
RGB Variations
Color information
#1E1330 (or 0x1E1330) is known color: Blackcurrant. HEX triplet: 1E, 13 and 30. RGB value is (30,19,48). Sum of RGB (Red+Green+Blue) = 30+19+48=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #1E1330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1330 is #E1ECCF. Grayscale: #191919. Windows color (decimal): -14806224 or 3150622. OLE color: 3150622.
HSL color Cylindrical-coordinate representation of color #1E1330: hue angle of 262.76º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E1330 is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
RGB | 30 | 19 | 48 | - |
CMYK | 0.37 | 0.60 | 0 | 0.81 |
HSL | 262.76º | 0.43% | 0.13% | - |
HSV(B) | 262.76º | 0.6% | 0.19% | - |
XYZ | 1.3 | 0.96 | 2.91 | - |
YUV | 25.6 | 140.64 | 131.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 19 | 48 | 0.37 | 0.60 | 0 | 0.81 | 262.76 | 0.43 | 0.13 |
Hex | 1E | 13 | 30 | 25 | 3C | 0 | 51 | 107 | 2B | D |
Octal | 36 | 23 | 60 | 45 | 74 | 0 | 121 | 407 | 53 | 15 |
Binary | 11110 | 10011 | 110000 | 100101 | 111100 | 0 | 1010001 | 100000111 | 101011 | 1101 |
Color Harmonies of #1E1330
Complementary color
Monochromatic Colors of #1E1330
Black with #1E1330
Text Example
Text Example
White with #1E1330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1330; }
p { color: rgb(30,19,48); }
H1.HeaderClassName
{
color: #1E1330;
}
.AnyTagClassName
{
color: #1E1330;
}
</style>
background-color css
<style>
a { background-color: #1E1330; }
a { background-color: rgb(30,19,48); }
div.DivClassName
{
background-color: #1E1330;
}
.BgClassName
{
background-color: #1E1330;
}
</style>
border-color css
<style>
span { border-color: #1E1330; }
span { border-color: rgb(30,19,48); }
td.TdClassName
{
border-color: #1E1330;
}
.TagClassName
{
border-color: #1E1330;
}
</style>