Shades of Blackberry #31051C
Tints of Blackberry #31051C
RGB
CMYK
RGB Variations
Color information
#31051C (or 0x31051C) is known color: Blackberry. HEX triplet: 31, 05 and 1C. RGB value is (49,5,28). Sum of RGB (Red+Green+Blue) = 49+5+28=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 28 (11.33% from 255 or 34.15% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #31051C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31051C is #CEFAE3. Grayscale: #141414. Windows color (decimal): -13564644 or 1836337. OLE color: 1836337.
HSL color Cylindrical-coordinate representation of color #31051C: hue angle of 328.64º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31051C is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 5 | 28 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.81 |
| HSL | 328.64º | 0.81% | 0.11% | - |
| HSV(B) | 328.64º | 0.9% | 0.19% | - |
| XYZ | 1.53 | 0.85 | 1.18 | - |
| YUV | 20.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 5 | 28 | 0 | 0.90 | 0.43 | 0.81 | 328.64 | 0.81 | 0.11 |
| Hex | 31 | 5 | 1C | 0 | 5A | 2B | 51 | 149 | 51 | B |
| Octal | 61 | 5 | 34 | 0 | 132 | 53 | 121 | 511 | 121 | 13 |
| Binary | 110001 | 101 | 11100 | 0 | 1011010 | 101011 | 1010001 | 101001001 | 1010001 | 1011 |
Color Harmonies of #31051C
Complementary color
Monochromatic Colors of #31051C
Black with #31051C
Text Example
Text Example
White with #31051C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31051C; }
p { color: rgb(49,5,28); }
H1.HeaderClassName
{
color: #31051C;
}
.AnyTagClassName
{
color: #31051C;
}
</style>
background-color css
<style>
a { background-color: #31051C; }
a { background-color: rgb(49,5,28); }
div.DivClassName
{
background-color: #31051C;
}
.BgClassName
{
background-color: #31051C;
}
</style>
border-color css
<style>
span { border-color: #31051C; }
span { border-color: rgb(49,5,28); }
td.TdClassName
{
border-color: #31051C;
}
.TagClassName
{
border-color: #31051C;
}
</style>