Shades of Blackcurrant #1E1727
Tints of Blackcurrant #1E1727
RGB
CMYK
RGB Variations
Color information
#1E1727 (or 0x1E1727) is known color: Blackcurrant. HEX triplet: 1E, 17 and 27. RGB value is (30,23,39). Sum of RGB (Red+Green+Blue) = 30+23+39=92 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.61% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 39 (15.62% from 255 or 42.39% from 92); Max value from RGB is 39 - color contains mainly: blue. Hex color #1E1727 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E1727 is #E1E8D8. Grayscale: #1A1A1A. Windows color (decimal): -14805209 or 2561822. OLE color: 2561822.
HSL color Cylindrical-coordinate representation of color #1E1727: hue angle of 266.25º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1E1727 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 23 | 39 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.85 |
| HSL | 266.25º | 0.26% | 0.12% | - |
| HSV(B) | 266.25º | 0.41% | 0.15% | - |
| XYZ | 1.21 | 1.04 | 2.06 | - |
| YUV | 26.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 39 | 0.23 | 0.41 | 0 | 0.85 | 266.25 | 0.26 | 0.12 |
| Hex | 1E | 17 | 27 | 17 | 29 | 0 | 55 | 10A | 1A | C |
| Octal | 36 | 27 | 47 | 27 | 51 | 0 | 125 | 412 | 32 | 14 |
| Binary | 11110 | 10111 | 100111 | 10111 | 101001 | 0 | 1010101 | 100001010 | 11010 | 1100 |
Color Harmonies of #1E1727
Complementary color
Monochromatic Colors of #1E1727
Black with #1E1727
Text Example
Text Example
White with #1E1727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1727; }
p { color: rgb(30,23,39); }
H1.HeaderClassName
{
color: #1E1727;
}
.AnyTagClassName
{
color: #1E1727;
}
</style>
background-color css
<style>
a { background-color: #1E1727; }
a { background-color: rgb(30,23,39); }
div.DivClassName
{
background-color: #1E1727;
}
.BgClassName
{
background-color: #1E1727;
}
</style>
border-color css
<style>
span { border-color: #1E1727; }
span { border-color: rgb(30,23,39); }
td.TdClassName
{
border-color: #1E1727;
}
.TagClassName
{
border-color: #1E1727;
}
</style>