Shades of Blackcurrant #1E0929
Tints of Blackcurrant #1E0929
RGB
CMYK
RGB Variations
Color information
#1E0929 (or 0x1E0929) is known color: Blackcurrant. HEX triplet: 1E, 09 and 29. RGB value is (30,9,41). Sum of RGB (Red+Green+Blue) = 30+9+41=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 41 (16.41% from 255 or 51.25% from 80); Max value from RGB is 41 - color contains mainly: blue. Hex color #1E0929 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0929 is #E1F6D6. Grayscale: #121212. Windows color (decimal): -14808791 or 2689310. OLE color: 2689310.
HSL color Cylindrical-coordinate representation of color #1E0929: hue angle of 279.38º degrees, saturation: 0.64, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E0929 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 9 | 41 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.84 |
| HSL | 279.38º | 0.64% | 0.1% | - |
| HSV(B) | 279.38º | 0.78% | 0.16% | - |
| XYZ | 1.03 | 0.63 | 2.17 | - |
| YUV | 18.93 | 140.46 | 135.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 41 | 0.27 | 0.78 | 0 | 0.84 | 279.38 | 0.64 | 0.1 |
| Hex | 1E | 9 | 29 | 1B | 4E | 0 | 54 | 117 | 40 | A |
| Octal | 36 | 11 | 51 | 33 | 116 | 0 | 124 | 427 | 100 | 12 |
| Binary | 11110 | 1001 | 101001 | 11011 | 1001110 | 0 | 1010100 | 100010111 | 1000000 | 1010 |
Color Harmonies of #1E0929
Complementary color
Monochromatic Colors of #1E0929
Black with #1E0929
Text Example
Text Example
White with #1E0929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0929; }
p { color: rgb(30,9,41); }
H1.HeaderClassName
{
color: #1E0929;
}
.AnyTagClassName
{
color: #1E0929;
}
</style>
background-color css
<style>
a { background-color: #1E0929; }
a { background-color: rgb(30,9,41); }
div.DivClassName
{
background-color: #1E0929;
}
.BgClassName
{
background-color: #1E0929;
}
</style>
border-color css
<style>
span { border-color: #1E0929; }
span { border-color: rgb(30,9,41); }
td.TdClassName
{
border-color: #1E0929;
}
.TagClassName
{
border-color: #1E0929;
}
</style>