Shades of Blackcurrant #180227
Tints of Blackcurrant #180227
RGB
CMYK
RGB Variations
Color information
#180227 (or 0x180227) is known color: Blackcurrant. HEX triplet: 18, 02 and 27. RGB value is (24,2,39). Sum of RGB (Red+Green+Blue) = 24+2+39=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 2 (1.17% from 255 or 3.08% from 65); Blue value is 39 (15.62% from 255 or 60% from 65); Max value from RGB is 39 - color contains mainly: blue. Hex color #180227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180227 is #E7FDD8. Grayscale: #0C0C0C. Windows color (decimal): -15203801 or 2556440. OLE color: 2556440.
HSL color Cylindrical-coordinate representation of color #180227: hue angle of 275.68º degrees, saturation: 0.9, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180227 is Cyan = 0.38, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 2 | 39 | - |
| CMYK | 0.38 | 0.95 | 0 | 0.85 |
| HSL | 275.68º | 0.9% | 0.08% | - |
| HSV(B) | 275.68º | 0.95% | 0.15% | - |
| XYZ | 0.76 | 0.38 | 1.95 | - |
| YUV | 12.8 | 142.79 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 39 | 0.38 | 0.95 | 0 | 0.85 | 275.68 | 0.9 | 0.08 |
| Hex | 18 | 2 | 27 | 26 | 5F | 0 | 55 | 114 | 5A | 8 |
| Octal | 30 | 2 | 47 | 46 | 137 | 0 | 125 | 424 | 132 | 10 |
| Binary | 11000 | 10 | 100111 | 100110 | 1011111 | 0 | 1010101 | 100010100 | 1011010 | 1000 |
Color Harmonies of #180227
Complementary color
Monochromatic Colors of #180227
Black with #180227
Text Example
Text Example
White with #180227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180227; }
p { color: rgb(24,2,39); }
H1.HeaderClassName
{
color: #180227;
}
.AnyTagClassName
{
color: #180227;
}
</style>
background-color css
<style>
a { background-color: #180227; }
a { background-color: rgb(24,2,39); }
div.DivClassName
{
background-color: #180227;
}
.BgClassName
{
background-color: #180227;
}
</style>
border-color css
<style>
span { border-color: #180227; }
span { border-color: rgb(24,2,39); }
td.TdClassName
{
border-color: #180227;
}
.TagClassName
{
border-color: #180227;
}
</style>