Shades of Blackberry #311421
Tints of Blackberry #311421
RGB
CMYK
RGB Variations
Color information
#311421 (or 0x311421) is known color: Blackberry. HEX triplet: 31, 14 and 21. RGB value is (49,20,33). Sum of RGB (Red+Green+Blue) = 49+20+33=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #311421 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311421 is #CEEBDE. Grayscale: #1E1E1E. Windows color (decimal): -13560799 or 2167857. OLE color: 2167857.
HSL color Cylindrical-coordinate representation of color #311421: hue angle of 333.1º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #311421 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 20 | 33 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.81 |
| HSL | 333.1º | 0.42% | 0.14% | - |
| HSV(B) | 333.1º | 0.59% | 0.19% | - |
| XYZ | 1.79 | 1.26 | 1.59 | - |
| YUV | 30.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 33 | 0 | 0.59 | 0.33 | 0.81 | 333.1 | 0.42 | 0.14 |
| Hex | 31 | 14 | 21 | 0 | 3B | 21 | 51 | 14D | 2A | E |
| Octal | 61 | 24 | 41 | 0 | 73 | 41 | 121 | 515 | 52 | 16 |
| Binary | 110001 | 10100 | 100001 | 0 | 111011 | 100001 | 1010001 | 101001101 | 101010 | 1110 |
Color Harmonies of #311421
Complementary color
Monochromatic Colors of #311421
Black with #311421
Text Example
Text Example
White with #311421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311421; }
p { color: rgb(49,20,33); }
H1.HeaderClassName
{
color: #311421;
}
.AnyTagClassName
{
color: #311421;
}
</style>
background-color css
<style>
a { background-color: #311421; }
a { background-color: rgb(49,20,33); }
div.DivClassName
{
background-color: #311421;
}
.BgClassName
{
background-color: #311421;
}
</style>
border-color css
<style>
span { border-color: #311421; }
span { border-color: rgb(49,20,33); }
td.TdClassName
{
border-color: #311421;
}
.TagClassName
{
border-color: #311421;
}
</style>