Shades of Blackberry #311725
Tints of Blackberry #311725
RGB
CMYK
RGB Variations
Color information
#311725 (or 0x311725) is known color: Blackberry. HEX triplet: 31, 17 and 25. RGB value is (49,23,37). Sum of RGB (Red+Green+Blue) = 49+23+37=109 (14% of max value = 765). Red value is 49 (19.53% from 255 or 44.95% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 37 (14.84% from 255 or 33.94% from 109); Max value from RGB is 49 - color contains mainly: red. Hex color #311725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311725 is #CEE8DA. Grayscale: #202020. Windows color (decimal): -13560027 or 2430769. OLE color: 2430769.
HSL color Cylindrical-coordinate representation of color #311725: hue angle of 327.69º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #311725 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 23 | 37 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.81 |
| HSL | 327.69º | 0.36% | 0.14% | - |
| HSV(B) | 327.69º | 0.53% | 0.19% | - |
| XYZ | 1.91 | 1.4 | 1.92 | - |
| YUV | 32.37 | 130.61 | 139.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 23 | 37 | 0 | 0.53 | 0.24 | 0.81 | 327.69 | 0.36 | 0.14 |
| Hex | 31 | 17 | 25 | 0 | 35 | 18 | 51 | 148 | 24 | E |
| Octal | 61 | 27 | 45 | 0 | 65 | 30 | 121 | 510 | 44 | 16 |
| Binary | 110001 | 10111 | 100101 | 0 | 110101 | 11000 | 1010001 | 101001000 | 100100 | 1110 |
Color Harmonies of #311725
Complementary color
Monochromatic Colors of #311725
Black with #311725
Text Example
Text Example
White with #311725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311725; }
p { color: rgb(49,23,37); }
H1.HeaderClassName
{
color: #311725;
}
.AnyTagClassName
{
color: #311725;
}
</style>
background-color css
<style>
a { background-color: #311725; }
a { background-color: rgb(49,23,37); }
div.DivClassName
{
background-color: #311725;
}
.BgClassName
{
background-color: #311725;
}
</style>
border-color css
<style>
span { border-color: #311725; }
span { border-color: rgb(49,23,37); }
td.TdClassName
{
border-color: #311725;
}
.TagClassName
{
border-color: #311725;
}
</style>