Shades of Blackcurrant #180131
Tints of Blackcurrant #180131
RGB
CMYK
RGB Variations
Color information
#180131 (or 0x180131) is known color: Blackcurrant. HEX triplet: 18, 01 and 31. RGB value is (24,1,49). Sum of RGB (Red+Green+Blue) = 24+1+49=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #180131 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180131 is #E7FECE. Grayscale: #0D0D0D. Windows color (decimal): -15204047 or 3211544. OLE color: 3211544.
HSL color Cylindrical-coordinate representation of color #180131: hue angle of 268.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180131 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 1 | 49 | - |
| CMYK | 0.51 | 0.98 | 0 | 0.81 |
| HSL | 268.75º | 0.96% | 0.1% | - |
| HSV(B) | 268.75º | 0.98% | 0.19% | - |
| XYZ | 0.94 | 0.44 | 2.94 | - |
| YUV | 13.35 | 148.12 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 49 | 0.51 | 0.98 | 0 | 0.81 | 268.75 | 0.96 | 0.1 |
| Hex | 18 | 1 | 31 | 33 | 62 | 0 | 51 | 10D | 60 | A |
| Octal | 30 | 1 | 61 | 63 | 142 | 0 | 121 | 415 | 140 | 12 |
| Binary | 11000 | 1 | 110001 | 110011 | 1100010 | 0 | 1010001 | 100001101 | 1100000 | 1010 |
Color Harmonies of #180131
Complementary color
Monochromatic Colors of #180131
Black with #180131
Text Example
Text Example
White with #180131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180131; }
p { color: rgb(24,1,49); }
H1.HeaderClassName
{
color: #180131;
}
.AnyTagClassName
{
color: #180131;
}
</style>
background-color css
<style>
a { background-color: #180131; }
a { background-color: rgb(24,1,49); }
div.DivClassName
{
background-color: #180131;
}
.BgClassName
{
background-color: #180131;
}
</style>
border-color css
<style>
span { border-color: #180131; }
span { border-color: rgb(24,1,49); }
td.TdClassName
{
border-color: #180131;
}
.TagClassName
{
border-color: #180131;
}
</style>