Shades of Blackcurrant #210B2D
Tints of Blackcurrant #210B2D
RGB
CMYK
RGB Variations
Color information
#210B2D (or 0x210B2D) is known color: Blackcurrant. HEX triplet: 21, 0B and 2D. RGB value is (33,11,45). Sum of RGB (Red+Green+Blue) = 33+11+45=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 11 (4.69% from 255 or 12.36% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #210B2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B2D is #DEF4D2. Grayscale: #151515. Windows color (decimal): -14611667 or 2951969. OLE color: 2951969.
HSL color Cylindrical-coordinate representation of color #210B2D: hue angle of 278.82º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #210B2D is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 11 | 45 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.82 |
| HSL | 278.82º | 0.61% | 0.11% | - |
| HSV(B) | 278.82º | 0.76% | 0.18% | - |
| XYZ | 1.22 | 0.75 | 2.56 | - |
| YUV | 21.45 | 141.29 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 45 | 0.27 | 0.76 | 0 | 0.82 | 278.82 | 0.61 | 0.11 |
| Hex | 21 | B | 2D | 1B | 4C | 0 | 52 | 117 | 3D | B |
| Octal | 41 | 13 | 55 | 33 | 114 | 0 | 122 | 427 | 75 | 13 |
| Binary | 100001 | 1011 | 101101 | 11011 | 1001100 | 0 | 1010010 | 100010111 | 111101 | 1011 |
Color Harmonies of #210B2D
Complementary color
Monochromatic Colors of #210B2D
Black with #210B2D
Text Example
Text Example
White with #210B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B2D; }
p { color: rgb(33,11,45); }
H1.HeaderClassName
{
color: #210B2D;
}
.AnyTagClassName
{
color: #210B2D;
}
</style>
background-color css
<style>
a { background-color: #210B2D; }
a { background-color: rgb(33,11,45); }
div.DivClassName
{
background-color: #210B2D;
}
.BgClassName
{
background-color: #210B2D;
}
</style>
border-color css
<style>
span { border-color: #210B2D; }
span { border-color: rgb(33,11,45); }
td.TdClassName
{
border-color: #210B2D;
}
.TagClassName
{
border-color: #210B2D;
}
</style>