Shades of Blackcurrant #180731
Tints of Blackcurrant #180731
RGB
CMYK
RGB Variations
Color information
#180731 (or 0x180731) is known color: Blackcurrant. HEX triplet: 18, 07 and 31. RGB value is (24,7,49). Sum of RGB (Red+Green+Blue) = 24+7+49=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 7 (3.12% from 255 or 8.75% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #180731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180731 is #E7F8CE. Grayscale: #101010. Windows color (decimal): -15202511 or 3213080. OLE color: 3213080.
HSL color Cylindrical-coordinate representation of color #180731: hue angle of 264.29º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #180731 is Cyan = 0.51, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 7 | 49 | - |
| CMYK | 0.51 | 0.86 | 0 | 0.81 |
| HSL | 264.29º | 0.75% | 0.11% | - |
| HSV(B) | 264.29º | 0.86% | 0.19% | - |
| XYZ | 1.01 | 0.57 | 2.96 | - |
| YUV | 16.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 7 | 49 | 0.51 | 0.86 | 0 | 0.81 | 264.29 | 0.75 | 0.11 |
| Hex | 18 | 7 | 31 | 33 | 56 | 0 | 51 | 108 | 4B | B |
| Octal | 30 | 7 | 61 | 63 | 126 | 0 | 121 | 410 | 113 | 13 |
| Binary | 11000 | 111 | 110001 | 110011 | 1010110 | 0 | 1010001 | 100001000 | 1001011 | 1011 |
Color Harmonies of #180731
Complementary color
Monochromatic Colors of #180731
Black with #180731
Text Example
Text Example
White with #180731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180731; }
p { color: rgb(24,7,49); }
H1.HeaderClassName
{
color: #180731;
}
.AnyTagClassName
{
color: #180731;
}
</style>
background-color css
<style>
a { background-color: #180731; }
a { background-color: rgb(24,7,49); }
div.DivClassName
{
background-color: #180731;
}
.BgClassName
{
background-color: #180731;
}
</style>
border-color css
<style>
span { border-color: #180731; }
span { border-color: rgb(24,7,49); }
td.TdClassName
{
border-color: #180731;
}
.TagClassName
{
border-color: #180731;
}
</style>