Shades of Blackcurrant #180831
Tints of Blackcurrant #180831
RGB
CMYK
RGB Variations
Color information
#180831 (or 0x180831) is known color: Blackcurrant. HEX triplet: 18, 08 and 31. RGB value is (24,8,49). Sum of RGB (Red+Green+Blue) = 24+8+49=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 49 (19.53% from 255 or 60.49% from 81); Max value from RGB is 49 - color contains mainly: blue. Hex color #180831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180831 is #E7F7CE. Grayscale: #111111. Windows color (decimal): -15202255 or 3213336. OLE color: 3213336.
HSL color Cylindrical-coordinate representation of color #180831: hue angle of 263.41º degrees, saturation: 0.72, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #180831 is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 8 | 49 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.81 |
| HSL | 263.41º | 0.72% | 0.11% | - |
| HSV(B) | 263.41º | 0.84% | 0.19% | - |
| XYZ | 1.02 | 0.59 | 2.97 | - |
| YUV | 17.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 49 | 0.51 | 0.84 | 0 | 0.81 | 263.41 | 0.72 | 0.11 |
| Hex | 18 | 8 | 31 | 33 | 54 | 0 | 51 | 107 | 48 | B |
| Octal | 30 | 10 | 61 | 63 | 124 | 0 | 121 | 407 | 110 | 13 |
| Binary | 11000 | 1000 | 110001 | 110011 | 1010100 | 0 | 1010001 | 100000111 | 1001000 | 1011 |
Color Harmonies of #180831
Complementary color
Monochromatic Colors of #180831
Black with #180831
Text Example
Text Example
White with #180831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180831; }
p { color: rgb(24,8,49); }
H1.HeaderClassName
{
color: #180831;
}
.AnyTagClassName
{
color: #180831;
}
</style>
background-color css
<style>
a { background-color: #180831; }
a { background-color: rgb(24,8,49); }
div.DivClassName
{
background-color: #180831;
}
.BgClassName
{
background-color: #180831;
}
</style>
border-color css
<style>
span { border-color: #180831; }
span { border-color: rgb(24,8,49); }
td.TdClassName
{
border-color: #180831;
}
.TagClassName
{
border-color: #180831;
}
</style>