Shades of Blackcurrant #180824
Tints of Blackcurrant #180824
RGB
CMYK
RGB Variations
Color information
#180824 (or 0x180824) is known color: Blackcurrant. HEX triplet: 18, 08 and 24. RGB value is (24,8,36). Sum of RGB (Red+Green+Blue) = 24+8+36=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 8 (3.52% from 255 or 11.76% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #180824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180824 is #E7F7DB. Grayscale: #0F0F0F. Windows color (decimal): -15202268 or 2361368. OLE color: 2361368.
HSL color Cylindrical-coordinate representation of color #180824: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #180824 is Cyan = 0.33, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 8 | 36 | - |
| CMYK | 0.33 | 0.78 | 0 | 0.86 |
| HSL | 274.29º | 0.64% | 0.09% | - |
| HSV(B) | 274.29º | 0.78% | 0.14% | - |
| XYZ | 0.78 | 0.5 | 1.72 | - |
| YUV | 15.98 | 139.3 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 36 | 0.33 | 0.78 | 0 | 0.86 | 274.29 | 0.64 | 0.09 |
| Hex | 18 | 8 | 24 | 21 | 4E | 0 | 56 | 112 | 40 | 9 |
| Octal | 30 | 10 | 44 | 41 | 116 | 0 | 126 | 422 | 100 | 11 |
| Binary | 11000 | 1000 | 100100 | 100001 | 1001110 | 0 | 1010110 | 100010010 | 1000000 | 1001 |
Color Harmonies of #180824
Complementary color
Monochromatic Colors of #180824
Black with #180824
Text Example
Text Example
White with #180824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180824; }
p { color: rgb(24,8,36); }
H1.HeaderClassName
{
color: #180824;
}
.AnyTagClassName
{
color: #180824;
}
</style>
background-color css
<style>
a { background-color: #180824; }
a { background-color: rgb(24,8,36); }
div.DivClassName
{
background-color: #180824;
}
.BgClassName
{
background-color: #180824;
}
</style>
border-color css
<style>
span { border-color: #180824; }
span { border-color: rgb(24,8,36); }
td.TdClassName
{
border-color: #180824;
}
.TagClassName
{
border-color: #180824;
}
</style>