Shades of Blackcurrant #180821
Tints of Blackcurrant #180821
RGB
CMYK
RGB Variations
Color information
#180821 (or 0x180821) is known color: Blackcurrant. HEX triplet: 18, 08 and 21. RGB value is (24,8,33). Sum of RGB (Red+Green+Blue) = 24+8+33=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 33 (13.28% from 255 or 50.77% from 65); Max value from RGB is 33 - color contains mainly: blue. Hex color #180821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180821 is #E7F7DE. Grayscale: #0F0F0F. Windows color (decimal): -15202271 or 2164760. OLE color: 2164760.
HSL color Cylindrical-coordinate representation of color #180821: hue angle of 278.4º degrees, saturation: 0.61, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #180821 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 8 | 33 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.87 |
| HSL | 278.4º | 0.61% | 0.08% | - |
| HSV(B) | 278.4º | 0.76% | 0.13% | - |
| XYZ | 0.74 | 0.48 | 1.49 | - |
| YUV | 15.63 | 137.8 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 8 | 33 | 0.27 | 0.76 | 0 | 0.87 | 278.4 | 0.61 | 0.08 |
| Hex | 18 | 8 | 21 | 1B | 4C | 0 | 57 | 116 | 3D | 8 |
| Octal | 30 | 10 | 41 | 33 | 114 | 0 | 127 | 426 | 75 | 10 |
| Binary | 11000 | 1000 | 100001 | 11011 | 1001100 | 0 | 1010111 | 100010110 | 111101 | 1000 |
Color Harmonies of #180821
Complementary color
Monochromatic Colors of #180821
Black with #180821
Text Example
Text Example
White with #180821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #180821; }
p { color: rgb(24,8,33); }
H1.HeaderClassName
{
color: #180821;
}
.AnyTagClassName
{
color: #180821;
}
</style>
background-color css
<style>
a { background-color: #180821; }
a { background-color: rgb(24,8,33); }
div.DivClassName
{
background-color: #180821;
}
.BgClassName
{
background-color: #180821;
}
</style>
border-color css
<style>
span { border-color: #180821; }
span { border-color: rgb(24,8,33); }
td.TdClassName
{
border-color: #180821;
}
.TagClassName
{
border-color: #180821;
}
</style>