Shades of Blackcurrant #180536
Tints of Blackcurrant #180536
RGB
CMYK
RGB Variations
Color information
#180536 (or 0x180536) is known color: Blackcurrant. HEX triplet: 18, 05 and 36. RGB value is (24,5,54). Sum of RGB (Red+Green+Blue) = 24+5+54=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 5 (2.34% from 255 or 6.02% from 83); Blue value is 54 (21.48% from 255 or 65.06% from 83); Max value from RGB is 54 - color contains mainly: blue. Hex color #180536 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180536 is #E7FAC9. Grayscale: #101010. Windows color (decimal): -15203018 or 3540248. OLE color: 3540248.
HSL color Cylindrical-coordinate representation of color #180536: hue angle of 263.27º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180536 is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 5 | 54 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.79 |
| HSL | 263.27º | 0.83% | 0.12% | - |
| HSV(B) | 263.27º | 0.91% | 0.21% | - |
| XYZ | 1.1 | 0.57 | 3.54 | - |
| YUV | 16.27 | 149.29 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 54 | 0.56 | 0.91 | 0 | 0.79 | 263.27 | 0.83 | 0.12 |
| Hex | 18 | 5 | 36 | 38 | 5B | 0 | 4F | 107 | 53 | C |
| Octal | 30 | 5 | 66 | 70 | 133 | 0 | 117 | 407 | 123 | 14 |
| Binary | 11000 | 101 | 110110 | 111000 | 1011011 | 0 | 1001111 | 100000111 | 1010011 | 1100 |
Color Harmonies of #180536
Complementary color
Monochromatic Colors of #180536
Black with #180536
Text Example
Text Example
White with #180536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180536; }
p { color: rgb(24,5,54); }
H1.HeaderClassName
{
color: #180536;
}
.AnyTagClassName
{
color: #180536;
}
</style>
background-color css
<style>
a { background-color: #180536; }
a { background-color: rgb(24,5,54); }
div.DivClassName
{
background-color: #180536;
}
.BgClassName
{
background-color: #180536;
}
</style>
border-color css
<style>
span { border-color: #180536; }
span { border-color: rgb(24,5,54); }
td.TdClassName
{
border-color: #180536;
}
.TagClassName
{
border-color: #180536;
}
</style>