Shades of Blackcurrant #1E0F28
Tints of Blackcurrant #1E0F28
RGB
CMYK
RGB Variations
Color information
#1E0F28 (or 0x1E0F28) is known color: Blackcurrant. HEX triplet: 1E, 0F and 28. RGB value is (30,15,40). Sum of RGB (Red+Green+Blue) = 30+15+40=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 15 (6.25% from 255 or 17.65% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #1E0F28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0F28 is #E1F0D7. Grayscale: #161616. Windows color (decimal): -14807256 or 2625310. OLE color: 2625310.
HSL color Cylindrical-coordinate representation of color #1E0F28: hue angle of 276º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1E0F28 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 15 | 40 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.84 |
| HSL | 276º | 0.45% | 0.11% | - |
| HSV(B) | 276º | 0.63% | 0.16% | - |
| XYZ | 1.09 | 0.77 | 2.1 | - |
| YUV | 22.34 | 137.97 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 40 | 0.25 | 0.62 | 0 | 0.84 | 276 | 0.45 | 0.11 |
| Hex | 1E | F | 28 | 19 | 3E | 0 | 54 | 114 | 2D | B |
| Octal | 36 | 17 | 50 | 31 | 76 | 0 | 124 | 424 | 55 | 13 |
| Binary | 11110 | 1111 | 101000 | 11001 | 111110 | 0 | 1010100 | 100010100 | 101101 | 1011 |
Color Harmonies of #1E0F28
Complementary color
Monochromatic Colors of #1E0F28
Black with #1E0F28
Text Example
Text Example
White with #1E0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F28; }
p { color: rgb(30,15,40); }
H1.HeaderClassName
{
color: #1E0F28;
}
.AnyTagClassName
{
color: #1E0F28;
}
</style>
background-color css
<style>
a { background-color: #1E0F28; }
a { background-color: rgb(30,15,40); }
div.DivClassName
{
background-color: #1E0F28;
}
.BgClassName
{
background-color: #1E0F28;
}
</style>
border-color css
<style>
span { border-color: #1E0F28; }
span { border-color: rgb(30,15,40); }
td.TdClassName
{
border-color: #1E0F28;
}
.TagClassName
{
border-color: #1E0F28;
}
</style>