Shades of Blackberry #310B1B
Tints of Blackberry #310B1B
RGB
CMYK
RGB Variations
Color information
#310B1B (or 0x310B1B) is known color: Blackberry. HEX triplet: 31, 0B and 1B. RGB value is (49,11,27). Sum of RGB (Red+Green+Blue) = 49+11+27=87 (11% of max value = 765). Red value is 49 (19.53% from 255 or 56.32% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 27 (10.94% from 255 or 31.03% from 87); Max value from RGB is 49 - color contains mainly: red. Hex color #310B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310B1B is #CEF4E4. Grayscale: #181818. Windows color (decimal): -13563109 or 1772337. OLE color: 1772337.
HSL color Cylindrical-coordinate representation of color #310B1B: hue angle of 334.74º 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 #310B1B is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 11 | 27 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.81 |
| HSL | 334.74º | 0.63% | 0.12% | - |
| HSV(B) | 334.74º | 0.78% | 0.19% | - |
| XYZ | 1.58 | 0.97 | 1.14 | - |
| YUV | 24.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 11 | 27 | 0 | 0.78 | 0.45 | 0.81 | 334.74 | 0.63 | 0.12 |
| Hex | 31 | B | 1B | 0 | 4E | 2D | 51 | 14F | 3F | C |
| Octal | 61 | 13 | 33 | 0 | 116 | 55 | 121 | 517 | 77 | 14 |
| Binary | 110001 | 1011 | 11011 | 0 | 1001110 | 101101 | 1010001 | 101001111 | 111111 | 1100 |
Color Harmonies of #310B1B
Complementary color
Monochromatic Colors of #310B1B
Black with #310B1B
Text Example
Text Example
White with #310B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310B1B; }
p { color: rgb(49,11,27); }
H1.HeaderClassName
{
color: #310B1B;
}
.AnyTagClassName
{
color: #310B1B;
}
</style>
background-color css
<style>
a { background-color: #310B1B; }
a { background-color: rgb(49,11,27); }
div.DivClassName
{
background-color: #310B1B;
}
.BgClassName
{
background-color: #310B1B;
}
</style>
border-color css
<style>
span { border-color: #310B1B; }
span { border-color: rgb(49,11,27); }
td.TdClassName
{
border-color: #310B1B;
}
.TagClassName
{
border-color: #310B1B;
}
</style>