Shades of Blackberry #481431
Tints of Blackberry #481431
RGB
CMYK
RGB Variations
Color information
#481431 (or 0x481431) is known color: Blackberry. HEX triplet: 48, 14 and 31. RGB value is (72,20,49). Sum of RGB (Red+Green+Blue) = 72+20+49=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #481431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481431 is #B7EBCE. Grayscale: #262626. Windows color (decimal): -12053455 or 3216456. OLE color: 3216456.
HSL color Cylindrical-coordinate representation of color #481431: hue angle of 326.54º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #481431 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 20 | 49 | - |
| CMYK | 0 | 0.72 | 0.32 | 0.72 |
| HSL | 326.54º | 0.57% | 0.18% | - |
| HSV(B) | 326.54º | 0.72% | 0.28% | - |
| XYZ | 3.48 | 2.1 | 3.13 | - |
| YUV | 38.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 49 | 0 | 0.72 | 0.32 | 0.72 | 326.54 | 0.57 | 0.18 |
| Hex | 48 | 14 | 31 | 0 | 48 | 20 | 48 | 147 | 39 | 12 |
| Octal | 110 | 24 | 61 | 0 | 110 | 40 | 110 | 507 | 71 | 22 |
| Binary | 1001000 | 10100 | 110001 | 0 | 1001000 | 100000 | 1001000 | 101000111 | 111001 | 10010 |
Color Harmonies of #481431
Complementary color
Monochromatic Colors of #481431
Black with #481431
Text Example
Text Example
White with #481431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481431; }
p { color: rgb(72,20,49); }
H1.HeaderClassName
{
color: #481431;
}
.AnyTagClassName
{
color: #481431;
}
</style>
background-color css
<style>
a { background-color: #481431; }
a { background-color: rgb(72,20,49); }
div.DivClassName
{
background-color: #481431;
}
.BgClassName
{
background-color: #481431;
}
</style>
border-color css
<style>
span { border-color: #481431; }
span { border-color: rgb(72,20,49); }
td.TdClassName
{
border-color: #481431;
}
.TagClassName
{
border-color: #481431;
}
</style>