Shades of Blackberry #310E22
Tints of Blackberry #310E22
RGB
CMYK
RGB Variations
Color information
#310E22 (or 0x310E22) is known color: Blackberry. HEX triplet: 31, 0E and 22. RGB value is (49,14,34). Sum of RGB (Red+Green+Blue) = 49+14+34=97 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50.52% from 97); Green value is 14 (5.86% from 255 or 14.43% from 97); Blue value is 34 (13.67% from 255 or 35.05% from 97); Max value from RGB is 49 - color contains mainly: red. Hex color #310E22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E22 is #CEF1DD. Grayscale: #1A1A1A. Windows color (decimal): -13562334 or 2231857. OLE color: 2231857.
HSL color Cylindrical-coordinate representation of color #310E22: hue angle of 325.71º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #310E22 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 34 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.81 |
| HSL | 325.71º | 0.56% | 0.12% | - |
| HSV(B) | 325.71º | 0.71% | 0.19% | - |
| XYZ | 1.71 | 1.08 | 1.63 | - |
| YUV | 26.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 34 | 0 | 0.71 | 0.31 | 0.81 | 325.71 | 0.56 | 0.12 |
| Hex | 31 | E | 22 | 0 | 47 | 1F | 51 | 146 | 38 | C |
| Octal | 61 | 16 | 42 | 0 | 107 | 37 | 121 | 506 | 70 | 14 |
| Binary | 110001 | 1110 | 100010 | 0 | 1000111 | 11111 | 1010001 | 101000110 | 111000 | 1100 |
Color Harmonies of #310E22
Complementary color
Monochromatic Colors of #310E22
Black with #310E22
Text Example
Text Example
White with #310E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E22; }
p { color: rgb(49,14,34); }
H1.HeaderClassName
{
color: #310E22;
}
.AnyTagClassName
{
color: #310E22;
}
</style>
background-color css
<style>
a { background-color: #310E22; }
a { background-color: rgb(49,14,34); }
div.DivClassName
{
background-color: #310E22;
}
.BgClassName
{
background-color: #310E22;
}
</style>
border-color css
<style>
span { border-color: #310E22; }
span { border-color: rgb(49,14,34); }
td.TdClassName
{
border-color: #310E22;
}
.TagClassName
{
border-color: #310E22;
}
</style>