Shades of Blackcurrant #180C20
Tints of Blackcurrant #180C20
RGB
CMYK
RGB Variations
Color information
#180C20 (or 0x180C20) is known color: Blackcurrant. HEX triplet: 18, 0C and 20. RGB value is (24,12,32). Sum of RGB (Red+Green+Blue) = 24+12+32=68 (9% of max value = 765). Red value is 24 (9.77% from 255 or 35.29% from 68); Green value is 12 (5.08% from 255 or 17.65% from 68); Blue value is 32 (12.89% from 255 or 47.06% from 68); Max value from RGB is 32 - color contains mainly: blue. Hex color #180C20 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180C20 is #E7F3DF. Grayscale: #111111. Windows color (decimal): -15201248 or 2100248. OLE color: 2100248.
HSL color Cylindrical-coordinate representation of color #180C20: hue angle of 276º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #180C20 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 12 | 32 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.87 |
| HSL | 276º | 0.45% | 0.09% | - |
| HSV(B) | 276º | 0.63% | 0.13% | - |
| XYZ | 0.77 | 0.56 | 1.43 | - |
| YUV | 17.87 | 135.98 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 12 | 32 | 0.25 | 0.63 | 0 | 0.87 | 276 | 0.45 | 0.09 |
| Hex | 18 | C | 20 | 19 | 3F | 0 | 57 | 114 | 2D | 9 |
| Octal | 30 | 14 | 40 | 31 | 77 | 0 | 127 | 424 | 55 | 11 |
| Binary | 11000 | 1100 | 100000 | 11001 | 111111 | 0 | 1010111 | 100010100 | 101101 | 1001 |
Color Harmonies of #180C20
Complementary color
Monochromatic Colors of #180C20
Black with #180C20
Text Example
Text Example
White with #180C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180C20; }
p { color: rgb(24,12,32); }
H1.HeaderClassName
{
color: #180C20;
}
.AnyTagClassName
{
color: #180C20;
}
</style>
background-color css
<style>
a { background-color: #180C20; }
a { background-color: rgb(24,12,32); }
div.DivClassName
{
background-color: #180C20;
}
.BgClassName
{
background-color: #180C20;
}
</style>
border-color css
<style>
span { border-color: #180C20; }
span { border-color: rgb(24,12,32); }
td.TdClassName
{
border-color: #180C20;
}
.TagClassName
{
border-color: #180C20;
}
</style>