Shades of Blackcurrant #180E28
Tints of Blackcurrant #180E28
RGB
CMYK
RGB Variations
Color information
#180E28 (or 0x180E28) is known color: Blackcurrant. HEX triplet: 18, 0E and 28. RGB value is (24,14,40). Sum of RGB (Red+Green+Blue) = 24+14+40=78 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.77% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 40 (16.02% from 255 or 51.28% from 78); Max value from RGB is 40 - color contains mainly: blue. Hex color #180E28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E28 is #E7F1D7. Grayscale: #131313. Windows color (decimal): -15200728 or 2625048. OLE color: 2625048.
HSL color Cylindrical-coordinate representation of color #180E28: hue angle of 263.08º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #180E28 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 14 | 40 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.84 |
| HSL | 263.08º | 0.48% | 0.11% | - |
| HSV(B) | 263.08º | 0.65% | 0.16% | - |
| XYZ | 0.92 | 0.66 | 2.09 | - |
| YUV | 19.95 | 139.31 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 14 | 40 | 0.40 | 0.65 | 0 | 0.84 | 263.08 | 0.48 | 0.11 |
| Hex | 18 | E | 28 | 28 | 41 | 0 | 54 | 107 | 30 | B |
| Octal | 30 | 16 | 50 | 50 | 101 | 0 | 124 | 407 | 60 | 13 |
| Binary | 11000 | 1110 | 101000 | 101000 | 1000001 | 0 | 1010100 | 100000111 | 110000 | 1011 |
Color Harmonies of #180E28
Complementary color
Monochromatic Colors of #180E28
Black with #180E28
Text Example
Text Example
White with #180E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180E28; }
p { color: rgb(24,14,40); }
H1.HeaderClassName
{
color: #180E28;
}
.AnyTagClassName
{
color: #180E28;
}
</style>
background-color css
<style>
a { background-color: #180E28; }
a { background-color: rgb(24,14,40); }
div.DivClassName
{
background-color: #180E28;
}
.BgClassName
{
background-color: #180E28;
}
</style>
border-color css
<style>
span { border-color: #180E28; }
span { border-color: rgb(24,14,40); }
td.TdClassName
{
border-color: #180E28;
}
.TagClassName
{
border-color: #180E28;
}
</style>