Shades of Blackcurrant #180328
Tints of Blackcurrant #180328
RGB
CMYK
RGB Variations
Color information
#180328 (or 0x180328) is known color: Blackcurrant. HEX triplet: 18, 03 and 28. RGB value is (24,3,40). Sum of RGB (Red+Green+Blue) = 24+3+40=67 (8% of max value = 765). Red value is 24 (9.77% from 255 or 35.82% from 67); Green value is 3 (1.56% from 255 or 4.48% from 67); Blue value is 40 (16.02% from 255 or 59.70% from 67); Max value from RGB is 40 - color contains mainly: blue. Hex color #180328 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180328 is #E7FCD7. Grayscale: #0D0D0D. Windows color (decimal): -15203544 or 2622232. OLE color: 2622232.
HSL color Cylindrical-coordinate representation of color #180328: hue angle of 274.05º degrees, saturation: 0.86, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #180328 is Cyan = 0.40, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 3 | 40 | - |
| CMYK | 0.40 | 0.93 | 0 | 0.84 |
| HSL | 274.05º | 0.86% | 0.08% | - |
| HSV(B) | 274.05º | 0.93% | 0.16% | - |
| XYZ | 0.79 | 0.41 | 2.05 | - |
| YUV | 13.5 | 142.96 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 3 | 40 | 0.40 | 0.93 | 0 | 0.84 | 274.05 | 0.86 | 0.08 |
| Hex | 18 | 3 | 28 | 28 | 5D | 0 | 54 | 112 | 56 | 8 |
| Octal | 30 | 3 | 50 | 50 | 135 | 0 | 124 | 422 | 126 | 10 |
| Binary | 11000 | 11 | 101000 | 101000 | 1011101 | 0 | 1010100 | 100010010 | 1010110 | 1000 |
Color Harmonies of #180328
Complementary color
Monochromatic Colors of #180328
Black with #180328
Text Example
Text Example
White with #180328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180328; }
p { color: rgb(24,3,40); }
H1.HeaderClassName
{
color: #180328;
}
.AnyTagClassName
{
color: #180328;
}
</style>
background-color css
<style>
a { background-color: #180328; }
a { background-color: rgb(24,3,40); }
div.DivClassName
{
background-color: #180328;
}
.BgClassName
{
background-color: #180328;
}
</style>
border-color css
<style>
span { border-color: #180328; }
span { border-color: rgb(24,3,40); }
td.TdClassName
{
border-color: #180328;
}
.TagClassName
{
border-color: #180328;
}
</style>