Shades of Blackcurrant #210F2E
Tints of Blackcurrant #210F2E
RGB
CMYK
RGB Variations
Color information
#210F2E (or 0x210F2E) is known color: Blackcurrant. HEX triplet: 21, 0F and 2E. RGB value is (33,15,46). Sum of RGB (Red+Green+Blue) = 33+15+46=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 15 (6.25% from 255 or 15.96% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #210F2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F2E is #DEF0D1. Grayscale: #171717. Windows color (decimal): -14610642 or 3018529. OLE color: 3018529.
HSL color Cylindrical-coordinate representation of color #210F2E: hue angle of 274.84º degrees, saturation: 0.51, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #210F2E is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 15 | 46 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.82 |
| HSL | 274.84º | 0.51% | 0.12% | - |
| HSV(B) | 274.84º | 0.67% | 0.18% | - |
| XYZ | 1.29 | 0.86 | 2.68 | - |
| YUV | 23.92 | 140.46 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 46 | 0.28 | 0.67 | 0 | 0.82 | 274.84 | 0.51 | 0.12 |
| Hex | 21 | F | 2E | 1C | 43 | 0 | 52 | 113 | 33 | C |
| Octal | 41 | 17 | 56 | 34 | 103 | 0 | 122 | 423 | 63 | 14 |
| Binary | 100001 | 1111 | 101110 | 11100 | 1000011 | 0 | 1010010 | 100010011 | 110011 | 1100 |
Color Harmonies of #210F2E
Complementary color
Monochromatic Colors of #210F2E
Black with #210F2E
Text Example
Text Example
White with #210F2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F2E; }
p { color: rgb(33,15,46); }
H1.HeaderClassName
{
color: #210F2E;
}
.AnyTagClassName
{
color: #210F2E;
}
</style>
background-color css
<style>
a { background-color: #210F2E; }
a { background-color: rgb(33,15,46); }
div.DivClassName
{
background-color: #210F2E;
}
.BgClassName
{
background-color: #210F2E;
}
</style>
border-color css
<style>
span { border-color: #210F2E; }
span { border-color: rgb(33,15,46); }
td.TdClassName
{
border-color: #210F2E;
}
.TagClassName
{
border-color: #210F2E;
}
</style>