Shades of Blackcurrant #180A32
Tints of Blackcurrant #180A32
RGB
CMYK
RGB Variations
Color information
#180A32 (or 0x180A32) is known color: Blackcurrant. HEX triplet: 18, 0A and 32. RGB value is (24,10,50). Sum of RGB (Red+Green+Blue) = 24+10+50=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 50 (19.92% from 255 or 59.52% from 84); Max value from RGB is 50 - color contains mainly: blue. Hex color #180A32 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A32 is #E7F5CD. Grayscale: #121212. Windows color (decimal): -15201742 or 3279384. OLE color: 3279384.
HSL color Cylindrical-coordinate representation of color #180A32: hue angle of 261º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #180A32 is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 10 | 50 | - |
| CMYK | 0.52 | 0.80 | 0 | 0.80 |
| HSL | 261º | 0.67% | 0.12% | - |
| HSV(B) | 261º | 0.8% | 0.2% | - |
| XYZ | 1.06 | 0.64 | 3.09 | - |
| YUV | 18.75 | 145.64 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 50 | 0.52 | 0.80 | 0 | 0.80 | 261 | 0.67 | 0.12 |
| Hex | 18 | A | 32 | 34 | 50 | 0 | 50 | 105 | 43 | C |
| Octal | 30 | 12 | 62 | 64 | 120 | 0 | 120 | 405 | 103 | 14 |
| Binary | 11000 | 1010 | 110010 | 110100 | 1010000 | 0 | 1010000 | 100000101 | 1000011 | 1100 |
Color Harmonies of #180A32
Complementary color
Monochromatic Colors of #180A32
Black with #180A32
Text Example
Text Example
White with #180A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A32; }
p { color: rgb(24,10,50); }
H1.HeaderClassName
{
color: #180A32;
}
.AnyTagClassName
{
color: #180A32;
}
</style>
background-color css
<style>
a { background-color: #180A32; }
a { background-color: rgb(24,10,50); }
div.DivClassName
{
background-color: #180A32;
}
.BgClassName
{
background-color: #180A32;
}
</style>
border-color css
<style>
span { border-color: #180A32; }
span { border-color: rgb(24,10,50); }
td.TdClassName
{
border-color: #180A32;
}
.TagClassName
{
border-color: #180A32;
}
</style>