Shades of Blackberry #481534
Tints of Blackberry #481534
RGB
CMYK
RGB Variations
Color information
#481534 (or 0x481534) is known color: Blackberry. HEX triplet: 48, 15 and 34. RGB value is (72,21,52). Sum of RGB (Red+Green+Blue) = 72+21+52=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 52 (20.70% from 255 or 35.86% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481534 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481534 is #B7EACB. Grayscale: #272727. Windows color (decimal): -12053196 or 3413320. OLE color: 3413320.
HSL color Cylindrical-coordinate representation of color #481534: hue angle of 323.53º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #481534 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 21 | 52 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.72 |
| HSL | 323.53º | 0.55% | 0.18% | - |
| HSV(B) | 323.53º | 0.71% | 0.28% | - |
| XYZ | 3.56 | 2.16 | 3.48 | - |
| YUV | 39.78 | 134.9 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 21 | 52 | 0 | 0.71 | 0.28 | 0.72 | 323.53 | 0.55 | 0.18 |
| Hex | 48 | 15 | 34 | 0 | 47 | 1C | 48 | 144 | 37 | 12 |
| Octal | 110 | 25 | 64 | 0 | 107 | 34 | 110 | 504 | 67 | 22 |
| Binary | 1001000 | 10101 | 110100 | 0 | 1000111 | 11100 | 1001000 | 101000100 | 110111 | 10010 |
Color Harmonies of #481534
Complementary color
Monochromatic Colors of #481534
Black with #481534
Text Example
Text Example
White with #481534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481534; }
p { color: rgb(72,21,52); }
H1.HeaderClassName
{
color: #481534;
}
.AnyTagClassName
{
color: #481534;
}
</style>
background-color css
<style>
a { background-color: #481534; }
a { background-color: rgb(72,21,52); }
div.DivClassName
{
background-color: #481534;
}
.BgClassName
{
background-color: #481534;
}
</style>
border-color css
<style>
span { border-color: #481534; }
span { border-color: rgb(72,21,52); }
td.TdClassName
{
border-color: #481534;
}
.TagClassName
{
border-color: #481534;
}
</style>