Shades of Blackberry #31031A
Tints of Blackberry #31031A
RGB
CMYK
RGB Variations
Color information
#31031A (or 0x31031A) is known color: Blackberry. HEX triplet: 31, 03 and 1A. RGB value is (49,3,26). Sum of RGB (Red+Green+Blue) = 49+3+26=78 (10% of max value = 765). Red value is 49 (19.53% from 255 or 62.82% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 49 - color contains mainly: red. Hex color #31031A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31031A is #CEFCE5. Grayscale: #131313. Windows color (decimal): -13565158 or 1704753. OLE color: 1704753.
HSL color Cylindrical-coordinate representation of color #31031A: hue angle of 330º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31031A is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 3 | 26 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.81 |
| HSL | 330º | 0.88% | 0.1% | - |
| HSV(B) | 330º | 0.94% | 0.19% | - |
| XYZ | 1.49 | 0.79 | 1.05 | - |
| YUV | 19.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 3 | 26 | 0 | 0.94 | 0.47 | 0.81 | 330 | 0.88 | 0.1 |
| Hex | 31 | 3 | 1A | 0 | 5E | 2F | 51 | 14A | 58 | A |
| Octal | 61 | 3 | 32 | 0 | 136 | 57 | 121 | 512 | 130 | 12 |
| Binary | 110001 | 11 | 11010 | 0 | 1011110 | 101111 | 1010001 | 101001010 | 1011000 | 1010 |
Color Harmonies of #31031A
Complementary color
Monochromatic Colors of #31031A
Black with #31031A
Text Example
Text Example
White with #31031A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31031A; }
p { color: rgb(49,3,26); }
H1.HeaderClassName
{
color: #31031A;
}
.AnyTagClassName
{
color: #31031A;
}
</style>
background-color css
<style>
a { background-color: #31031A; }
a { background-color: rgb(49,3,26); }
div.DivClassName
{
background-color: #31031A;
}
.BgClassName
{
background-color: #31031A;
}
</style>
border-color css
<style>
span { border-color: #31031A; }
span { border-color: rgb(49,3,26); }
td.TdClassName
{
border-color: #31031A;
}
.TagClassName
{
border-color: #31031A;
}
</style>