Shades of Blackberry #481328
Tints of Blackberry #481328
RGB
CMYK
RGB Variations
Color information
#481328 (or 0x481328) is known color: Blackberry. HEX triplet: 48, 13 and 28. RGB value is (72,19,40). Sum of RGB (Red+Green+Blue) = 72+19+40=131 (17% of max value = 765). Red value is 72 (28.52% from 255 or 54.96% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 72 - color contains mainly: red. Hex color #481328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481328 is #B7ECD7. Grayscale: #252525. Windows color (decimal): -12053720 or 2626376. OLE color: 2626376.
HSL color Cylindrical-coordinate representation of color #481328: hue angle of 336.23º 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 #481328 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 40 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.72 |
| HSL | 336.23º | 0.58% | 0.18% | - |
| HSV(B) | 336.23º | 0.74% | 0.28% | - |
| XYZ | 3.29 | 2 | 2.22 | - |
| YUV | 37.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 40 | 0 | 0.74 | 0.44 | 0.72 | 336.23 | 0.58 | 0.18 |
| Hex | 48 | 13 | 28 | 0 | 4A | 2C | 48 | 150 | 3A | 12 |
| Octal | 110 | 23 | 50 | 0 | 112 | 54 | 110 | 520 | 72 | 22 |
| Binary | 1001000 | 10011 | 101000 | 0 | 1001010 | 101100 | 1001000 | 101010000 | 111010 | 10010 |
Color Harmonies of #481328
Complementary color
Monochromatic Colors of #481328
Black with #481328
Text Example
Text Example
White with #481328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481328; }
p { color: rgb(72,19,40); }
H1.HeaderClassName
{
color: #481328;
}
.AnyTagClassName
{
color: #481328;
}
</style>
background-color css
<style>
a { background-color: #481328; }
a { background-color: rgb(72,19,40); }
div.DivClassName
{
background-color: #481328;
}
.BgClassName
{
background-color: #481328;
}
</style>
border-color css
<style>
span { border-color: #481328; }
span { border-color: rgb(72,19,40); }
td.TdClassName
{
border-color: #481328;
}
.TagClassName
{
border-color: #481328;
}
</style>