Shades of Blackcurrant #180534
Tints of Blackcurrant #180534
RGB
CMYK
RGB Variations
Color information
#180534 (or 0x180534) is known color: Blackcurrant. HEX triplet: 18, 05 and 34. RGB value is (24,5,52). Sum of RGB (Red+Green+Blue) = 24+5+52=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #180534 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180534 is #E7FACB. Grayscale: #0F0F0F. Windows color (decimal): -15203020 or 3409176. OLE color: 3409176.
HSL color Cylindrical-coordinate representation of color #180534: hue angle of 264.26º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180534 is Cyan = 0.54, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 5 | 52 | - |
| CMYK | 0.54 | 0.90 | 0 | 0.80 |
| HSL | 264.26º | 0.82% | 0.11% | - |
| HSV(B) | 264.26º | 0.9% | 0.2% | - |
| XYZ | 1.05 | 0.55 | 3.3 | - |
| YUV | 16.04 | 148.29 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 52 | 0.54 | 0.90 | 0 | 0.80 | 264.26 | 0.82 | 0.11 |
| Hex | 18 | 5 | 34 | 36 | 5A | 0 | 50 | 108 | 52 | B |
| Octal | 30 | 5 | 64 | 66 | 132 | 0 | 120 | 410 | 122 | 13 |
| Binary | 11000 | 101 | 110100 | 110110 | 1011010 | 0 | 1010000 | 100001000 | 1010010 | 1011 |
Color Harmonies of #180534
Complementary color
Monochromatic Colors of #180534
Black with #180534
Text Example
Text Example
White with #180534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180534; }
p { color: rgb(24,5,52); }
H1.HeaderClassName
{
color: #180534;
}
.AnyTagClassName
{
color: #180534;
}
</style>
background-color css
<style>
a { background-color: #180534; }
a { background-color: rgb(24,5,52); }
div.DivClassName
{
background-color: #180534;
}
.BgClassName
{
background-color: #180534;
}
</style>
border-color css
<style>
span { border-color: #180534; }
span { border-color: rgb(24,5,52); }
td.TdClassName
{
border-color: #180534;
}
.TagClassName
{
border-color: #180534;
}
</style>