Shades of Blackberry #31061D
Tints of Blackberry #31061D
RGB
CMYK
RGB Variations
Color information
#31061D (or 0x31061D) is known color: Blackberry. HEX triplet: 31, 06 and 1D. RGB value is (49,6,29). Sum of RGB (Red+Green+Blue) = 49+6+29=84 (11% of max value = 765). Red value is 49 (19.53% from 255 or 58.33% from 84); Green value is 6 (2.73% from 255 or 7.14% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 49 - color contains mainly: red. Hex color #31061D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31061D is #CEF9E2. Grayscale: #151515. Windows color (decimal): -13564387 or 1902129. OLE color: 1902129.
HSL color Cylindrical-coordinate representation of color #31061D: hue angle of 327.91º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #31061D is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 6 | 29 | - |
| CMYK | 0 | 0.88 | 0.41 | 0.81 |
| HSL | 327.91º | 0.78% | 0.11% | - |
| HSV(B) | 327.91º | 0.88% | 0.19% | - |
| XYZ | 1.55 | 0.87 | 1.25 | - |
| YUV | 21.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 6 | 29 | 0 | 0.88 | 0.41 | 0.81 | 327.91 | 0.78 | 0.11 |
| Hex | 31 | 6 | 1D | 0 | 58 | 29 | 51 | 148 | 4E | B |
| Octal | 61 | 6 | 35 | 0 | 130 | 51 | 121 | 510 | 116 | 13 |
| Binary | 110001 | 110 | 11101 | 0 | 1011000 | 101001 | 1010001 | 101001000 | 1001110 | 1011 |
Color Harmonies of #31061D
Complementary color
Monochromatic Colors of #31061D
Black with #31061D
Text Example
Text Example
White with #31061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31061D; }
p { color: rgb(49,6,29); }
H1.HeaderClassName
{
color: #31061D;
}
.AnyTagClassName
{
color: #31061D;
}
</style>
background-color css
<style>
a { background-color: #31061D; }
a { background-color: rgb(49,6,29); }
div.DivClassName
{
background-color: #31061D;
}
.BgClassName
{
background-color: #31061D;
}
</style>
border-color css
<style>
span { border-color: #31061D; }
span { border-color: rgb(49,6,29); }
td.TdClassName
{
border-color: #31061D;
}
.TagClassName
{
border-color: #31061D;
}
</style>