Shades of Blackcurrant #21102B
Tints of Blackcurrant #21102B
RGB
CMYK
RGB Variations
Color information
#21102B (or 0x21102B) is known color: Blackcurrant. HEX triplet: 21, 10 and 2B. RGB value is (33,16,43). Sum of RGB (Red+Green+Blue) = 33+16+43=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 16 (6.64% from 255 or 17.39% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #21102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21102B is #DEEFD4. Grayscale: #181818. Windows color (decimal): -14610389 or 2822177. OLE color: 2822177.
HSL color Cylindrical-coordinate representation of color #21102B: hue angle of 277.78º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21102B is Cyan = 0.23, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 16 | 43 | - |
| CMYK | 0.23 | 0.63 | 0 | 0.83 |
| HSL | 277.78º | 0.46% | 0.12% | - |
| HSV(B) | 277.78º | 0.63% | 0.17% | - |
| XYZ | 1.25 | 0.87 | 2.39 | - |
| YUV | 24.16 | 138.63 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 43 | 0.23 | 0.63 | 0 | 0.83 | 277.78 | 0.46 | 0.12 |
| Hex | 21 | 10 | 2B | 17 | 3F | 0 | 53 | 116 | 2E | C |
| Octal | 41 | 20 | 53 | 27 | 77 | 0 | 123 | 426 | 56 | 14 |
| Binary | 100001 | 10000 | 101011 | 10111 | 111111 | 0 | 1010011 | 100010110 | 101110 | 1100 |
Color Harmonies of #21102B
Complementary color
Monochromatic Colors of #21102B
Black with #21102B
Text Example
Text Example
White with #21102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21102B; }
p { color: rgb(33,16,43); }
H1.HeaderClassName
{
color: #21102B;
}
.AnyTagClassName
{
color: #21102B;
}
</style>
background-color css
<style>
a { background-color: #21102B; }
a { background-color: rgb(33,16,43); }
div.DivClassName
{
background-color: #21102B;
}
.BgClassName
{
background-color: #21102B;
}
</style>
border-color css
<style>
span { border-color: #21102B; }
span { border-color: rgb(33,16,43); }
td.TdClassName
{
border-color: #21102B;
}
.TagClassName
{
border-color: #21102B;
}
</style>