Shades of Blackcurrant #1E0926
Tints of Blackcurrant #1E0926
RGB
CMYK
RGB Variations
Color information
#1E0926 (or 0x1E0926) is known color: Blackcurrant. HEX triplet: 1E, 09 and 26. RGB value is (30,9,38). Sum of RGB (Red+Green+Blue) = 30+9+38=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 9 (3.91% from 255 or 11.69% from 77); Blue value is 38 (15.23% from 255 or 49.35% from 77); Max value from RGB is 38 - color contains mainly: blue. Hex color #1E0926 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0926 is #E1F6D9. Grayscale: #121212. Windows color (decimal): -14808794 or 2492702. OLE color: 2492702.
HSL color Cylindrical-coordinate representation of color #1E0926: hue angle of 283.45º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E0926 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 9 | 38 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.85 |
| HSL | 283.45º | 0.62% | 0.09% | - |
| HSV(B) | 283.45º | 0.76% | 0.15% | - |
| XYZ | 0.98 | 0.61 | 1.9 | - |
| YUV | 18.59 | 138.96 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 9 | 38 | 0.21 | 0.76 | 0 | 0.85 | 283.45 | 0.62 | 0.09 |
| Hex | 1E | 9 | 26 | 15 | 4C | 0 | 55 | 11B | 3E | 9 |
| Octal | 36 | 11 | 46 | 25 | 114 | 0 | 125 | 433 | 76 | 11 |
| Binary | 11110 | 1001 | 100110 | 10101 | 1001100 | 0 | 1010101 | 100011011 | 111110 | 1001 |
Color Harmonies of #1E0926
Complementary color
Monochromatic Colors of #1E0926
Black with #1E0926
Text Example
Text Example
White with #1E0926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0926; }
p { color: rgb(30,9,38); }
H1.HeaderClassName
{
color: #1E0926;
}
.AnyTagClassName
{
color: #1E0926;
}
</style>
background-color css
<style>
a { background-color: #1E0926; }
a { background-color: rgb(30,9,38); }
div.DivClassName
{
background-color: #1E0926;
}
.BgClassName
{
background-color: #1E0926;
}
</style>
border-color css
<style>
span { border-color: #1E0926; }
span { border-color: rgb(30,9,38); }
td.TdClassName
{
border-color: #1E0926;
}
.TagClassName
{
border-color: #1E0926;
}
</style>