Shades of Blackberry #48132D
Tints of Blackberry #48132D
RGB
CMYK
RGB Variations
Color information
#48132D (or 0x48132D) is known color: Blackberry. HEX triplet: 48, 13 and 2D. RGB value is (72,19,45). Sum of RGB (Red+Green+Blue) = 72+19+45=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 45 (17.97% from 255 or 33.09% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48132D is #B7ECD2. Grayscale: #252525. Windows color (decimal): -12053715 or 2954056. OLE color: 2954056.
HSL color Cylindrical-coordinate representation of color #48132D: hue angle of 330.57º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48132D is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 45 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.72 |
| HSL | 330.57º | 0.58% | 0.18% | - |
| HSV(B) | 330.57º | 0.74% | 0.28% | - |
| XYZ | 3.38 | 2.03 | 2.7 | - |
| YUV | 37.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 45 | 0 | 0.74 | 0.38 | 0.72 | 330.57 | 0.58 | 0.18 |
| Hex | 48 | 13 | 2D | 0 | 4A | 26 | 48 | 14B | 3A | 12 |
| Octal | 110 | 23 | 55 | 0 | 112 | 46 | 110 | 513 | 72 | 22 |
| Binary | 1001000 | 10011 | 101101 | 0 | 1001010 | 100110 | 1001000 | 101001011 | 111010 | 10010 |
Color Harmonies of #48132D
Complementary color
Monochromatic Colors of #48132D
Black with #48132D
Text Example
Text Example
White with #48132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48132D; }
p { color: rgb(72,19,45); }
H1.HeaderClassName
{
color: #48132D;
}
.AnyTagClassName
{
color: #48132D;
}
</style>
background-color css
<style>
a { background-color: #48132D; }
a { background-color: rgb(72,19,45); }
div.DivClassName
{
background-color: #48132D;
}
.BgClassName
{
background-color: #48132D;
}
</style>
border-color css
<style>
span { border-color: #48132D; }
span { border-color: rgb(72,19,45); }
td.TdClassName
{
border-color: #48132D;
}
.TagClassName
{
border-color: #48132D;
}
</style>