Shades of Blackberry #481132
Tints of Blackberry #481132
RGB
CMYK
RGB Variations
Color information
#481132 (or 0x481132) is known color: Blackberry. HEX triplet: 48, 11 and 32. RGB value is (72,17,50). Sum of RGB (Red+Green+Blue) = 72+17+50=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #481132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481132 is #B7EECD. Grayscale: #252525. Windows color (decimal): -12054222 or 3281224. OLE color: 3281224.
HSL color Cylindrical-coordinate representation of color #481132: hue angle of 324º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #481132 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 50 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.72 |
| HSL | 324º | 0.62% | 0.17% | - |
| HSV(B) | 324º | 0.76% | 0.28% | - |
| XYZ | 3.45 | 2.01 | 3.22 | - |
| YUV | 37.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 50 | 0 | 0.76 | 0.31 | 0.72 | 324 | 0.62 | 0.17 |
| Hex | 48 | 11 | 32 | 0 | 4C | 1F | 48 | 144 | 3E | 11 |
| Octal | 110 | 21 | 62 | 0 | 114 | 37 | 110 | 504 | 76 | 21 |
| Binary | 1001000 | 10001 | 110010 | 0 | 1001100 | 11111 | 1001000 | 101000100 | 111110 | 10001 |
Color Harmonies of #481132
Complementary color
Monochromatic Colors of #481132
Black with #481132
Text Example
Text Example
White with #481132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481132; }
p { color: rgb(72,17,50); }
H1.HeaderClassName
{
color: #481132;
}
.AnyTagClassName
{
color: #481132;
}
</style>
background-color css
<style>
a { background-color: #481132; }
a { background-color: rgb(72,17,50); }
div.DivClassName
{
background-color: #481132;
}
.BgClassName
{
background-color: #481132;
}
</style>
border-color css
<style>
span { border-color: #481132; }
span { border-color: rgb(72,17,50); }
td.TdClassName
{
border-color: #481132;
}
.TagClassName
{
border-color: #481132;
}
</style>