Shades of Blackberry #31001D
Tints of Blackberry #31001D
RGB
CMYK
RGB Variations
Color information
#31001D (or 0x31001D) is known color: Blackberry. HEX triplet: 31, 00 and 1D. RGB value is (49,0,29). Sum of RGB (Red+Green+Blue) = 49+0+29=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 29 (11.72% from 255 or 37.18% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #31001D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31001D is #CEFFE2. Grayscale: #111111. Windows color (decimal): -13565923 or 1900593. OLE color: 1900593.
HSL color Cylindrical-coordinate representation of color #31001D: hue angle of 324.49º 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 #31001D is Cyan = 0, Magento = 1, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 0 | 29 | - |
| CMYK | 0 | 1 | 0.41 | 0.81 |
| HSL | 324.49º | 1% | 0.1% | - |
| HSV(B) | 324.49º | 1% | 0.19% | - |
| XYZ | 1.49 | 0.74 | 1.23 | - |
| YUV | 17.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 0 | 29 | 0 | 1 | 0.41 | 0.81 | 324.49 | 1 | 0.1 |
| Hex | 31 | 0 | 1D | 0 | 64 | 29 | 51 | 144 | 64 | A |
| Octal | 61 | 0 | 35 | 0 | 144 | 51 | 121 | 504 | 144 | 12 |
| Binary | 110001 | 0 | 11101 | 0 | 1100100 | 101001 | 1010001 | 101000100 | 1100100 | 1010 |
Color Harmonies of #31001D
Complementary color
Monochromatic Colors of #31001D
Black with #31001D
Text Example
Text Example
White with #31001D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31001D; }
p { color: rgb(49,0,29); }
H1.HeaderClassName
{
color: #31001D;
}
.AnyTagClassName
{
color: #31001D;
}
</style>
background-color css
<style>
a { background-color: #31001D; }
a { background-color: rgb(49,0,29); }
div.DivClassName
{
background-color: #31001D;
}
.BgClassName
{
background-color: #31001D;
}
</style>
border-color css
<style>
span { border-color: #31001D; }
span { border-color: rgb(49,0,29); }
td.TdClassName
{
border-color: #31001D;
}
.TagClassName
{
border-color: #31001D;
}
</style>