Shades of Blackcurrant #180139
Tints of Blackcurrant #180139
RGB
CMYK
RGB Variations
Color information
#180139 (or 0x180139) is known color: Blackcurrant. HEX triplet: 18, 01 and 39. RGB value is (24,1,57). Sum of RGB (Red+Green+Blue) = 24+1+57=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 57 (22.66% from 255 or 69.51% from 82); Max value from RGB is 57 - color contains mainly: blue. Hex color #180139 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180139 is #E7FEC6. Grayscale: #0E0E0E. Windows color (decimal): -15204039 or 3735832. OLE color: 3735832.
HSL color Cylindrical-coordinate representation of color #180139: hue angle of 264.64º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180139 is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 1 | 57 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.78 |
| HSL | 264.64º | 0.97% | 0.11% | - |
| HSV(B) | 264.64º | 0.98% | 0.22% | - |
| XYZ | 1.13 | 0.51 | 3.91 | - |
| YUV | 14.26 | 152.12 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 57 | 0.58 | 0.98 | 0 | 0.78 | 264.64 | 0.97 | 0.11 |
| Hex | 18 | 1 | 39 | 3A | 62 | 0 | 4E | 109 | 61 | B |
| Octal | 30 | 1 | 71 | 72 | 142 | 0 | 116 | 411 | 141 | 13 |
| Binary | 11000 | 1 | 111001 | 111010 | 1100010 | 0 | 1001110 | 100001001 | 1100001 | 1011 |
Color Harmonies of #180139
Complementary color
Monochromatic Colors of #180139
Black with #180139
Text Example
Text Example
White with #180139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180139; }
p { color: rgb(24,1,57); }
H1.HeaderClassName
{
color: #180139;
}
.AnyTagClassName
{
color: #180139;
}
</style>
background-color css
<style>
a { background-color: #180139; }
a { background-color: rgb(24,1,57); }
div.DivClassName
{
background-color: #180139;
}
.BgClassName
{
background-color: #180139;
}
</style>
border-color css
<style>
span { border-color: #180139; }
span { border-color: rgb(24,1,57); }
td.TdClassName
{
border-color: #180139;
}
.TagClassName
{
border-color: #180139;
}
</style>