Shades of Blackberry #31041E
Tints of Blackberry #31041E
RGB
CMYK
RGB Variations
Color information
#31041E (or 0x31041E) is known color: Blackberry. HEX triplet: 31, 04 and 1E. RGB value is (49,4,30). Sum of RGB (Red+Green+Blue) = 49+4+30=83 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.04% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 30 (12.11% from 255 or 36.14% from 83); Max value from RGB is 49 - color contains mainly: red. Hex color #31041E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31041E is #CEFBE1. Grayscale: #141414. Windows color (decimal): -13564898 or 1967153. OLE color: 1967153.
HSL color Cylindrical-coordinate representation of color #31041E: hue angle of 325.33º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #31041E is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 4 | 30 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.81 |
| HSL | 325.33º | 0.85% | 0.1% | - |
| HSV(B) | 325.33º | 0.92% | 0.19% | - |
| XYZ | 1.54 | 0.83 | 1.31 | - |
| YUV | 20.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 4 | 30 | 0 | 0.92 | 0.39 | 0.81 | 325.33 | 0.85 | 0.1 |
| Hex | 31 | 4 | 1E | 0 | 5C | 27 | 51 | 145 | 55 | A |
| Octal | 61 | 4 | 36 | 0 | 134 | 47 | 121 | 505 | 125 | 12 |
| Binary | 110001 | 100 | 11110 | 0 | 1011100 | 100111 | 1010001 | 101000101 | 1010101 | 1010 |
Color Harmonies of #31041E
Complementary color
Monochromatic Colors of #31041E
Black with #31041E
Text Example
Text Example
White with #31041E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31041E; }
p { color: rgb(49,4,30); }
H1.HeaderClassName
{
color: #31041E;
}
.AnyTagClassName
{
color: #31041E;
}
</style>
background-color css
<style>
a { background-color: #31041E; }
a { background-color: rgb(49,4,30); }
div.DivClassName
{
background-color: #31041E;
}
.BgClassName
{
background-color: #31041E;
}
</style>
border-color css
<style>
span { border-color: #31041E; }
span { border-color: rgb(49,4,30); }
td.TdClassName
{
border-color: #31041E;
}
.TagClassName
{
border-color: #31041E;
}
</style>