Shades of Blackcurrant #1E092D
Tints of Blackcurrant #1E092D
RGB
CMYK
RGB Variations
Color information
#1E092D (or 0x1E092D) is known color: Blackcurrant. HEX triplet: 1E, 09 and 2D. RGB value is (30,9,45). Sum of RGB (Red+Green+Blue) = 30+9+45=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #1E092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E092D is #E1F6D2. Grayscale: #131313. Windows color (decimal): -14808787 or 2951454. OLE color: 2951454.
HSL color Cylindrical-coordinate representation of color #1E092D: hue angle of 275º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E092D is Cyan = 0.33, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 9 | 45 | - |
| CMYK | 0.33 | 0.8 | 0 | 0.82 |
| HSL | 275º | 0.67% | 0.11% | - |
| HSV(B) | 275º | 0.8% | 0.18% | - |
| XYZ | 1.11 | 0.66 | 2.55 | - |
| YUV | 19.38 | 142.46 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 45 | 0.33 | 0.8 | 0 | 0.82 | 275 | 0.67 | 0.11 |
| Hex | 1E | 9 | 2D | 21 | 50 | 0 | 52 | 113 | 43 | B |
| Octal | 36 | 11 | 55 | 41 | 120 | 0 | 122 | 423 | 103 | 13 |
| Binary | 11110 | 1001 | 101101 | 100001 | 1010000 | 0 | 1010010 | 100010011 | 1000011 | 1011 |
Color Harmonies of #1E092D
Complementary color
Monochromatic Colors of #1E092D
Black with #1E092D
Text Example
Text Example
White with #1E092D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E092D; }
p { color: rgb(30,9,45); }
H1.HeaderClassName
{
color: #1E092D;
}
.AnyTagClassName
{
color: #1E092D;
}
</style>
background-color css
<style>
a { background-color: #1E092D; }
a { background-color: rgb(30,9,45); }
div.DivClassName
{
background-color: #1E092D;
}
.BgClassName
{
background-color: #1E092D;
}
</style>
border-color css
<style>
span { border-color: #1E092D; }
span { border-color: rgb(30,9,45); }
td.TdClassName
{
border-color: #1E092D;
}
.TagClassName
{
border-color: #1E092D;
}
</style>