Shades of Blackberry #482039
Tints of Blackberry #482039
RGB
CMYK
RGB Variations
Color information
#482039 (or 0x482039) is known color: Blackberry. HEX triplet: 48, 20 and 39. RGB value is (72,32,57). Sum of RGB (Red+Green+Blue) = 72+32+57=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #482039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482039 is #B7DFC6. Grayscale: #2E2E2E. Windows color (decimal): -12050375 or 3743816. OLE color: 3743816.
HSL color Cylindrical-coordinate representation of color #482039: hue angle of 322.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #482039 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 57 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.72 |
| HSL | 322.5º | 0.38% | 0.2% | - |
| HSV(B) | 322.5º | 0.56% | 0.28% | - |
| XYZ | 3.93 | 2.71 | 4.19 | - |
| YUV | 46.81 | 133.75 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 57 | 0 | 0.56 | 0.21 | 0.72 | 322.5 | 0.38 | 0.2 |
| Hex | 48 | 20 | 39 | 0 | 38 | 15 | 48 | 142 | 26 | 14 |
| Octal | 110 | 40 | 71 | 0 | 70 | 25 | 110 | 502 | 46 | 24 |
| Binary | 1001000 | 100000 | 111001 | 0 | 111000 | 10101 | 1001000 | 101000010 | 100110 | 10100 |
Color Harmonies of #482039
Complementary color
Monochromatic Colors of #482039
Black with #482039
Text Example
Text Example
White with #482039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482039; }
p { color: rgb(72,32,57); }
H1.HeaderClassName
{
color: #482039;
}
.AnyTagClassName
{
color: #482039;
}
</style>
background-color css
<style>
a { background-color: #482039; }
a { background-color: rgb(72,32,57); }
div.DivClassName
{
background-color: #482039;
}
.BgClassName
{
background-color: #482039;
}
</style>
border-color css
<style>
span { border-color: #482039; }
span { border-color: rgb(72,32,57); }
td.TdClassName
{
border-color: #482039;
}
.TagClassName
{
border-color: #482039;
}
</style>