Shades of Blackcurrant #210F30
Tints of Blackcurrant #210F30
RGB
CMYK
RGB Variations
Color information
#210F30 (or 0x210F30) is known color: Blackcurrant. HEX triplet: 21, 0F and 30. RGB value is (33,15,48). Sum of RGB (Red+Green+Blue) = 33+15+48=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 15 (6.25% from 255 or 15.62% from 96); Blue value is 48 (19.14% from 255 or 50% from 96); Max value from RGB is 48 - color contains mainly: blue. Hex color #210F30 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F30 is #DEF0CF. Grayscale: #181818. Windows color (decimal): -14610640 or 3149601. OLE color: 3149601.
HSL color Cylindrical-coordinate representation of color #210F30: hue angle of 272.73º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #210F30 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 15 | 48 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.81 |
| HSL | 272.73º | 0.52% | 0.12% | - |
| HSV(B) | 272.73º | 0.69% | 0.19% | - |
| XYZ | 1.33 | 0.88 | 2.9 | - |
| YUV | 24.14 | 141.46 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 48 | 0.31 | 0.69 | 0 | 0.81 | 272.73 | 0.52 | 0.12 |
| Hex | 21 | F | 30 | 1F | 45 | 0 | 51 | 111 | 34 | C |
| Octal | 41 | 17 | 60 | 37 | 105 | 0 | 121 | 421 | 64 | 14 |
| Binary | 100001 | 1111 | 110000 | 11111 | 1000101 | 0 | 1010001 | 100010001 | 110100 | 1100 |
Color Harmonies of #210F30
Complementary color
Monochromatic Colors of #210F30
Black with #210F30
Text Example
Text Example
White with #210F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F30; }
p { color: rgb(33,15,48); }
H1.HeaderClassName
{
color: #210F30;
}
.AnyTagClassName
{
color: #210F30;
}
</style>
background-color css
<style>
a { background-color: #210F30; }
a { background-color: rgb(33,15,48); }
div.DivClassName
{
background-color: #210F30;
}
.BgClassName
{
background-color: #210F30;
}
</style>
border-color css
<style>
span { border-color: #210F30; }
span { border-color: rgb(33,15,48); }
td.TdClassName
{
border-color: #210F30;
}
.TagClassName
{
border-color: #210F30;
}
</style>