Shades of Blackcurrant #180931
Tints of Blackcurrant #180931
RGB
CMYK
RGB Variations
Color information
#180931 (or 0x180931) is known color: Blackcurrant. HEX triplet: 18, 09 and 31. RGB value is (24,9,49). Sum of RGB (Red+Green+Blue) = 24+9+49=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 9 (3.91% from 255 or 10.98% from 82); Blue value is 49 (19.53% from 255 or 59.76% from 82); Max value from RGB is 49 - color contains mainly: blue. Hex color #180931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180931 is #E7F6CE. Grayscale: #111111. Windows color (decimal): -15201999 or 3213592. OLE color: 3213592.
HSL color Cylindrical-coordinate representation of color #180931: hue angle of 262.5º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #180931 is Cyan = 0.51, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 9 | 49 | - |
| CMYK | 0.51 | 0.82 | 0 | 0.81 |
| HSL | 262.5º | 0.69% | 0.11% | - |
| HSV(B) | 262.5º | 0.82% | 0.19% | - |
| XYZ | 1.03 | 0.61 | 2.97 | - |
| YUV | 18.05 | 145.47 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 9 | 49 | 0.51 | 0.82 | 0 | 0.81 | 262.5 | 0.69 | 0.11 |
| Hex | 18 | 9 | 31 | 33 | 52 | 0 | 51 | 106 | 45 | B |
| Octal | 30 | 11 | 61 | 63 | 122 | 0 | 121 | 406 | 105 | 13 |
| Binary | 11000 | 1001 | 110001 | 110011 | 1010010 | 0 | 1010001 | 100000110 | 1000101 | 1011 |
Color Harmonies of #180931
Complementary color
Monochromatic Colors of #180931
Black with #180931
Text Example
Text Example
White with #180931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180931; }
p { color: rgb(24,9,49); }
H1.HeaderClassName
{
color: #180931;
}
.AnyTagClassName
{
color: #180931;
}
</style>
background-color css
<style>
a { background-color: #180931; }
a { background-color: rgb(24,9,49); }
div.DivClassName
{
background-color: #180931;
}
.BgClassName
{
background-color: #180931;
}
</style>
border-color css
<style>
span { border-color: #180931; }
span { border-color: rgb(24,9,49); }
td.TdClassName
{
border-color: #180931;
}
.TagClassName
{
border-color: #180931;
}
</style>