Shades of Blackberry #48112E
Tints of Blackberry #48112E
RGB
CMYK
RGB Variations
Color information
#48112E (or 0x48112E) is known color: Blackberry. HEX triplet: 48, 11 and 2E. RGB value is (72,17,46). Sum of RGB (Red+Green+Blue) = 72+17+46=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48112E is #B7EED1. Grayscale: #242424. Windows color (decimal): -12054226 or 3019080. OLE color: 3019080.
HSL color Cylindrical-coordinate representation of color #48112E: hue angle of 328.36º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #48112E is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 17 | 46 | - |
| CMYK | 0 | 0.76 | 0.36 | 0.72 |
| HSL | 328.36º | 0.62% | 0.17% | - |
| HSV(B) | 328.36º | 0.76% | 0.28% | - |
| XYZ | 3.37 | 1.98 | 2.79 | - |
| YUV | 36.75 | 133.22 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 17 | 46 | 0 | 0.76 | 0.36 | 0.72 | 328.36 | 0.62 | 0.17 |
| Hex | 48 | 11 | 2E | 0 | 4C | 24 | 48 | 148 | 3E | 11 |
| Octal | 110 | 21 | 56 | 0 | 114 | 44 | 110 | 510 | 76 | 21 |
| Binary | 1001000 | 10001 | 101110 | 0 | 1001100 | 100100 | 1001000 | 101001000 | 111110 | 10001 |
Color Harmonies of #48112E
Complementary color
Monochromatic Colors of #48112E
Black with #48112E
Text Example
Text Example
White with #48112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48112E; }
p { color: rgb(72,17,46); }
H1.HeaderClassName
{
color: #48112E;
}
.AnyTagClassName
{
color: #48112E;
}
</style>
background-color css
<style>
a { background-color: #48112E; }
a { background-color: rgb(72,17,46); }
div.DivClassName
{
background-color: #48112E;
}
.BgClassName
{
background-color: #48112E;
}
</style>
border-color css
<style>
span { border-color: #48112E; }
span { border-color: rgb(72,17,46); }
td.TdClassName
{
border-color: #48112E;
}
.TagClassName
{
border-color: #48112E;
}
</style>