Shades of Blackcurrant #180D28
Tints of Blackcurrant #180D28
RGB
CMYK
RGB Variations
Color information
#180D28 (or 0x180D28) is known color: Blackcurrant. HEX triplet: 18, 0D and 28. RGB value is (24,13,40). Sum of RGB (Red+Green+Blue) = 24+13+40=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 13 (5.47% from 255 or 16.88% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #180D28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D28 is #E7F2D7. Grayscale: #131313. Windows color (decimal): -15200984 or 2624792. OLE color: 2624792.
HSL color Cylindrical-coordinate representation of color #180D28: hue angle of 264.44º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #180D28 is Cyan = 0.40, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 13 | 40 | - |
| CMYK | 0.40 | 0.67 | 0 | 0.84 |
| HSL | 264.44º | 0.51% | 0.1% | - |
| HSV(B) | 264.44º | 0.68% | 0.16% | - |
| XYZ | 0.9 | 0.64 | 2.08 | - |
| YUV | 19.37 | 139.64 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 40 | 0.40 | 0.67 | 0 | 0.84 | 264.44 | 0.51 | 0.1 |
| Hex | 18 | D | 28 | 28 | 43 | 0 | 54 | 108 | 33 | A |
| Octal | 30 | 15 | 50 | 50 | 103 | 0 | 124 | 410 | 63 | 12 |
| Binary | 11000 | 1101 | 101000 | 101000 | 1000011 | 0 | 1010100 | 100001000 | 110011 | 1010 |
Color Harmonies of #180D28
Complementary color
Monochromatic Colors of #180D28
Black with #180D28
Text Example
Text Example
White with #180D28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D28; }
p { color: rgb(24,13,40); }
H1.HeaderClassName
{
color: #180D28;
}
.AnyTagClassName
{
color: #180D28;
}
</style>
background-color css
<style>
a { background-color: #180D28; }
a { background-color: rgb(24,13,40); }
div.DivClassName
{
background-color: #180D28;
}
.BgClassName
{
background-color: #180D28;
}
</style>
border-color css
<style>
span { border-color: #180D28; }
span { border-color: rgb(24,13,40); }
td.TdClassName
{
border-color: #180D28;
}
.TagClassName
{
border-color: #180D28;
}
</style>