Shades of Blackcurrant #210D30
Tints of Blackcurrant #210D30
RGB
CMYK
RGB Variations
Color information
#210D30 (or 0x210D30) is known color: Blackcurrant. HEX triplet: 21, 0D and 30. RGB value is (33,13,48). Sum of RGB (Red+Green+Blue) = 33+13+48=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #210D30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210D30 is #DEF2CF. Grayscale: #161616. Windows color (decimal): -14611152 or 3149089. OLE color: 3149089.
HSL color Cylindrical-coordinate representation of color #210D30: hue angle of 274.29º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #210D30 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 13 | 48 | - |
| CMYK | 0.31 | 0.73 | 0 | 0.81 |
| HSL | 274.29º | 0.57% | 0.12% | - |
| HSV(B) | 274.29º | 0.73% | 0.19% | - |
| XYZ | 1.3 | 0.82 | 2.89 | - |
| YUV | 22.97 | 142.13 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 13 | 48 | 0.31 | 0.73 | 0 | 0.81 | 274.29 | 0.57 | 0.12 |
| Hex | 21 | D | 30 | 1F | 49 | 0 | 51 | 112 | 39 | C |
| Octal | 41 | 15 | 60 | 37 | 111 | 0 | 121 | 422 | 71 | 14 |
| Binary | 100001 | 1101 | 110000 | 11111 | 1001001 | 0 | 1010001 | 100010010 | 111001 | 1100 |
Color Harmonies of #210D30
Complementary color
Monochromatic Colors of #210D30
Black with #210D30
Text Example
Text Example
White with #210D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210D30; }
p { color: rgb(33,13,48); }
H1.HeaderClassName
{
color: #210D30;
}
.AnyTagClassName
{
color: #210D30;
}
</style>
background-color css
<style>
a { background-color: #210D30; }
a { background-color: rgb(33,13,48); }
div.DivClassName
{
background-color: #210D30;
}
.BgClassName
{
background-color: #210D30;
}
</style>
border-color css
<style>
span { border-color: #210D30; }
span { border-color: rgb(33,13,48); }
td.TdClassName
{
border-color: #210D30;
}
.TagClassName
{
border-color: #210D30;
}
</style>