Shades of Blackcurrant #180D24
Tints of Blackcurrant #180D24
RGB
CMYK
RGB Variations
Color information
#180D24 (or 0x180D24) is known color: Blackcurrant. HEX triplet: 18, 0D and 24. RGB value is (24,13,36). Sum of RGB (Red+Green+Blue) = 24+13+36=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #180D24 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D24 is #E7F2DB. Grayscale: #121212. Windows color (decimal): -15200988 or 2362648. OLE color: 2362648.
HSL color Cylindrical-coordinate representation of color #180D24: hue angle of 268.7º degrees, saturation: 0.47, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #180D24 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 13 | 36 | - |
| CMYK | 0.33 | 0.64 | 0 | 0.86 |
| HSL | 268.7º | 0.47% | 0.1% | - |
| HSV(B) | 268.7º | 0.64% | 0.14% | - |
| XYZ | 0.84 | 0.61 | 1.74 | - |
| YUV | 18.91 | 137.64 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 36 | 0.33 | 0.64 | 0 | 0.86 | 268.7 | 0.47 | 0.1 |
| Hex | 18 | D | 24 | 21 | 40 | 0 | 56 | 10D | 2F | A |
| Octal | 30 | 15 | 44 | 41 | 100 | 0 | 126 | 415 | 57 | 12 |
| Binary | 11000 | 1101 | 100100 | 100001 | 1000000 | 0 | 1010110 | 100001101 | 101111 | 1010 |
Color Harmonies of #180D24
Complementary color
Monochromatic Colors of #180D24
Black with #180D24
Text Example
Text Example
White with #180D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D24; }
p { color: rgb(24,13,36); }
H1.HeaderClassName
{
color: #180D24;
}
.AnyTagClassName
{
color: #180D24;
}
</style>
background-color css
<style>
a { background-color: #180D24; }
a { background-color: rgb(24,13,36); }
div.DivClassName
{
background-color: #180D24;
}
.BgClassName
{
background-color: #180D24;
}
</style>
border-color css
<style>
span { border-color: #180D24; }
span { border-color: rgb(24,13,36); }
td.TdClassName
{
border-color: #180D24;
}
.TagClassName
{
border-color: #180D24;
}
</style>