Shades of Blackcurrant #18023A
Tints of Blackcurrant #18023A
RGB
CMYK
RGB Variations
Color information
#18023A (or 0x18023A) is known color: Blackcurrant. HEX triplet: 18, 02 and 3A. RGB value is (24,2,58). Sum of RGB (Red+Green+Blue) = 24+2+58=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 58 (23.05% from 255 or 69.05% from 84); Max value from RGB is 58 - color contains mainly: blue. Hex color #18023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18023A is #E7FDC5. Grayscale: #0E0E0E. Windows color (decimal): -15203782 or 3801624. OLE color: 3801624.
HSL color Cylindrical-coordinate representation of color #18023A: hue angle of 263.57º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18023A is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 2 | 58 | - |
| CMYK | 0.59 | 0.97 | 0 | 0.77 |
| HSL | 263.57º | 0.93% | 0.12% | - |
| HSV(B) | 263.57º | 0.97% | 0.23% | - |
| XYZ | 1.16 | 0.54 | 4.05 | - |
| YUV | 14.96 | 152.29 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 58 | 0.59 | 0.97 | 0 | 0.77 | 263.57 | 0.93 | 0.12 |
| Hex | 18 | 2 | 3A | 3B | 61 | 0 | 4D | 108 | 5D | C |
| Octal | 30 | 2 | 72 | 73 | 141 | 0 | 115 | 410 | 135 | 14 |
| Binary | 11000 | 10 | 111010 | 111011 | 1100001 | 0 | 1001101 | 100001000 | 1011101 | 1100 |
Color Harmonies of #18023A
Complementary color
Monochromatic Colors of #18023A
Black with #18023A
Text Example
Text Example
White with #18023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18023A; }
p { color: rgb(24,2,58); }
H1.HeaderClassName
{
color: #18023A;
}
.AnyTagClassName
{
color: #18023A;
}
</style>
background-color css
<style>
a { background-color: #18023A; }
a { background-color: rgb(24,2,58); }
div.DivClassName
{
background-color: #18023A;
}
.BgClassName
{
background-color: #18023A;
}
</style>
border-color css
<style>
span { border-color: #18023A; }
span { border-color: rgb(24,2,58); }
td.TdClassName
{
border-color: #18023A;
}
.TagClassName
{
border-color: #18023A;
}
</style>