Shades of Blackberry #481F37
Tints of Blackberry #481F37
RGB
CMYK
RGB Variations
Color information
#481F37 (or 0x481F37) is known color: Blackberry. HEX triplet: 48, 1F and 37. RGB value is (72,31,55). Sum of RGB (Red+Green+Blue) = 72+31+55=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F37 is #B7E0C8. Grayscale: #2D2D2D. Windows color (decimal): -12050633 or 3612488. OLE color: 3612488.
HSL color Cylindrical-coordinate representation of color #481F37: hue angle of 324.88º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F37 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 31 | 55 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.72 |
| HSL | 324.88º | 0.4% | 0.2% | - |
| HSV(B) | 324.88º | 0.57% | 0.28% | - |
| XYZ | 3.85 | 2.63 | 3.92 | - |
| YUV | 46 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 55 | 0 | 0.57 | 0.24 | 0.72 | 324.88 | 0.4 | 0.2 |
| Hex | 48 | 1F | 37 | 0 | 39 | 18 | 48 | 145 | 28 | 14 |
| Octal | 110 | 37 | 67 | 0 | 71 | 30 | 110 | 505 | 50 | 24 |
| Binary | 1001000 | 11111 | 110111 | 0 | 111001 | 11000 | 1001000 | 101000101 | 101000 | 10100 |
Color Harmonies of #481F37
Complementary color
Monochromatic Colors of #481F37
Black with #481F37
Text Example
Text Example
White with #481F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F37; }
p { color: rgb(72,31,55); }
H1.HeaderClassName
{
color: #481F37;
}
.AnyTagClassName
{
color: #481F37;
}
</style>
background-color css
<style>
a { background-color: #481F37; }
a { background-color: rgb(72,31,55); }
div.DivClassName
{
background-color: #481F37;
}
.BgClassName
{
background-color: #481F37;
}
</style>
border-color css
<style>
span { border-color: #481F37; }
span { border-color: rgb(72,31,55); }
td.TdClassName
{
border-color: #481F37;
}
.TagClassName
{
border-color: #481F37;
}
</style>