Shades of Blackcurrant #21182D
Tints of Blackcurrant #21182D
RGB
CMYK
RGB Variations
Color information
#21182D (or 0x21182D) is known color: Blackcurrant. HEX triplet: 21, 18 and 2D. RGB value is (33,24,45). Sum of RGB (Red+Green+Blue) = 33+24+45=102 (13% of max value = 765). Red value is 33 (13.28% from 255 or 32.35% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 45 (17.97% from 255 or 44.12% from 102); Max value from RGB is 45 - color contains mainly: blue. Hex color #21182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21182D is #DEE7D2. Grayscale: #1D1D1D. Windows color (decimal): -14608339 or 2955297. OLE color: 2955297.
HSL color Cylindrical-coordinate representation of color #21182D: hue angle of 265.71º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #21182D is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 24 | 45 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.82 |
| HSL | 265.71º | 0.3% | 0.14% | - |
| HSV(B) | 265.71º | 0.47% | 0.18% | - |
| XYZ | 1.43 | 1.17 | 2.63 | - |
| YUV | 29.09 | 136.98 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 45 | 0.27 | 0.47 | 0 | 0.82 | 265.71 | 0.3 | 0.14 |
| Hex | 21 | 18 | 2D | 1B | 2F | 0 | 52 | 10A | 1E | E |
| Octal | 41 | 30 | 55 | 33 | 57 | 0 | 122 | 412 | 36 | 16 |
| Binary | 100001 | 11000 | 101101 | 11011 | 101111 | 0 | 1010010 | 100001010 | 11110 | 1110 |
Color Harmonies of #21182D
Complementary color
Monochromatic Colors of #21182D
Black with #21182D
Text Example
Text Example
White with #21182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21182D; }
p { color: rgb(33,24,45); }
H1.HeaderClassName
{
color: #21182D;
}
.AnyTagClassName
{
color: #21182D;
}
</style>
background-color css
<style>
a { background-color: #21182D; }
a { background-color: rgb(33,24,45); }
div.DivClassName
{
background-color: #21182D;
}
.BgClassName
{
background-color: #21182D;
}
</style>
border-color css
<style>
span { border-color: #21182D; }
span { border-color: rgb(33,24,45); }
td.TdClassName
{
border-color: #21182D;
}
.TagClassName
{
border-color: #21182D;
}
</style>