Shades of Blackcurrant #1E063D
Tints of Blackcurrant #1E063D
RGB
CMYK
RGB Variations
Color information
#1E063D (or 0x1E063D) is known color: Blackcurrant. HEX triplet: 1E, 06 and 3D. RGB value is (30,6,61). Sum of RGB (Red+Green+Blue) = 30+6+61=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 61 (24.22% from 255 or 62.89% from 97); Max value from RGB is 61 - color contains mainly: blue. Hex color #1E063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E063D is #E1F9C2. Grayscale: #131313. Windows color (decimal): -14809539 or 3999262. OLE color: 3999262.
HSL color Cylindrical-coordinate representation of color #1E063D: hue angle of 266.18º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1E063D is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 30 | 6 | 61 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.76 |
| HSL | 266.18º | 0.82% | 0.13% | - |
| HSV(B) | 266.18º | 0.9% | 0.24% | - |
| XYZ | 1.44 | 0.74 | 4.48 | - |
| YUV | 19.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 6 | 61 | 0.51 | 0.90 | 0 | 0.76 | 266.18 | 0.82 | 0.13 |
| Hex | 1E | 6 | 3D | 33 | 5A | 0 | 4C | 10A | 52 | D |
| Octal | 36 | 6 | 75 | 63 | 132 | 0 | 114 | 412 | 122 | 15 |
| Binary | 11110 | 110 | 111101 | 110011 | 1011010 | 0 | 1001100 | 100001010 | 1010010 | 1101 |
Color Harmonies of #1E063D
Complementary color
Monochromatic Colors of #1E063D
Black with #1E063D
Text Example
Text Example
White with #1E063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E063D; }
p { color: rgb(30,6,61); }
H1.HeaderClassName
{
color: #1E063D;
}
.AnyTagClassName
{
color: #1E063D;
}
</style>
background-color css
<style>
a { background-color: #1E063D; }
a { background-color: rgb(30,6,61); }
div.DivClassName
{
background-color: #1E063D;
}
.BgClassName
{
background-color: #1E063D;
}
</style>
border-color css
<style>
span { border-color: #1E063D; }
span { border-color: rgb(30,6,61); }
td.TdClassName
{
border-color: #1E063D;
}
.TagClassName
{
border-color: #1E063D;
}
</style>