Shades of Blackberry #48133E
Tints of Blackberry #48133E
RGB
CMYK
RGB Variations
Color information
#48133E (or 0x48133E) is known color: Blackberry. HEX triplet: 48, 13 and 3E. RGB value is (72,19,62). Sum of RGB (Red+Green+Blue) = 72+19+62=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #48133E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48133E is #B7ECC1. Grayscale: #272727. Windows color (decimal): -12053698 or 4068168. OLE color: 4068168.
HSL color Cylindrical-coordinate representation of color #48133E: hue angle of 311.32º 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 #48133E is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 62 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.72 |
| HSL | 311.32º | 0.58% | 0.18% | - |
| HSV(B) | 311.32º | 0.74% | 0.28% | - |
| XYZ | 3.77 | 2.19 | 4.78 | - |
| YUV | 39.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 62 | 0 | 0.74 | 0.14 | 0.72 | 311.32 | 0.58 | 0.18 |
| Hex | 48 | 13 | 3E | 0 | 4A | E | 48 | 137 | 3A | 12 |
| Octal | 110 | 23 | 76 | 0 | 112 | 16 | 110 | 467 | 72 | 22 |
| Binary | 1001000 | 10011 | 111110 | 0 | 1001010 | 1110 | 1001000 | 100110111 | 111010 | 10010 |
Color Harmonies of #48133E
Complementary color
Monochromatic Colors of #48133E
Black with #48133E
Text Example
Text Example
White with #48133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48133E; }
p { color: rgb(72,19,62); }
H1.HeaderClassName
{
color: #48133E;
}
.AnyTagClassName
{
color: #48133E;
}
</style>
background-color css
<style>
a { background-color: #48133E; }
a { background-color: rgb(72,19,62); }
div.DivClassName
{
background-color: #48133E;
}
.BgClassName
{
background-color: #48133E;
}
</style>
border-color css
<style>
span { border-color: #48133E; }
span { border-color: rgb(72,19,62); }
td.TdClassName
{
border-color: #48133E;
}
.TagClassName
{
border-color: #48133E;
}
</style>