Shades of Blackcurrant #18043B
Tints of Blackcurrant #18043B
RGB
CMYK
RGB Variations
Color information
#18043B (or 0x18043B) is known color: Blackcurrant. HEX triplet: 18, 04 and 3B. RGB value is (24,4,59). Sum of RGB (Red+Green+Blue) = 24+4+59=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #18043B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18043B is #E7FBC4. Grayscale: #101010. Windows color (decimal): -15203269 or 3867672. OLE color: 3867672.
HSL color Cylindrical-coordinate representation of color #18043B: hue angle of 261.82º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18043B is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 24 | 4 | 59 | - |
| CMYK | 0.59 | 0.93 | 0 | 0.77 |
| HSL | 261.82º | 0.87% | 0.12% | - |
| HSV(B) | 261.82º | 0.93% | 0.23% | - |
| XYZ | 1.21 | 0.6 | 4.19 | - |
| YUV | 16.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 4 | 59 | 0.59 | 0.93 | 0 | 0.77 | 261.82 | 0.87 | 0.12 |
| Hex | 18 | 4 | 3B | 3B | 5D | 0 | 4D | 106 | 57 | C |
| Octal | 30 | 4 | 73 | 73 | 135 | 0 | 115 | 406 | 127 | 14 |
| Binary | 11000 | 100 | 111011 | 111011 | 1011101 | 0 | 1001101 | 100000110 | 1010111 | 1100 |
Color Harmonies of #18043B
Complementary color
Monochromatic Colors of #18043B
Black with #18043B
Text Example
Text Example
White with #18043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18043B; }
p { color: rgb(24,4,59); }
H1.HeaderClassName
{
color: #18043B;
}
.AnyTagClassName
{
color: #18043B;
}
</style>
background-color css
<style>
a { background-color: #18043B; }
a { background-color: rgb(24,4,59); }
div.DivClassName
{
background-color: #18043B;
}
.BgClassName
{
background-color: #18043B;
}
</style>
border-color css
<style>
span { border-color: #18043B; }
span { border-color: rgb(24,4,59); }
td.TdClassName
{
border-color: #18043B;
}
.TagClassName
{
border-color: #18043B;
}
</style>