Shades of Blackcurrant #210F27
Tints of Blackcurrant #210F27
RGB
CMYK
RGB Variations
Color information
#210F27 (or 0x210F27) is known color: Blackcurrant. HEX triplet: 21, 0F and 27. RGB value is (33,15,39). Sum of RGB (Red+Green+Blue) = 33+15+39=87 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.93% from 87); Green value is 15 (6.25% from 255 or 17.24% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #210F27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210F27 is #DEF0D8. Grayscale: #171717. Windows color (decimal): -14610649 or 2559777. OLE color: 2559777.
HSL color Cylindrical-coordinate representation of color #210F27: hue angle of 285º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #210F27 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 15 | 39 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.85 |
| HSL | 285º | 0.44% | 0.11% | - |
| HSV(B) | 285º | 0.62% | 0.15% | - |
| XYZ | 1.16 | 0.81 | 2.01 | - |
| YUV | 23.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 15 | 39 | 0.15 | 0.62 | 0 | 0.85 | 285 | 0.44 | 0.11 |
| Hex | 21 | F | 27 | F | 3E | 0 | 55 | 11D | 2C | B |
| Octal | 41 | 17 | 47 | 17 | 76 | 0 | 125 | 435 | 54 | 13 |
| Binary | 100001 | 1111 | 100111 | 1111 | 111110 | 0 | 1010101 | 100011101 | 101100 | 1011 |
Color Harmonies of #210F27
Complementary color
Monochromatic Colors of #210F27
Black with #210F27
Text Example
Text Example
White with #210F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210F27; }
p { color: rgb(33,15,39); }
H1.HeaderClassName
{
color: #210F27;
}
.AnyTagClassName
{
color: #210F27;
}
</style>
background-color css
<style>
a { background-color: #210F27; }
a { background-color: rgb(33,15,39); }
div.DivClassName
{
background-color: #210F27;
}
.BgClassName
{
background-color: #210F27;
}
</style>
border-color css
<style>
span { border-color: #210F27; }
span { border-color: rgb(33,15,39); }
td.TdClassName
{
border-color: #210F27;
}
.TagClassName
{
border-color: #210F27;
}
</style>