Shades of Blackcurrant #181021
Tints of Blackcurrant #181021
RGB
CMYK
RGB Variations
Color information
#181021 (or 0x181021) is known color: Blackcurrant. HEX triplet: 18, 10 and 21. RGB value is (24,16,33). Sum of RGB (Red+Green+Blue) = 24+16+33=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 16 (6.64% from 255 or 21.92% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 33 - color contains mainly: blue. Hex color #181021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181021 is #E7EFDE. Grayscale: #141414. Windows color (decimal): -15200223 or 2166808. OLE color: 2166808.
HSL color Cylindrical-coordinate representation of color #181021: hue angle of 268.24º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #181021 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 16 | 33 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.87 |
| HSL | 268.24º | 0.35% | 0.1% | - |
| HSV(B) | 268.24º | 0.52% | 0.13% | - |
| XYZ | 0.84 | 0.67 | 1.52 | - |
| YUV | 20.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 16 | 33 | 0.27 | 0.52 | 0 | 0.87 | 268.24 | 0.35 | 0.1 |
| Hex | 18 | 10 | 21 | 1B | 34 | 0 | 57 | 10C | 23 | A |
| Octal | 30 | 20 | 41 | 33 | 64 | 0 | 127 | 414 | 43 | 12 |
| Binary | 11000 | 10000 | 100001 | 11011 | 110100 | 0 | 1010111 | 100001100 | 100011 | 1010 |
Color Harmonies of #181021
Complementary color
Monochromatic Colors of #181021
Black with #181021
Text Example
Text Example
White with #181021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181021; }
p { color: rgb(24,16,33); }
H1.HeaderClassName
{
color: #181021;
}
.AnyTagClassName
{
color: #181021;
}
</style>
background-color css
<style>
a { background-color: #181021; }
a { background-color: rgb(24,16,33); }
div.DivClassName
{
background-color: #181021;
}
.BgClassName
{
background-color: #181021;
}
</style>
border-color css
<style>
span { border-color: #181021; }
span { border-color: rgb(24,16,33); }
td.TdClassName
{
border-color: #181021;
}
.TagClassName
{
border-color: #181021;
}
</style>