Shades of Blackcurrant #180128
Tints of Blackcurrant #180128
RGB
CMYK
RGB Variations
Color information
#180128 (or 0x180128) is known color: Blackcurrant. HEX triplet: 18, 01 and 28. RGB value is (24,1,40). Sum of RGB (Red+Green+Blue) = 24+1+40=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #180128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180128 is #E7FED7. Grayscale: #0C0C0C. Windows color (decimal): -15204056 or 2621720. OLE color: 2621720.
HSL color Cylindrical-coordinate representation of color #180128: hue angle of 275.38º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180128 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 1 | 40 | - |
| CMYK | 0.40 | 0.98 | 0 | 0.84 |
| HSL | 275.38º | 0.95% | 0.08% | - |
| HSV(B) | 275.38º | 0.98% | 0.16% | - |
| XYZ | 0.77 | 0.37 | 2.04 | - |
| YUV | 12.32 | 143.62 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 1 | 40 | 0.40 | 0.98 | 0 | 0.84 | 275.38 | 0.95 | 0.08 |
| Hex | 18 | 1 | 28 | 28 | 62 | 0 | 54 | 113 | 5F | 8 |
| Octal | 30 | 1 | 50 | 50 | 142 | 0 | 124 | 423 | 137 | 10 |
| Binary | 11000 | 1 | 101000 | 101000 | 1100010 | 0 | 1010100 | 100010011 | 1011111 | 1000 |
Color Harmonies of #180128
Complementary color
Monochromatic Colors of #180128
Black with #180128
Text Example
Text Example
White with #180128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180128; }
p { color: rgb(24,1,40); }
H1.HeaderClassName
{
color: #180128;
}
.AnyTagClassName
{
color: #180128;
}
</style>
background-color css
<style>
a { background-color: #180128; }
a { background-color: rgb(24,1,40); }
div.DivClassName
{
background-color: #180128;
}
.BgClassName
{
background-color: #180128;
}
</style>
border-color css
<style>
span { border-color: #180128; }
span { border-color: rgb(24,1,40); }
td.TdClassName
{
border-color: #180128;
}
.TagClassName
{
border-color: #180128;
}
</style>