Shades of Blackberry #481537
Tints of Blackberry #481537
RGB
CMYK
RGB Variations
Color information
#481537 (or 0x481537) is known color: Blackberry. HEX triplet: 48, 15 and 37. RGB value is (72,21,55). Sum of RGB (Red+Green+Blue) = 72+21+55=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481537 is #B7EAC8. Grayscale: #282828. Windows color (decimal): -12053193 or 3609928. OLE color: 3609928.
HSL color Cylindrical-coordinate representation of color #481537: hue angle of 320º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481537 is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 21 | 55 | - |
| CMYK | 0 | 0.71 | 0.24 | 0.72 |
| HSL | 320º | 0.55% | 0.18% | - |
| HSV(B) | 320º | 0.71% | 0.28% | - |
| XYZ | 3.63 | 2.19 | 3.85 | - |
| YUV | 40.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 55 | 0 | 0.71 | 0.24 | 0.72 | 320 | 0.55 | 0.18 |
| Hex | 48 | 15 | 37 | 0 | 47 | 18 | 48 | 140 | 37 | 12 |
| Octal | 110 | 25 | 67 | 0 | 107 | 30 | 110 | 500 | 67 | 22 |
| Binary | 1001000 | 10101 | 110111 | 0 | 1000111 | 11000 | 1001000 | 101000000 | 110111 | 10010 |
Color Harmonies of #481537
Complementary color
Monochromatic Colors of #481537
Black with #481537
Text Example
Text Example
White with #481537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481537; }
p { color: rgb(72,21,55); }
H1.HeaderClassName
{
color: #481537;
}
.AnyTagClassName
{
color: #481537;
}
</style>
background-color css
<style>
a { background-color: #481537; }
a { background-color: rgb(72,21,55); }
div.DivClassName
{
background-color: #481537;
}
.BgClassName
{
background-color: #481537;
}
</style>
border-color css
<style>
span { border-color: #481537; }
span { border-color: rgb(72,21,55); }
td.TdClassName
{
border-color: #481537;
}
.TagClassName
{
border-color: #481537;
}
</style>