Shades of Blackcurrant #1E1A23
Tints of Blackcurrant #1E1A23
RGB
CMYK
RGB Variations
Color information
#1E1A23 (or 0x1E1A23) is known color: Blackcurrant. HEX triplet: 1E, 1A and 23. RGB value is (30,26,35). Sum of RGB (Red+Green+Blue) = 30+26+35=91 (12% of max value = 765). Red value is 30 (12.11% from 255 or 32.97% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 35 (14.06% from 255 or 38.46% from 91); Max value from RGB is 35 - color contains mainly: blue. Hex color #1E1A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1A23 is #E1E5DC. Grayscale: #1C1C1C. Windows color (decimal): -14804445 or 2300446. OLE color: 2300446.
HSL color Cylindrical-coordinate representation of color #1E1A23: hue angle of 266.67º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1E1A23 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 26 | 35 | - |
| CMYK | 0.14 | 0.26 | 0 | 0.86 |
| HSL | 266.67º | 0.15% | 0.12% | - |
| HSV(B) | 266.67º | 0.26% | 0.14% | - |
| XYZ | 1.21 | 1.14 | 1.75 | - |
| YUV | 28.22 | 131.83 | 129.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 26 | 35 | 0.14 | 0.26 | 0 | 0.86 | 266.67 | 0.15 | 0.12 |
| Hex | 1E | 1A | 23 | E | 1A | 0 | 56 | 10B | F | C |
| Octal | 36 | 32 | 43 | 16 | 32 | 0 | 126 | 413 | 17 | 14 |
| Binary | 11110 | 11010 | 100011 | 1110 | 11010 | 0 | 1010110 | 100001011 | 1111 | 1100 |
Color Harmonies of #1E1A23
Complementary color
Monochromatic Colors of #1E1A23
Black with #1E1A23
Text Example
Text Example
White with #1E1A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1A23; }
p { color: rgb(30,26,35); }
H1.HeaderClassName
{
color: #1E1A23;
}
.AnyTagClassName
{
color: #1E1A23;
}
</style>
background-color css
<style>
a { background-color: #1E1A23; }
a { background-color: rgb(30,26,35); }
div.DivClassName
{
background-color: #1E1A23;
}
.BgClassName
{
background-color: #1E1A23;
}
</style>
border-color css
<style>
span { border-color: #1E1A23; }
span { border-color: rgb(30,26,35); }
td.TdClassName
{
border-color: #1E1A23;
}
.TagClassName
{
border-color: #1E1A23;
}
</style>