Shades of Blackcurrant #180141
Tints of Blackcurrant #180141
RGB
CMYK
RGB Variations
Color information
#180141 (or 0x180141) is known color: Blackcurrant. HEX triplet: 18, 01 and 41. RGB value is (24,1,65). Sum of RGB (Red+Green+Blue) = 24+1+65=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 65 (25.78% from 255 or 72.22% from 90); Max value from RGB is 65 - color contains mainly: blue. Hex color #180141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180141 is #E7FEBE. Grayscale: #0E0E0E. Windows color (decimal): -15204031 or 4260120. OLE color: 4260120.
HSL color Cylindrical-coordinate representation of color #180141: hue angle of 261.56º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180141 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 1 | 65 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.75 |
| HSL | 261.56º | 0.97% | 0.13% | - |
| HSV(B) | 261.56º | 0.98% | 0.25% | - |
| XYZ | 1.34 | 0.6 | 5.05 | - |
| YUV | 15.17 | 156.12 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 65 | 0.63 | 0.98 | 0 | 0.75 | 261.56 | 0.97 | 0.13 |
| Hex | 18 | 1 | 41 | 3F | 62 | 0 | 4B | 106 | 61 | D |
| Octal | 30 | 1 | 101 | 77 | 142 | 0 | 113 | 406 | 141 | 15 |
| Binary | 11000 | 1 | 1000001 | 111111 | 1100010 | 0 | 1001011 | 100000110 | 1100001 | 1101 |
Color Harmonies of #180141
Complementary color
Monochromatic Colors of #180141
Black with #180141
Text Example
Text Example
White with #180141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180141; }
p { color: rgb(24,1,65); }
H1.HeaderClassName
{
color: #180141;
}
.AnyTagClassName
{
color: #180141;
}
</style>
background-color css
<style>
a { background-color: #180141; }
a { background-color: rgb(24,1,65); }
div.DivClassName
{
background-color: #180141;
}
.BgClassName
{
background-color: #180141;
}
</style>
border-color css
<style>
span { border-color: #180141; }
span { border-color: rgb(24,1,65); }
td.TdClassName
{
border-color: #180141;
}
.TagClassName
{
border-color: #180141;
}
</style>