Shades of Blackcurrant #210C2B
Tints of Blackcurrant #210C2B
RGB
CMYK
RGB Variations
Color information
#210C2B (or 0x210C2B) is known color: Blackcurrant. HEX triplet: 21, 0C and 2B. RGB value is (33,12,43). Sum of RGB (Red+Green+Blue) = 33+12+43=88 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.5% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 43 (17.19% from 255 or 48.86% from 88); Max value from RGB is 43 - color contains mainly: blue. Hex color #210C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210C2B is #DEF3D4. Grayscale: #151515. Windows color (decimal): -14611413 or 2821153. OLE color: 2821153.
HSL color Cylindrical-coordinate representation of color #210C2B: hue angle of 280.65º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #210C2B is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 12 | 43 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.83 |
| HSL | 280.65º | 0.56% | 0.11% | - |
| HSV(B) | 280.65º | 0.72% | 0.17% | - |
| XYZ | 1.19 | 0.76 | 2.37 | - |
| YUV | 21.81 | 139.96 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 12 | 43 | 0.23 | 0.72 | 0 | 0.83 | 280.65 | 0.56 | 0.11 |
| Hex | 21 | C | 2B | 17 | 48 | 0 | 53 | 119 | 38 | B |
| Octal | 41 | 14 | 53 | 27 | 110 | 0 | 123 | 431 | 70 | 13 |
| Binary | 100001 | 1100 | 101011 | 10111 | 1001000 | 0 | 1010011 | 100011001 | 111000 | 1011 |
Color Harmonies of #210C2B
Complementary color
Monochromatic Colors of #210C2B
Black with #210C2B
Text Example
Text Example
White with #210C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210C2B; }
p { color: rgb(33,12,43); }
H1.HeaderClassName
{
color: #210C2B;
}
.AnyTagClassName
{
color: #210C2B;
}
</style>
background-color css
<style>
a { background-color: #210C2B; }
a { background-color: rgb(33,12,43); }
div.DivClassName
{
background-color: #210C2B;
}
.BgClassName
{
background-color: #210C2B;
}
</style>
border-color css
<style>
span { border-color: #210C2B; }
span { border-color: rgb(33,12,43); }
td.TdClassName
{
border-color: #210C2B;
}
.TagClassName
{
border-color: #210C2B;
}
</style>