Shades of Blackcurrant #180027
Tints of Blackcurrant #180027
RGB
CMYK
RGB Variations
Color information
#180027 (or 0x180027) is known color: Blackcurrant. HEX triplet: 18, 00 and 27. RGB value is (24,0,39). Sum of RGB (Red+Green+Blue) = 24+0+39=63 (8% of max value = 765). Red value is 24 (9.77% from 255 or 38.10% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 39 (15.62% from 255 or 61.90% from 63); Max value from RGB is 39 - color contains mainly: blue. Hex color #180027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180027 is #E7FFD8. Grayscale: #0B0B0B. Windows color (decimal): -15204313 or 2555928. OLE color: 2555928.
HSL color Cylindrical-coordinate representation of color #180027: hue angle of 276.92º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180027 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 0 | 39 | - |
| CMYK | 0.38 | 1 | 0 | 0.85 |
| HSL | 276.92º | 1% | 0.08% | - |
| HSV(B) | 276.92º | 1% | 0.15% | - |
| XYZ | 0.74 | 0.34 | 1.95 | - |
| YUV | 11.62 | 143.45 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 39 | 0.38 | 1 | 0 | 0.85 | 276.92 | 1 | 0.08 |
| Hex | 18 | 0 | 27 | 26 | 64 | 0 | 55 | 115 | 64 | 8 |
| Octal | 30 | 0 | 47 | 46 | 144 | 0 | 125 | 425 | 144 | 10 |
| Binary | 11000 | 0 | 100111 | 100110 | 1100100 | 0 | 1010101 | 100010101 | 1100100 | 1000 |
Color Harmonies of #180027
Complementary color
Monochromatic Colors of #180027
Black with #180027
Text Example
Text Example
White with #180027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180027; }
p { color: rgb(24,0,39); }
H1.HeaderClassName
{
color: #180027;
}
.AnyTagClassName
{
color: #180027;
}
</style>
background-color css
<style>
a { background-color: #180027; }
a { background-color: rgb(24,0,39); }
div.DivClassName
{
background-color: #180027;
}
.BgClassName
{
background-color: #180027;
}
</style>
border-color css
<style>
span { border-color: #180027; }
span { border-color: rgb(24,0,39); }
td.TdClassName
{
border-color: #180027;
}
.TagClassName
{
border-color: #180027;
}
</style>