Shades of Blackberry #481332
Tints of Blackberry #481332
RGB
CMYK
RGB Variations
Color information
#481332 (or 0x481332) is known color: Blackberry. HEX triplet: 48, 13 and 32. RGB value is (72,19,50). Sum of RGB (Red+Green+Blue) = 72+19+50=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 50 (19.92% from 255 or 35.46% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481332 is #B7ECCD. Grayscale: #262626. Windows color (decimal): -12053710 or 3281736. OLE color: 3281736.
HSL color Cylindrical-coordinate representation of color #481332: hue angle of 324.91º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481332 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 50 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.72 |
| HSL | 324.91º | 0.58% | 0.18% | - |
| HSV(B) | 324.91º | 0.74% | 0.28% | - |
| XYZ | 3.48 | 2.07 | 3.23 | - |
| YUV | 38.38 | 134.56 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 50 | 0 | 0.74 | 0.31 | 0.72 | 324.91 | 0.58 | 0.18 |
| Hex | 48 | 13 | 32 | 0 | 4A | 1F | 48 | 145 | 3A | 12 |
| Octal | 110 | 23 | 62 | 0 | 112 | 37 | 110 | 505 | 72 | 22 |
| Binary | 1001000 | 10011 | 110010 | 0 | 1001010 | 11111 | 1001000 | 101000101 | 111010 | 10010 |
Color Harmonies of #481332
Complementary color
Monochromatic Colors of #481332
Black with #481332
Text Example
Text Example
White with #481332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481332; }
p { color: rgb(72,19,50); }
H1.HeaderClassName
{
color: #481332;
}
.AnyTagClassName
{
color: #481332;
}
</style>
background-color css
<style>
a { background-color: #481332; }
a { background-color: rgb(72,19,50); }
div.DivClassName
{
background-color: #481332;
}
.BgClassName
{
background-color: #481332;
}
</style>
border-color css
<style>
span { border-color: #481332; }
span { border-color: rgb(72,19,50); }
td.TdClassName
{
border-color: #481332;
}
.TagClassName
{
border-color: #481332;
}
</style>