Shades of Blackcurrant #180022
Tints of Blackcurrant #180022
RGB
CMYK
RGB Variations
Color information
#180022 (or 0x180022) is known color: Blackcurrant. HEX triplet: 18, 00 and 22. RGB value is (24,0,34). Sum of RGB (Red+Green+Blue) = 24+0+34=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 34 (13.67% from 255 or 58.62% from 58); Max value from RGB is 34 - color contains mainly: blue. Hex color #180022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180022 is #E7FFDD. Grayscale: #0A0A0A. Windows color (decimal): -15204318 or 2228248. OLE color: 2228248.
HSL color Cylindrical-coordinate representation of color #180022: hue angle of 282.35º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180022 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 0 | 34 | - |
| CMYK | 0.29 | 1 | 0 | 0.87 |
| HSL | 282.35º | 1% | 0.07% | - |
| HSV(B) | 282.35º | 1% | 0.13% | - |
| XYZ | 0.67 | 0.31 | 1.54 | - |
| YUV | 11.05 | 140.95 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 34 | 0.29 | 1 | 0 | 0.87 | 282.35 | 1 | 0.07 |
| Hex | 18 | 0 | 22 | 1D | 64 | 0 | 57 | 11A | 64 | 7 |
| Octal | 30 | 0 | 42 | 35 | 144 | 0 | 127 | 432 | 144 | 7 |
| Binary | 11000 | 0 | 100010 | 11101 | 1100100 | 0 | 1010111 | 100011010 | 1100100 | 111 |
Color Harmonies of #180022
Complementary color
Monochromatic Colors of #180022
Black with #180022
Text Example
Text Example
White with #180022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180022; }
p { color: rgb(24,0,34); }
H1.HeaderClassName
{
color: #180022;
}
.AnyTagClassName
{
color: #180022;
}
</style>
background-color css
<style>
a { background-color: #180022; }
a { background-color: rgb(24,0,34); }
div.DivClassName
{
background-color: #180022;
}
.BgClassName
{
background-color: #180022;
}
</style>
border-color css
<style>
span { border-color: #180022; }
span { border-color: rgb(24,0,34); }
td.TdClassName
{
border-color: #180022;
}
.TagClassName
{
border-color: #180022;
}
</style>