Shades of Blackberry #31001E
Tints of Blackberry #31001E
RGB
CMYK
RGB Variations
Color information
#31001E (or 0x31001E) is known color: Blackberry. HEX triplet: 31, 00 and 1E. RGB value is (49,0,30). Sum of RGB (Red+Green+Blue) = 49+0+30=79 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.03% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 30 (12.11% from 255 or 37.97% from 79); Max value from RGB is 49 - color contains mainly: red. Hex color #31001E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31001E is #CEFFE1. Grayscale: #121212. Windows color (decimal): -13565922 or 1966129. OLE color: 1966129.
HSL color Cylindrical-coordinate representation of color #31001E: hue angle of 323.27º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31001E is Cyan = 0, Magento = 1, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.39 | 0.81 |
| HSL | 323.27º | 1% | 0.1% | - |
| HSV(B) | 323.27º | 1% | 0.19% | - |
| XYZ | 1.5 | 0.75 | 1.29 | - |
| YUV | 18.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 30 | 0 | 1 | 0.39 | 0.81 | 323.27 | 1 | 0.1 |
| Hex | 31 | 0 | 1E | 0 | 64 | 27 | 51 | 143 | 64 | A |
| Octal | 61 | 0 | 36 | 0 | 144 | 47 | 121 | 503 | 144 | 12 |
| Binary | 110001 | 0 | 11110 | 0 | 1100100 | 100111 | 1010001 | 101000011 | 1100100 | 1010 |
Color Harmonies of #31001E
Complementary color
Monochromatic Colors of #31001E
Black with #31001E
Text Example
Text Example
White with #31001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31001E; }
p { color: rgb(49,0,30); }
H1.HeaderClassName
{
color: #31001E;
}
.AnyTagClassName
{
color: #31001E;
}
</style>
background-color css
<style>
a { background-color: #31001E; }
a { background-color: rgb(49,0,30); }
div.DivClassName
{
background-color: #31001E;
}
.BgClassName
{
background-color: #31001E;
}
</style>
border-color css
<style>
span { border-color: #31001E; }
span { border-color: rgb(49,0,30); }
td.TdClassName
{
border-color: #31001E;
}
.TagClassName
{
border-color: #31001E;
}
</style>