Shades of Blackberry #48052E
Tints of Blackberry #48052E
RGB
CMYK
RGB Variations
Color information
#48052E (or 0x48052E) is known color: Blackberry. HEX triplet: 48, 05 and 2E. RGB value is (72,5,46). Sum of RGB (Red+Green+Blue) = 72+5+46=123 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.54% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 72 - color contains mainly: red. Hex color #48052E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48052E is #B7FAD1. Grayscale: #1D1D1D. Windows color (decimal): -12057298 or 3016008. OLE color: 3016008.
HSL color Cylindrical-coordinate representation of color #48052E: hue angle of 323.28º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48052E is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 5 | 46 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.72 |
| HSL | 323.28º | 0.87% | 0.15% | - |
| HSV(B) | 323.28º | 0.93% | 0.28% | - |
| XYZ | 3.22 | 1.68 | 2.74 | - |
| YUV | 29.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 46 | 0 | 0.93 | 0.36 | 0.72 | 323.28 | 0.87 | 0.15 |
| Hex | 48 | 5 | 2E | 0 | 5D | 24 | 48 | 143 | 57 | F |
| Octal | 110 | 5 | 56 | 0 | 135 | 44 | 110 | 503 | 127 | 17 |
| Binary | 1001000 | 101 | 101110 | 0 | 1011101 | 100100 | 1001000 | 101000011 | 1010111 | 1111 |
Color Harmonies of #48052E
Complementary color
Monochromatic Colors of #48052E
Black with #48052E
Text Example
Text Example
White with #48052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48052E; }
p { color: rgb(72,5,46); }
H1.HeaderClassName
{
color: #48052E;
}
.AnyTagClassName
{
color: #48052E;
}
</style>
background-color css
<style>
a { background-color: #48052E; }
a { background-color: rgb(72,5,46); }
div.DivClassName
{
background-color: #48052E;
}
.BgClassName
{
background-color: #48052E;
}
</style>
border-color css
<style>
span { border-color: #48052E; }
span { border-color: rgb(72,5,46); }
td.TdClassName
{
border-color: #48052E;
}
.TagClassName
{
border-color: #48052E;
}
</style>