Shades of Blackberry #310E28
Tints of Blackberry #310E28
RGB
CMYK
RGB Variations
Color information
#310E28 (or 0x310E28) is known color: Blackberry. HEX triplet: 31, 0E and 28. RGB value is (49,14,40). Sum of RGB (Red+Green+Blue) = 49+14+40=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 14 (5.86% from 255 or 13.59% from 103); Blue value is 40 (16.02% from 255 or 38.83% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #310E28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E28 is #CEF1D7. Grayscale: #1B1B1B. Windows color (decimal): -13562328 or 2625073. OLE color: 2625073.
HSL color Cylindrical-coordinate representation of color #310E28: hue angle of 315.43º 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 #310E28 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 40 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.81 |
| HSL | 315.43º | 0.56% | 0.12% | - |
| HSV(B) | 315.43º | 0.71% | 0.19% | - |
| XYZ | 1.81 | 1.12 | 2.13 | - |
| YUV | 27.43 | 135.1 | 143.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 40 | 0 | 0.71 | 0.18 | 0.81 | 315.43 | 0.56 | 0.12 |
| Hex | 31 | E | 28 | 0 | 47 | 12 | 51 | 13B | 38 | C |
| Octal | 61 | 16 | 50 | 0 | 107 | 22 | 121 | 473 | 70 | 14 |
| Binary | 110001 | 1110 | 101000 | 0 | 1000111 | 10010 | 1010001 | 100111011 | 111000 | 1100 |
Color Harmonies of #310E28
Complementary color
Monochromatic Colors of #310E28
Black with #310E28
Text Example
Text Example
White with #310E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E28; }
p { color: rgb(49,14,40); }
H1.HeaderClassName
{
color: #310E28;
}
.AnyTagClassName
{
color: #310E28;
}
</style>
background-color css
<style>
a { background-color: #310E28; }
a { background-color: rgb(49,14,40); }
div.DivClassName
{
background-color: #310E28;
}
.BgClassName
{
background-color: #310E28;
}
</style>
border-color css
<style>
span { border-color: #310E28; }
span { border-color: rgb(49,14,40); }
td.TdClassName
{
border-color: #310E28;
}
.TagClassName
{
border-color: #310E28;
}
</style>