Shades of Blackcurrant #1E0A2F
Tints of Blackcurrant #1E0A2F
RGB
CMYK
RGB Variations
Color information
#1E0A2F (or 0x1E0A2F) is known color: Blackcurrant. HEX triplet: 1E, 0A and 2F. RGB value is (30,10,47). Sum of RGB (Red+Green+Blue) = 30+10+47=87 (11% of max value = 765). Red value is 30 (12.11% from 255 or 34.48% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #1E0A2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0A2F is #E1F5D0. Grayscale: #141414. Windows color (decimal): -14808529 or 3082782. OLE color: 3082782.
HSL color Cylindrical-coordinate representation of color #1E0A2F: hue angle of 272.43º degrees, saturation: 0.65, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E0A2F is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 10 | 47 | - |
| CMYK | 0.36 | 0.79 | 0 | 0.82 |
| HSL | 272.43º | 0.65% | 0.11% | - |
| HSV(B) | 272.43º | 0.79% | 0.18% | - |
| XYZ | 1.16 | 0.7 | 2.76 | - |
| YUV | 20.2 | 143.13 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 10 | 47 | 0.36 | 0.79 | 0 | 0.82 | 272.43 | 0.65 | 0.11 |
| Hex | 1E | A | 2F | 24 | 4F | 0 | 52 | 110 | 41 | B |
| Octal | 36 | 12 | 57 | 44 | 117 | 0 | 122 | 420 | 101 | 13 |
| Binary | 11110 | 1010 | 101111 | 100100 | 1001111 | 0 | 1010010 | 100010000 | 1000001 | 1011 |
Color Harmonies of #1E0A2F
Complementary color
Monochromatic Colors of #1E0A2F
Black with #1E0A2F
Text Example
Text Example
White with #1E0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0A2F; }
p { color: rgb(30,10,47); }
H1.HeaderClassName
{
color: #1E0A2F;
}
.AnyTagClassName
{
color: #1E0A2F;
}
</style>
background-color css
<style>
a { background-color: #1E0A2F; }
a { background-color: rgb(30,10,47); }
div.DivClassName
{
background-color: #1E0A2F;
}
.BgClassName
{
background-color: #1E0A2F;
}
</style>
border-color css
<style>
span { border-color: #1E0A2F; }
span { border-color: rgb(30,10,47); }
td.TdClassName
{
border-color: #1E0A2F;
}
.TagClassName
{
border-color: #1E0A2F;
}
</style>