Shades of Blackberry #31101F
Tints of Blackberry #31101F
RGB
CMYK
RGB Variations
Color information
#31101F (or 0x31101F) is known color: Blackberry. HEX triplet: 31, 10 and 1F. RGB value is (49,16,31). Sum of RGB (Red+Green+Blue) = 49+16+31=96 (12% of max value = 765). Red value is 49 (19.53% from 255 or 51.04% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 49 - color contains mainly: red. Hex color #31101F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31101F is #CEEFE0. Grayscale: #1B1B1B. Windows color (decimal): -13561825 or 2035761. OLE color: 2035761.
HSL color Cylindrical-coordinate representation of color #31101F: hue angle of 332.73º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #31101F is Cyan = 0, Magento = 0.67, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 16 | 31 | - |
| CMYK | 0 | 0.67 | 0.37 | 0.81 |
| HSL | 332.73º | 0.51% | 0.13% | - |
| HSV(B) | 332.73º | 0.67% | 0.19% | - |
| XYZ | 1.7 | 1.12 | 1.42 | - |
| YUV | 27.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 16 | 31 | 0 | 0.67 | 0.37 | 0.81 | 332.73 | 0.51 | 0.13 |
| Hex | 31 | 10 | 1F | 0 | 43 | 25 | 51 | 14D | 33 | D |
| Octal | 61 | 20 | 37 | 0 | 103 | 45 | 121 | 515 | 63 | 15 |
| Binary | 110001 | 10000 | 11111 | 0 | 1000011 | 100101 | 1010001 | 101001101 | 110011 | 1101 |
Color Harmonies of #31101F
Complementary color
Monochromatic Colors of #31101F
Black with #31101F
Text Example
Text Example
White with #31101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31101F; }
p { color: rgb(49,16,31); }
H1.HeaderClassName
{
color: #31101F;
}
.AnyTagClassName
{
color: #31101F;
}
</style>
background-color css
<style>
a { background-color: #31101F; }
a { background-color: rgb(49,16,31); }
div.DivClassName
{
background-color: #31101F;
}
.BgClassName
{
background-color: #31101F;
}
</style>
border-color css
<style>
span { border-color: #31101F; }
span { border-color: rgb(49,16,31); }
td.TdClassName
{
border-color: #31101F;
}
.TagClassName
{
border-color: #31101F;
}
</style>