Shades of Blackberry #481228
Tints of Blackberry #481228
RGB
CMYK
RGB Variations
Color information
#481228 (or 0x481228) is known color: Blackberry. HEX triplet: 48, 12 and 28. RGB value is (72,18,40). Sum of RGB (Red+Green+Blue) = 72+18+40=130 (17% of max value = 765). Red value is 72 (28.52% from 255 or 55.38% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 40 (16.02% from 255 or 30.77% from 130); Max value from RGB is 72 - color contains mainly: red. Hex color #481228 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481228 is #B7EDD7. Grayscale: #242424. Windows color (decimal): -12053976 or 2626120. OLE color: 2626120.
HSL color Cylindrical-coordinate representation of color #481228: hue angle of 335.56º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481228 is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 40 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.72 |
| HSL | 335.56º | 0.6% | 0.18% | - |
| HSV(B) | 335.56º | 0.75% | 0.28% | - |
| XYZ | 3.27 | 1.96 | 2.21 | - |
| YUV | 36.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 40 | 0 | 0.75 | 0.44 | 0.72 | 335.56 | 0.6 | 0.18 |
| Hex | 48 | 12 | 28 | 0 | 4B | 2C | 48 | 150 | 3C | 12 |
| Octal | 110 | 22 | 50 | 0 | 113 | 54 | 110 | 520 | 74 | 22 |
| Binary | 1001000 | 10010 | 101000 | 0 | 1001011 | 101100 | 1001000 | 101010000 | 111100 | 10010 |
Color Harmonies of #481228
Complementary color
Monochromatic Colors of #481228
Black with #481228
Text Example
Text Example
White with #481228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481228; }
p { color: rgb(72,18,40); }
H1.HeaderClassName
{
color: #481228;
}
.AnyTagClassName
{
color: #481228;
}
</style>
background-color css
<style>
a { background-color: #481228; }
a { background-color: rgb(72,18,40); }
div.DivClassName
{
background-color: #481228;
}
.BgClassName
{
background-color: #481228;
}
</style>
border-color css
<style>
span { border-color: #481228; }
span { border-color: rgb(72,18,40); }
td.TdClassName
{
border-color: #481228;
}
.TagClassName
{
border-color: #481228;
}
</style>