Shades of Blackberry #310B28
Tints of Blackberry #310B28
RGB
CMYK
RGB Variations
Color information
#310B28 (or 0x310B28) is known color: Blackberry. HEX triplet: 31, 0B and 28. RGB value is (49,11,40). Sum of RGB (Red+Green+Blue) = 49+11+40=100 (13% of max value = 765). Red value is 49 (19.53% from 255 or 49% from 100); Green value is 11 (4.69% from 255 or 11% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 49 - color contains mainly: red. Hex color #310B28 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B28 is #CEF4D7. Grayscale: #191919. Windows color (decimal): -13563096 or 2624305. OLE color: 2624305.
HSL color Cylindrical-coordinate representation of color #310B28: hue angle of 314.21º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #310B28 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 40 | - |
| CMYK | 0 | 0.78 | 0.18 | 0.81 |
| HSL | 314.21º | 0.63% | 0.12% | - |
| HSV(B) | 314.21º | 0.78% | 0.19% | - |
| XYZ | 1.77 | 1.05 | 2.12 | - |
| YUV | 25.67 | 136.09 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 40 | 0 | 0.78 | 0.18 | 0.81 | 314.21 | 0.63 | 0.12 |
| Hex | 31 | B | 28 | 0 | 4E | 12 | 51 | 13A | 3F | C |
| Octal | 61 | 13 | 50 | 0 | 116 | 22 | 121 | 472 | 77 | 14 |
| Binary | 110001 | 1011 | 101000 | 0 | 1001110 | 10010 | 1010001 | 100111010 | 111111 | 1100 |
Color Harmonies of #310B28
Complementary color
Monochromatic Colors of #310B28
Black with #310B28
Text Example
Text Example
White with #310B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B28; }
p { color: rgb(49,11,40); }
H1.HeaderClassName
{
color: #310B28;
}
.AnyTagClassName
{
color: #310B28;
}
</style>
background-color css
<style>
a { background-color: #310B28; }
a { background-color: rgb(49,11,40); }
div.DivClassName
{
background-color: #310B28;
}
.BgClassName
{
background-color: #310B28;
}
</style>
border-color css
<style>
span { border-color: #310B28; }
span { border-color: rgb(49,11,40); }
td.TdClassName
{
border-color: #310B28;
}
.TagClassName
{
border-color: #310B28;
}
</style>