Shades of Blackberry #311422
Tints of Blackberry #311422
RGB
CMYK
RGB Variations
Color information
#311422 (or 0x311422) is known color: Blackberry. HEX triplet: 31, 14 and 22. RGB value is (49,20,34). Sum of RGB (Red+Green+Blue) = 49+20+34=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 34 (13.67% from 255 or 33.01% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311422 is #CEEBDD. Grayscale: #1E1E1E. Windows color (decimal): -13560798 or 2233393. OLE color: 2233393.
HSL color Cylindrical-coordinate representation of color #311422: hue angle of 331.03º 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 #311422 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 20 | 34 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.81 |
| HSL | 331.03º | 0.42% | 0.14% | - |
| HSV(B) | 331.03º | 0.59% | 0.19% | - |
| XYZ | 1.81 | 1.27 | 1.66 | - |
| YUV | 30.27 | 130.11 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 20 | 34 | 0 | 0.59 | 0.31 | 0.81 | 331.03 | 0.42 | 0.14 |
| Hex | 31 | 14 | 22 | 0 | 3B | 1F | 51 | 14B | 2A | E |
| Octal | 61 | 24 | 42 | 0 | 73 | 37 | 121 | 513 | 52 | 16 |
| Binary | 110001 | 10100 | 100010 | 0 | 111011 | 11111 | 1010001 | 101001011 | 101010 | 1110 |
Color Harmonies of #311422
Complementary color
Monochromatic Colors of #311422
Black with #311422
Text Example
Text Example
White with #311422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311422; }
p { color: rgb(49,20,34); }
H1.HeaderClassName
{
color: #311422;
}
.AnyTagClassName
{
color: #311422;
}
</style>
background-color css
<style>
a { background-color: #311422; }
a { background-color: rgb(49,20,34); }
div.DivClassName
{
background-color: #311422;
}
.BgClassName
{
background-color: #311422;
}
</style>
border-color css
<style>
span { border-color: #311422; }
span { border-color: rgb(49,20,34); }
td.TdClassName
{
border-color: #311422;
}
.TagClassName
{
border-color: #311422;
}
</style>