Shades of Blackcurrant #18021B
Tints of Blackcurrant #18021B
RGB
CMYK
RGB Variations
Color information
#18021B (or 0x18021B) is known color: Blackcurrant. HEX triplet: 18, 02 and 1B. RGB value is (24,2,27). Sum of RGB (Red+Green+Blue) = 24+2+27=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #18021B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18021B is #E7FDE4. Grayscale: #0B0B0B. Windows color (decimal): -15203813 or 1770008. OLE color: 1770008.
HSL color Cylindrical-coordinate representation of color #18021B: hue angle of 292.8º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18021B is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 24 | 2 | 27 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.89 |
| HSL | 292.8º | 0.86% | 0.06% | - |
| HSV(B) | 292.8º | 0.93% | 0.11% | - |
| XYZ | 0.6 | 0.32 | 1.07 | - |
| YUV | 11.43 | 136.79 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 2 | 27 | 0.11 | 0.93 | 0 | 0.89 | 292.8 | 0.86 | 0.06 |
| Hex | 18 | 2 | 1B | B | 5D | 0 | 59 | 125 | 56 | 6 |
| Octal | 30 | 2 | 33 | 13 | 135 | 0 | 131 | 445 | 126 | 6 |
| Binary | 11000 | 10 | 11011 | 1011 | 1011101 | 0 | 1011001 | 100100101 | 1010110 | 110 |
Color Harmonies of #18021B
Complementary color
Monochromatic Colors of #18021B
Black with #18021B
Text Example
Text Example
White with #18021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18021B; }
p { color: rgb(24,2,27); }
H1.HeaderClassName
{
color: #18021B;
}
.AnyTagClassName
{
color: #18021B;
}
</style>
background-color css
<style>
a { background-color: #18021B; }
a { background-color: rgb(24,2,27); }
div.DivClassName
{
background-color: #18021B;
}
.BgClassName
{
background-color: #18021B;
}
</style>
border-color css
<style>
span { border-color: #18021B; }
span { border-color: rgb(24,2,27); }
td.TdClassName
{
border-color: #18021B;
}
.TagClassName
{
border-color: #18021B;
}
</style>