Shades of Blackberry #481637
Tints of Blackberry #481637
RGB
CMYK
RGB Variations
Color information
#481637 (or 0x481637) is known color: Blackberry. HEX triplet: 48, 16 and 37. RGB value is (72,22,55). Sum of RGB (Red+Green+Blue) = 72+22+55=149 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.32% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 72 - color contains mainly: red. Hex color #481637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481637 is #B7E9C8. Grayscale: #282828. Windows color (decimal): -12052937 or 3610184. OLE color: 3610184.
HSL color Cylindrical-coordinate representation of color #481637: hue angle of 320.4º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481637 is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 55 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.72 |
| HSL | 320.4º | 0.53% | 0.18% | - |
| HSV(B) | 320.4º | 0.69% | 0.28% | - |
| XYZ | 3.65 | 2.23 | 3.85 | - |
| YUV | 40.71 | 136.07 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 55 | 0 | 0.69 | 0.24 | 0.72 | 320.4 | 0.53 | 0.18 |
| Hex | 48 | 16 | 37 | 0 | 45 | 18 | 48 | 140 | 35 | 12 |
| Octal | 110 | 26 | 67 | 0 | 105 | 30 | 110 | 500 | 65 | 22 |
| Binary | 1001000 | 10110 | 110111 | 0 | 1000101 | 11000 | 1001000 | 101000000 | 110101 | 10010 |
Color Harmonies of #481637
Complementary color
Monochromatic Colors of #481637
Black with #481637
Text Example
Text Example
White with #481637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481637; }
p { color: rgb(72,22,55); }
H1.HeaderClassName
{
color: #481637;
}
.AnyTagClassName
{
color: #481637;
}
</style>
background-color css
<style>
a { background-color: #481637; }
a { background-color: rgb(72,22,55); }
div.DivClassName
{
background-color: #481637;
}
.BgClassName
{
background-color: #481637;
}
</style>
border-color css
<style>
span { border-color: #481637; }
span { border-color: rgb(72,22,55); }
td.TdClassName
{
border-color: #481637;
}
.TagClassName
{
border-color: #481637;
}
</style>