Shades of Blackcurrant #180B31
Tints of Blackcurrant #180B31
RGB
CMYK
RGB Variations
Color information
#180B31 (or 0x180B31) is known color: Blackcurrant. HEX triplet: 18, 0B and 31. RGB value is (24,11,49). Sum of RGB (Red+Green+Blue) = 24+11+49=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #180B31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180B31 is #E7F4CE. Grayscale: #131313. Windows color (decimal): -15201487 or 3214104. OLE color: 3214104.
HSL color Cylindrical-coordinate representation of color #180B31: hue angle of 260.53º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #180B31 is Cyan = 0.51, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 11 | 49 | - |
| CMYK | 0.51 | 0.78 | 0 | 0.81 |
| HSL | 260.53º | 0.63% | 0.12% | - |
| HSV(B) | 260.53º | 0.78% | 0.19% | - |
| XYZ | 1.05 | 0.66 | 2.98 | - |
| YUV | 19.22 | 144.81 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 11 | 49 | 0.51 | 0.78 | 0 | 0.81 | 260.53 | 0.63 | 0.12 |
| Hex | 18 | B | 31 | 33 | 4E | 0 | 51 | 105 | 3F | C |
| Octal | 30 | 13 | 61 | 63 | 116 | 0 | 121 | 405 | 77 | 14 |
| Binary | 11000 | 1011 | 110001 | 110011 | 1001110 | 0 | 1010001 | 100000101 | 111111 | 1100 |
Color Harmonies of #180B31
Complementary color
Monochromatic Colors of #180B31
Black with #180B31
Text Example
Text Example
White with #180B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180B31; }
p { color: rgb(24,11,49); }
H1.HeaderClassName
{
color: #180B31;
}
.AnyTagClassName
{
color: #180B31;
}
</style>
background-color css
<style>
a { background-color: #180B31; }
a { background-color: rgb(24,11,49); }
div.DivClassName
{
background-color: #180B31;
}
.BgClassName
{
background-color: #180B31;
}
</style>
border-color css
<style>
span { border-color: #180B31; }
span { border-color: rgb(24,11,49); }
td.TdClassName
{
border-color: #180B31;
}
.TagClassName
{
border-color: #180B31;
}
</style>