Shades of Blackcurrant #211827
Tints of Blackcurrant #211827
RGB
CMYK
RGB Variations
Color information
#211827 (or 0x211827) is known color: Blackcurrant. HEX triplet: 21, 18 and 27. RGB value is (33,24,39). Sum of RGB (Red+Green+Blue) = 33+24+39=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 24 (9.77% from 255 or 25% from 96); Blue value is 39 (15.62% from 255 or 40.62% from 96); Max value from RGB is 39 - color contains mainly: blue. Hex color #211827 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #211827 is #DEE7D8. Grayscale: #1C1C1C. Windows color (decimal): -14608345 or 2562081. OLE color: 2562081.
HSL color Cylindrical-coordinate representation of color #211827: hue angle of 276º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #211827 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 24 | 39 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.85 |
| HSL | 276º | 0.24% | 0.12% | - |
| HSV(B) | 276º | 0.38% | 0.15% | - |
| XYZ | 1.32 | 1.12 | 2.07 | - |
| YUV | 28.4 | 133.98 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 24 | 39 | 0.15 | 0.38 | 0 | 0.85 | 276 | 0.24 | 0.12 |
| Hex | 21 | 18 | 27 | F | 26 | 0 | 55 | 114 | 18 | C |
| Octal | 41 | 30 | 47 | 17 | 46 | 0 | 125 | 424 | 30 | 14 |
| Binary | 100001 | 11000 | 100111 | 1111 | 100110 | 0 | 1010101 | 100010100 | 11000 | 1100 |
Color Harmonies of #211827
Complementary color
Monochromatic Colors of #211827
Black with #211827
Text Example
Text Example
White with #211827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211827; }
p { color: rgb(33,24,39); }
H1.HeaderClassName
{
color: #211827;
}
.AnyTagClassName
{
color: #211827;
}
</style>
background-color css
<style>
a { background-color: #211827; }
a { background-color: rgb(33,24,39); }
div.DivClassName
{
background-color: #211827;
}
.BgClassName
{
background-color: #211827;
}
</style>
border-color css
<style>
span { border-color: #211827; }
span { border-color: rgb(33,24,39); }
td.TdClassName
{
border-color: #211827;
}
.TagClassName
{
border-color: #211827;
}
</style>