Shades of Blackcurrant #180F28
Tints of Blackcurrant #180F28
RGB
CMYK
RGB Variations
Color information
#180F28 (or 0x180F28) is known color: Blackcurrant. HEX triplet: 18, 0F and 28. RGB value is (24,15,40). Sum of RGB (Red+Green+Blue) = 24+15+40=79 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30.38% from 79); Green value is 15 (6.25% from 255 or 18.99% from 79); Blue value is 40 (16.02% from 255 or 50.63% from 79); Max value from RGB is 40 - color contains mainly: blue. Hex color #180F28 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180F28 is #E7F0D7. Grayscale: #141414. Windows color (decimal): -15200472 or 2625304. OLE color: 2625304.
HSL color Cylindrical-coordinate representation of color #180F28: hue angle of 261.6º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #180F28 is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 15 | 40 | - |
| CMYK | 0.40 | 0.62 | 0 | 0.84 |
| HSL | 261.6º | 0.45% | 0.11% | - |
| HSV(B) | 261.6º | 0.63% | 0.16% | - |
| XYZ | 0.93 | 0.69 | 2.09 | - |
| YUV | 20.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 15 | 40 | 0.40 | 0.62 | 0 | 0.84 | 261.6 | 0.45 | 0.11 |
| Hex | 18 | F | 28 | 28 | 3E | 0 | 54 | 106 | 2D | B |
| Octal | 30 | 17 | 50 | 50 | 76 | 0 | 124 | 406 | 55 | 13 |
| Binary | 11000 | 1111 | 101000 | 101000 | 111110 | 0 | 1010100 | 100000110 | 101101 | 1011 |
Color Harmonies of #180F28
Complementary color
Monochromatic Colors of #180F28
Black with #180F28
Text Example
Text Example
White with #180F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180F28; }
p { color: rgb(24,15,40); }
H1.HeaderClassName
{
color: #180F28;
}
.AnyTagClassName
{
color: #180F28;
}
</style>
background-color css
<style>
a { background-color: #180F28; }
a { background-color: rgb(24,15,40); }
div.DivClassName
{
background-color: #180F28;
}
.BgClassName
{
background-color: #180F28;
}
</style>
border-color css
<style>
span { border-color: #180F28; }
span { border-color: rgb(24,15,40); }
td.TdClassName
{
border-color: #180F28;
}
.TagClassName
{
border-color: #180F28;
}
</style>