Shades of Blackcurrant #180530
Tints of Blackcurrant #180530
RGB
CMYK
RGB Variations
Color information
#180530 (or 0x180530) is known color: Blackcurrant. HEX triplet: 18, 05 and 30. RGB value is (24,5,48). Sum of RGB (Red+Green+Blue) = 24+5+48=77 (10% of max value = 765). Red value is 24 (9.77% from 255 or 31.17% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 48 (19.14% from 255 or 62.34% from 77); Max value from RGB is 48 - color contains mainly: blue. Hex color #180530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180530 is #E7FACF. Grayscale: #0F0F0F. Windows color (decimal): -15203024 or 3147032. OLE color: 3147032.
HSL color Cylindrical-coordinate representation of color #180530: hue angle of 266.51º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180530 is Cyan = 0.5, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 5 | 48 | - |
| CMYK | 0.5 | 0.90 | 0 | 0.81 |
| HSL | 266.51º | 0.81% | 0.1% | - |
| HSV(B) | 266.51º | 0.9% | 0.19% | - |
| XYZ | 0.96 | 0.52 | 2.85 | - |
| YUV | 15.58 | 146.29 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 48 | 0.5 | 0.90 | 0 | 0.81 | 266.51 | 0.81 | 0.1 |
| Hex | 18 | 5 | 30 | 32 | 5A | 0 | 51 | 10B | 51 | A |
| Octal | 30 | 5 | 60 | 62 | 132 | 0 | 121 | 413 | 121 | 12 |
| Binary | 11000 | 101 | 110000 | 110010 | 1011010 | 0 | 1010001 | 100001011 | 1010001 | 1010 |
Color Harmonies of #180530
Complementary color
Monochromatic Colors of #180530
Black with #180530
Text Example
Text Example
White with #180530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180530; }
p { color: rgb(24,5,48); }
H1.HeaderClassName
{
color: #180530;
}
.AnyTagClassName
{
color: #180530;
}
</style>
background-color css
<style>
a { background-color: #180530; }
a { background-color: rgb(24,5,48); }
div.DivClassName
{
background-color: #180530;
}
.BgClassName
{
background-color: #180530;
}
</style>
border-color css
<style>
span { border-color: #180530; }
span { border-color: rgb(24,5,48); }
td.TdClassName
{
border-color: #180530;
}
.TagClassName
{
border-color: #180530;
}
</style>