Shades of Blackberry #481036
Tints of Blackberry #481036
RGB
CMYK
RGB Variations
Color information
#481036 (or 0x481036) is known color: Blackberry. HEX triplet: 48, 10 and 36. RGB value is (72,16,54). Sum of RGB (Red+Green+Blue) = 72+16+54=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 54 (21.48% from 255 or 38.03% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #481036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481036 is #B7EFC9. Grayscale: #242424. Windows color (decimal): -12054474 or 3543112. OLE color: 3543112.
HSL color Cylindrical-coordinate representation of color #481036: hue angle of 319.29º degrees, saturation: 0.64, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #481036 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 16 | 54 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.72 |
| HSL | 319.29º | 0.64% | 0.17% | - |
| HSV(B) | 319.29º | 0.78% | 0.28% | - |
| XYZ | 3.52 | 2.01 | 3.69 | - |
| YUV | 37.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 16 | 54 | 0 | 0.78 | 0.25 | 0.72 | 319.29 | 0.64 | 0.17 |
| Hex | 48 | 10 | 36 | 0 | 4E | 19 | 48 | 13F | 40 | 11 |
| Octal | 110 | 20 | 66 | 0 | 116 | 31 | 110 | 477 | 100 | 21 |
| Binary | 1001000 | 10000 | 110110 | 0 | 1001110 | 11001 | 1001000 | 100111111 | 1000000 | 10001 |
Color Harmonies of #481036
Complementary color
Monochromatic Colors of #481036
Black with #481036
Text Example
Text Example
White with #481036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481036; }
p { color: rgb(72,16,54); }
H1.HeaderClassName
{
color: #481036;
}
.AnyTagClassName
{
color: #481036;
}
</style>
background-color css
<style>
a { background-color: #481036; }
a { background-color: rgb(72,16,54); }
div.DivClassName
{
background-color: #481036;
}
.BgClassName
{
background-color: #481036;
}
</style>
border-color css
<style>
span { border-color: #481036; }
span { border-color: rgb(72,16,54); }
td.TdClassName
{
border-color: #481036;
}
.TagClassName
{
border-color: #481036;
}
</style>