Shades of Blackcurrant #210F31
Tints of Blackcurrant #210F31
RGB
CMYK
RGB Variations
Color information
#210F31 (or 0x210F31) is known color: Blackcurrant. HEX triplet: 21, 0F and 31. RGB value is (33,15,49). Sum of RGB (Red+Green+Blue) = 33+15+49=97 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.02% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #210F31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F31 is #DEF0CE. Grayscale: #181818. Windows color (decimal): -14610639 or 3215137. OLE color: 3215137.
HSL color Cylindrical-coordinate representation of color #210F31: hue angle of 271.76º degrees, saturation: 0.53, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #210F31 is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 15 | 49 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.81 |
| HSL | 271.76º | 0.53% | 0.13% | - |
| HSV(B) | 271.76º | 0.69% | 0.19% | - |
| XYZ | 1.35 | 0.89 | 3.01 | - |
| YUV | 24.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 49 | 0.33 | 0.69 | 0 | 0.81 | 271.76 | 0.53 | 0.13 |
| Hex | 21 | F | 31 | 21 | 45 | 0 | 51 | 110 | 35 | D |
| Octal | 41 | 17 | 61 | 41 | 105 | 0 | 121 | 420 | 65 | 15 |
| Binary | 100001 | 1111 | 110001 | 100001 | 1000101 | 0 | 1010001 | 100010000 | 110101 | 1101 |
Color Harmonies of #210F31
Complementary color
Monochromatic Colors of #210F31
Black with #210F31
Text Example
Text Example
White with #210F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F31; }
p { color: rgb(33,15,49); }
H1.HeaderClassName
{
color: #210F31;
}
.AnyTagClassName
{
color: #210F31;
}
</style>
background-color css
<style>
a { background-color: #210F31; }
a { background-color: rgb(33,15,49); }
div.DivClassName
{
background-color: #210F31;
}
.BgClassName
{
background-color: #210F31;
}
</style>
border-color css
<style>
span { border-color: #210F31; }
span { border-color: rgb(33,15,49); }
td.TdClassName
{
border-color: #210F31;
}
.TagClassName
{
border-color: #210F31;
}
</style>