Shades of Blackberry #482239
Tints of Blackberry #482239
RGB
CMYK
RGB Variations
Color information
#482239 (or 0x482239) is known color: Blackberry. HEX triplet: 48, 22 and 39. RGB value is (72,34,57). Sum of RGB (Red+Green+Blue) = 72+34+57=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 57 (22.66% from 255 or 34.97% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #482239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #482239 is #B7DDC6. Grayscale: #2F2F2F. Windows color (decimal): -12049863 or 3744328. OLE color: 3744328.
HSL color Cylindrical-coordinate representation of color #482239: hue angle of 323.68º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #482239 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 34 | 57 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.72 |
| HSL | 323.68º | 0.36% | 0.21% | - |
| HSV(B) | 323.68º | 0.53% | 0.28% | - |
| XYZ | 3.98 | 2.82 | 4.2 | - |
| YUV | 47.98 | 133.09 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 34 | 57 | 0 | 0.53 | 0.21 | 0.72 | 323.68 | 0.36 | 0.21 |
| Hex | 48 | 22 | 39 | 0 | 35 | 15 | 48 | 144 | 24 | 15 |
| Octal | 110 | 42 | 71 | 0 | 65 | 25 | 110 | 504 | 44 | 25 |
| Binary | 1001000 | 100010 | 111001 | 0 | 110101 | 10101 | 1001000 | 101000100 | 100100 | 10101 |
Color Harmonies of #482239
Complementary color
Monochromatic Colors of #482239
Black with #482239
Text Example
Text Example
White with #482239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482239; }
p { color: rgb(72,34,57); }
H1.HeaderClassName
{
color: #482239;
}
.AnyTagClassName
{
color: #482239;
}
</style>
background-color css
<style>
a { background-color: #482239; }
a { background-color: rgb(72,34,57); }
div.DivClassName
{
background-color: #482239;
}
.BgClassName
{
background-color: #482239;
}
</style>
border-color css
<style>
span { border-color: #482239; }
span { border-color: rgb(72,34,57); }
td.TdClassName
{
border-color: #482239;
}
.TagClassName
{
border-color: #482239;
}
</style>