Shades of Blackberry #31011E
Tints of Blackberry #31011E
RGB
CMYK
RGB Variations
Color information
#31011E (or 0x31011E) is known color: Blackberry. HEX triplet: 31, 01 and 1E. RGB value is (49,1,30). Sum of RGB (Red+Green+Blue) = 49+1+30=80 (10% of max value = 765). Red value is 49 (19.53% from 255 or 61.25% from 80); Green value is 1 (0.78% from 255 or 1.25% from 80); Blue value is 30 (12.11% from 255 or 37.5% from 80); Max value from RGB is 49 - color contains mainly: red. Hex color #31011E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31011E is #CEFEE1. Grayscale: #121212. Windows color (decimal): -13565666 or 1966385. OLE color: 1966385.
HSL color Cylindrical-coordinate representation of color #31011E: hue angle of 323.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31011E is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 1 | 30 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.81 |
| HSL | 323.75º | 0.96% | 0.1% | - |
| HSV(B) | 323.75º | 0.98% | 0.19% | - |
| XYZ | 1.51 | 0.77 | 1.3 | - |
| YUV | 18.66 | 134.4 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 1 | 30 | 0 | 0.98 | 0.39 | 0.81 | 323.75 | 0.96 | 0.1 |
| Hex | 31 | 1 | 1E | 0 | 62 | 27 | 51 | 144 | 60 | A |
| Octal | 61 | 1 | 36 | 0 | 142 | 47 | 121 | 504 | 140 | 12 |
| Binary | 110001 | 1 | 11110 | 0 | 1100010 | 100111 | 1010001 | 101000100 | 1100000 | 1010 |
Color Harmonies of #31011E
Complementary color
Monochromatic Colors of #31011E
Black with #31011E
Text Example
Text Example
White with #31011E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31011E; }
p { color: rgb(49,1,30); }
H1.HeaderClassName
{
color: #31011E;
}
.AnyTagClassName
{
color: #31011E;
}
</style>
background-color css
<style>
a { background-color: #31011E; }
a { background-color: rgb(49,1,30); }
div.DivClassName
{
background-color: #31011E;
}
.BgClassName
{
background-color: #31011E;
}
</style>
border-color css
<style>
span { border-color: #31011E; }
span { border-color: rgb(49,1,30); }
td.TdClassName
{
border-color: #31011E;
}
.TagClassName
{
border-color: #31011E;
}
</style>