Shades of Blackcurrant #180A31
Tints of Blackcurrant #180A31
RGB
CMYK
RGB Variations
Color information
#180A31 (or 0x180A31) is known color: Blackcurrant. HEX triplet: 18, 0A and 31. RGB value is (24,10,49). Sum of RGB (Red+Green+Blue) = 24+10+49=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 49 (19.53% from 255 or 59.04% from 83); Max value from RGB is 49 - color contains mainly: blue. Hex color #180A31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A31 is #E7F5CE. Grayscale: #121212. Windows color (decimal): -15201743 or 3213848. OLE color: 3213848.
HSL color Cylindrical-coordinate representation of color #180A31: hue angle of 261.54º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #180A31 is Cyan = 0.51, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 10 | 49 | - |
| CMYK | 0.51 | 0.80 | 0 | 0.81 |
| HSL | 261.54º | 0.66% | 0.12% | - |
| HSV(B) | 261.54º | 0.8% | 0.19% | - |
| XYZ | 1.04 | 0.63 | 2.97 | - |
| YUV | 18.63 | 145.14 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 49 | 0.51 | 0.80 | 0 | 0.81 | 261.54 | 0.66 | 0.12 |
| Hex | 18 | A | 31 | 33 | 50 | 0 | 51 | 106 | 42 | C |
| Octal | 30 | 12 | 61 | 63 | 120 | 0 | 121 | 406 | 102 | 14 |
| Binary | 11000 | 1010 | 110001 | 110011 | 1010000 | 0 | 1010001 | 100000110 | 1000010 | 1100 |
Color Harmonies of #180A31
Complementary color
Monochromatic Colors of #180A31
Black with #180A31
Text Example
Text Example
White with #180A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A31; }
p { color: rgb(24,10,49); }
H1.HeaderClassName
{
color: #180A31;
}
.AnyTagClassName
{
color: #180A31;
}
</style>
background-color css
<style>
a { background-color: #180A31; }
a { background-color: rgb(24,10,49); }
div.DivClassName
{
background-color: #180A31;
}
.BgClassName
{
background-color: #180A31;
}
</style>
border-color css
<style>
span { border-color: #180A31; }
span { border-color: rgb(24,10,49); }
td.TdClassName
{
border-color: #180A31;
}
.TagClassName
{
border-color: #180A31;
}
</style>