Shades of Blackcurrant #180535
Tints of Blackcurrant #180535
RGB
CMYK
RGB Variations
Color information
#180535 (or 0x180535) is known color: Blackcurrant. HEX triplet: 18, 05 and 35. RGB value is (24,5,53). Sum of RGB (Red+Green+Blue) = 24+5+53=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 53 (21.09% from 255 or 64.63% from 82); Max value from RGB is 53 - color contains mainly: blue. Hex color #180535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180535 is #E7FACA. Grayscale: #0F0F0F. Windows color (decimal): -15203019 or 3474712. OLE color: 3474712.
HSL color Cylindrical-coordinate representation of color #180535: hue angle of 263.75º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #180535 is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 24 | 5 | 53 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.79 |
| HSL | 263.75º | 0.83% | 0.11% | - |
| HSV(B) | 263.75º | 0.91% | 0.21% | - |
| XYZ | 1.07 | 0.56 | 3.42 | - |
| YUV | 16.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 5 | 53 | 0.55 | 0.91 | 0 | 0.79 | 263.75 | 0.83 | 0.11 |
| Hex | 18 | 5 | 35 | 37 | 5B | 0 | 4F | 108 | 53 | B |
| Octal | 30 | 5 | 65 | 67 | 133 | 0 | 117 | 410 | 123 | 13 |
| Binary | 11000 | 101 | 110101 | 110111 | 1011011 | 0 | 1001111 | 100001000 | 1010011 | 1011 |
Color Harmonies of #180535
Complementary color
Monochromatic Colors of #180535
Black with #180535
Text Example
Text Example
White with #180535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180535; }
p { color: rgb(24,5,53); }
H1.HeaderClassName
{
color: #180535;
}
.AnyTagClassName
{
color: #180535;
}
</style>
background-color css
<style>
a { background-color: #180535; }
a { background-color: rgb(24,5,53); }
div.DivClassName
{
background-color: #180535;
}
.BgClassName
{
background-color: #180535;
}
</style>
border-color css
<style>
span { border-color: #180535; }
span { border-color: rgb(24,5,53); }
td.TdClassName
{
border-color: #180535;
}
.TagClassName
{
border-color: #180535;
}
</style>