Shades of Blackcurrant #21103A
Tints of Blackcurrant #21103A
RGB
CMYK
RGB Variations
Color information
#21103A (or 0x21103A) is known color: Blackcurrant. HEX triplet: 21, 10 and 3A. RGB value is (33,16,58). Sum of RGB (Red+Green+Blue) = 33+16+58=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #21103A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21103A is #DEEFC5. Grayscale: #191919. Windows color (decimal): -14610374 or 3805217. OLE color: 3805217.
HSL color Cylindrical-coordinate representation of color #21103A: hue angle of 264.29º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #21103A is Cyan = 0.43, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 16 | 58 | - |
| CMYK | 0.43 | 0.72 | 0 | 0.77 |
| HSL | 264.29º | 0.57% | 0.15% | - |
| HSV(B) | 264.29º | 0.72% | 0.23% | - |
| XYZ | 1.58 | 1 | 4.11 | - |
| YUV | 25.87 | 146.13 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 16 | 58 | 0.43 | 0.72 | 0 | 0.77 | 264.29 | 0.57 | 0.15 |
| Hex | 21 | 10 | 3A | 2B | 48 | 0 | 4D | 108 | 39 | F |
| Octal | 41 | 20 | 72 | 53 | 110 | 0 | 115 | 410 | 71 | 17 |
| Binary | 100001 | 10000 | 111010 | 101011 | 1001000 | 0 | 1001101 | 100001000 | 111001 | 1111 |
Color Harmonies of #21103A
Complementary color
Monochromatic Colors of #21103A
Black with #21103A
Text Example
Text Example
White with #21103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21103A; }
p { color: rgb(33,16,58); }
H1.HeaderClassName
{
color: #21103A;
}
.AnyTagClassName
{
color: #21103A;
}
</style>
background-color css
<style>
a { background-color: #21103A; }
a { background-color: rgb(33,16,58); }
div.DivClassName
{
background-color: #21103A;
}
.BgClassName
{
background-color: #21103A;
}
</style>
border-color css
<style>
span { border-color: #21103A; }
span { border-color: rgb(33,16,58); }
td.TdClassName
{
border-color: #21103A;
}
.TagClassName
{
border-color: #21103A;
}
</style>