Shades of Blackcurrant #210B36
Tints of Blackcurrant #210B36
RGB
CMYK
RGB Variations
Color information
#210B36 (or 0x210B36) is known color: Blackcurrant. HEX triplet: 21, 0B and 36. RGB value is (33,11,54). Sum of RGB (Red+Green+Blue) = 33+11+54=98 (12% of max value = 765). Red value is 33 (13.28% from 255 or 33.67% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 54 (21.48% from 255 or 55.10% from 98); Max value from RGB is 54 - color contains mainly: blue. Hex color #210B36 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #210B36 is #DEF4C9. Grayscale: #161616. Windows color (decimal): -14611658 or 3541793. OLE color: 3541793.
HSL color Cylindrical-coordinate representation of color #210B36: hue angle of 270.7º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #210B36 is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 11 | 54 | - |
| CMYK | 0.39 | 0.80 | 0 | 0.79 |
| HSL | 270.7º | 0.66% | 0.13% | - |
| HSV(B) | 270.7º | 0.8% | 0.21% | - |
| XYZ | 1.41 | 0.83 | 3.58 | - |
| YUV | 22.48 | 145.79 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 11 | 54 | 0.39 | 0.80 | 0 | 0.79 | 270.7 | 0.66 | 0.13 |
| Hex | 21 | B | 36 | 27 | 50 | 0 | 4F | 10F | 42 | D |
| Octal | 41 | 13 | 66 | 47 | 120 | 0 | 117 | 417 | 102 | 15 |
| Binary | 100001 | 1011 | 110110 | 100111 | 1010000 | 0 | 1001111 | 100001111 | 1000010 | 1101 |
Color Harmonies of #210B36
Complementary color
Monochromatic Colors of #210B36
Black with #210B36
Text Example
Text Example
White with #210B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210B36; }
p { color: rgb(33,11,54); }
H1.HeaderClassName
{
color: #210B36;
}
.AnyTagClassName
{
color: #210B36;
}
</style>
background-color css
<style>
a { background-color: #210B36; }
a { background-color: rgb(33,11,54); }
div.DivClassName
{
background-color: #210B36;
}
.BgClassName
{
background-color: #210B36;
}
</style>
border-color css
<style>
span { border-color: #210B36; }
span { border-color: rgb(33,11,54); }
td.TdClassName
{
border-color: #210B36;
}
.TagClassName
{
border-color: #210B36;
}
</style>