Shades of Blackcurrant #180042
Tints of Blackcurrant #180042
RGB
CMYK
RGB Variations
Color information
#180042 (or 0x180042) is known color: Blackcurrant. HEX triplet: 18, 00 and 42. RGB value is (24,0,66). Sum of RGB (Red+Green+Blue) = 24+0+66=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 66 (26.17% from 255 or 73.33% from 90); Max value from RGB is 66 - color contains mainly: blue. Hex color #180042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180042 is #E7FFBD. Grayscale: #0E0E0E. Windows color (decimal): -15204286 or 4325400. OLE color: 4325400.
HSL color Cylindrical-coordinate representation of color #180042: hue angle of 261.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180042 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 0 | 66 | - |
| CMYK | 0.64 | 1 | 0 | 0.74 |
| HSL | 261.82º | 1% | 0.13% | - |
| HSV(B) | 261.82º | 1% | 0.26% | - |
| XYZ | 1.36 | 0.59 | 5.2 | - |
| YUV | 14.7 | 156.95 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 0 | 66 | 0.64 | 1 | 0 | 0.74 | 261.82 | 1 | 0.13 |
| Hex | 18 | 0 | 42 | 40 | 64 | 0 | 4A | 106 | 64 | D |
| Octal | 30 | 0 | 102 | 100 | 144 | 0 | 112 | 406 | 144 | 15 |
| Binary | 11000 | 0 | 1000010 | 1000000 | 1100100 | 0 | 1001010 | 100000110 | 1100100 | 1101 |
Color Harmonies of #180042
Complementary color
Monochromatic Colors of #180042
Black with #180042
Text Example
Text Example
White with #180042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180042; }
p { color: rgb(24,0,66); }
H1.HeaderClassName
{
color: #180042;
}
.AnyTagClassName
{
color: #180042;
}
</style>
background-color css
<style>
a { background-color: #180042; }
a { background-color: rgb(24,0,66); }
div.DivClassName
{
background-color: #180042;
}
.BgClassName
{
background-color: #180042;
}
</style>
border-color css
<style>
span { border-color: #180042; }
span { border-color: rgb(24,0,66); }
td.TdClassName
{
border-color: #180042;
}
.TagClassName
{
border-color: #180042;
}
</style>