Shades of Blackcurrant #180A27
Tints of Blackcurrant #180A27
RGB
CMYK
RGB Variations
Color information
#180A27 (or 0x180A27) is known color: Blackcurrant. HEX triplet: 18, 0A and 27. RGB value is (24,10,39). Sum of RGB (Red+Green+Blue) = 24+10+39=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 10 (4.30% from 255 or 13.70% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #180A27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180A27 is #E7F5D8. Grayscale: #111111. Windows color (decimal): -15201753 or 2558488. OLE color: 2558488.
HSL color Cylindrical-coordinate representation of color #180A27: hue angle of 268.97º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #180A27 is Cyan = 0.38, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 10 | 39 | - |
| CMYK | 0.38 | 0.74 | 0 | 0.85 |
| HSL | 268.97º | 0.59% | 0.1% | - |
| HSV(B) | 268.97º | 0.74% | 0.15% | - |
| XYZ | 0.85 | 0.56 | 1.98 | - |
| YUV | 17.49 | 140.14 | 132.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 10 | 39 | 0.38 | 0.74 | 0 | 0.85 | 268.97 | 0.59 | 0.1 |
| Hex | 18 | A | 27 | 26 | 4A | 0 | 55 | 10D | 3B | A |
| Octal | 30 | 12 | 47 | 46 | 112 | 0 | 125 | 415 | 73 | 12 |
| Binary | 11000 | 1010 | 100111 | 100110 | 1001010 | 0 | 1010101 | 100001101 | 111011 | 1010 |
Color Harmonies of #180A27
Complementary color
Monochromatic Colors of #180A27
Black with #180A27
Text Example
Text Example
White with #180A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180A27; }
p { color: rgb(24,10,39); }
H1.HeaderClassName
{
color: #180A27;
}
.AnyTagClassName
{
color: #180A27;
}
</style>
background-color css
<style>
a { background-color: #180A27; }
a { background-color: rgb(24,10,39); }
div.DivClassName
{
background-color: #180A27;
}
.BgClassName
{
background-color: #180A27;
}
</style>
border-color css
<style>
span { border-color: #180A27; }
span { border-color: rgb(24,10,39); }
td.TdClassName
{
border-color: #180A27;
}
.TagClassName
{
border-color: #180A27;
}
</style>