Shades of Blackcurrant #180D20
Tints of Blackcurrant #180D20
RGB
CMYK
RGB Variations
Color information
#180D20 (or 0x180D20) is known color: Blackcurrant. HEX triplet: 18, 0D and 20. RGB value is (24,13,32). Sum of RGB (Red+Green+Blue) = 24+13+32=69 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.78% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 32 (12.89% from 255 or 46.38% from 69); Max value from RGB is 32 - color contains mainly: blue. Hex color #180D20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D20 is #E7F2DF. Grayscale: #121212. Windows color (decimal): -15200992 or 2100504. OLE color: 2100504.
HSL color Cylindrical-coordinate representation of color #180D20: hue angle of 274.74º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #180D20 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 13 | 32 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.87 |
| HSL | 274.74º | 0.42% | 0.09% | - |
| HSV(B) | 274.74º | 0.59% | 0.13% | - |
| XYZ | 0.78 | 0.59 | 1.44 | - |
| YUV | 18.46 | 135.64 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 13 | 32 | 0.25 | 0.59 | 0 | 0.87 | 274.74 | 0.42 | 0.09 |
| Hex | 18 | D | 20 | 19 | 3B | 0 | 57 | 113 | 2A | 9 |
| Octal | 30 | 15 | 40 | 31 | 73 | 0 | 127 | 423 | 52 | 11 |
| Binary | 11000 | 1101 | 100000 | 11001 | 111011 | 0 | 1010111 | 100010011 | 101010 | 1001 |
Color Harmonies of #180D20
Complementary color
Monochromatic Colors of #180D20
Black with #180D20
Text Example
Text Example
White with #180D20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180D20; }
p { color: rgb(24,13,32); }
H1.HeaderClassName
{
color: #180D20;
}
.AnyTagClassName
{
color: #180D20;
}
</style>
background-color css
<style>
a { background-color: #180D20; }
a { background-color: rgb(24,13,32); }
div.DivClassName
{
background-color: #180D20;
}
.BgClassName
{
background-color: #180D20;
}
</style>
border-color css
<style>
span { border-color: #180D20; }
span { border-color: rgb(24,13,32); }
td.TdClassName
{
border-color: #180D20;
}
.TagClassName
{
border-color: #180D20;
}
</style>