Shades of Blackcurrant #211A23
Tints of Blackcurrant #211A23
RGB
CMYK
RGB Variations
Color information
#211A23 (or 0x211A23) is known color: Blackcurrant. HEX triplet: 21, 1A and 23. RGB value is (33,26,35). Sum of RGB (Red+Green+Blue) = 33+26+35=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 26 (10.55% from 255 or 27.66% from 94); Blue value is 35 (14.06% from 255 or 37.23% from 94); Max value from RGB is 35 - color contains mainly: blue. Hex color #211A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211A23 is #DEE5DC. Grayscale: #1D1D1D. Windows color (decimal): -14607837 or 2300449. OLE color: 2300449.
HSL color Cylindrical-coordinate representation of color #211A23: hue angle of 286.67º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #211A23 is Cyan = 0.06, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 33 | 26 | 35 | - |
| CMYK | 0.06 | 0.26 | 0 | 0.86 |
| HSL | 286.67º | 0.15% | 0.12% | - |
| HSV(B) | 286.67º | 0.26% | 0.14% | - |
| XYZ | 1.3 | 1.18 | 1.75 | - |
| YUV | 29.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 35 | 0.06 | 0.26 | 0 | 0.86 | 286.67 | 0.15 | 0.12 |
| Hex | 21 | 1A | 23 | 6 | 1A | 0 | 56 | 11F | F | C |
| Octal | 41 | 32 | 43 | 6 | 32 | 0 | 126 | 437 | 17 | 14 |
| Binary | 100001 | 11010 | 100011 | 110 | 11010 | 0 | 1010110 | 100011111 | 1111 | 1100 |
Color Harmonies of #211A23
Complementary color
Monochromatic Colors of #211A23
Black with #211A23
Text Example
Text Example
White with #211A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A23; }
p { color: rgb(33,26,35); }
H1.HeaderClassName
{
color: #211A23;
}
.AnyTagClassName
{
color: #211A23;
}
</style>
background-color css
<style>
a { background-color: #211A23; }
a { background-color: rgb(33,26,35); }
div.DivClassName
{
background-color: #211A23;
}
.BgClassName
{
background-color: #211A23;
}
</style>
border-color css
<style>
span { border-color: #211A23; }
span { border-color: rgb(33,26,35); }
td.TdClassName
{
border-color: #211A23;
}
.TagClassName
{
border-color: #211A23;
}
</style>