Shades of Blackcurrant #180238
Tints of Blackcurrant #180238
RGB
CMYK
RGB Variations
Color information
#180238 (or 0x180238) is known color: Blackcurrant. HEX triplet: 18, 02 and 38. RGB value is (24,2,56). Sum of RGB (Red+Green+Blue) = 24+2+56=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 56 (22.27% from 255 or 68.29% from 82); Max value from RGB is 56 - color contains mainly: blue. Hex color #180238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180238 is #E7FDC7. Grayscale: #0E0E0E. Windows color (decimal): -15203784 or 3670552. OLE color: 3670552.
HSL color Cylindrical-coordinate representation of color #180238: hue angle of 264.44º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180238 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 2 | 56 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.78 |
| HSL | 264.44º | 0.93% | 0.11% | - |
| HSV(B) | 264.44º | 0.96% | 0.22% | - |
| XYZ | 1.11 | 0.52 | 3.78 | - |
| YUV | 14.73 | 151.29 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 56 | 0.57 | 0.96 | 0 | 0.78 | 264.44 | 0.93 | 0.11 |
| Hex | 18 | 2 | 38 | 39 | 60 | 0 | 4E | 108 | 5D | B |
| Octal | 30 | 2 | 70 | 71 | 140 | 0 | 116 | 410 | 135 | 13 |
| Binary | 11000 | 10 | 111000 | 111001 | 1100000 | 0 | 1001110 | 100001000 | 1011101 | 1011 |
Color Harmonies of #180238
Complementary color
Monochromatic Colors of #180238
Black with #180238
Text Example
Text Example
White with #180238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180238; }
p { color: rgb(24,2,56); }
H1.HeaderClassName
{
color: #180238;
}
.AnyTagClassName
{
color: #180238;
}
</style>
background-color css
<style>
a { background-color: #180238; }
a { background-color: rgb(24,2,56); }
div.DivClassName
{
background-color: #180238;
}
.BgClassName
{
background-color: #180238;
}
</style>
border-color css
<style>
span { border-color: #180238; }
span { border-color: rgb(24,2,56); }
td.TdClassName
{
border-color: #180238;
}
.TagClassName
{
border-color: #180238;
}
</style>