Shades of Blackberry #48182E
Tints of Blackberry #48182E
RGB
CMYK
RGB Variations
Color information
#48182E (or 0x48182E) is known color: Blackberry. HEX triplet: 48, 18 and 2E. RGB value is (72,24,46). Sum of RGB (Red+Green+Blue) = 72+24+46=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #48182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48182E is #B7E7D1. Grayscale: #282828. Windows color (decimal): -12052434 or 3020872. OLE color: 3020872.
HSL color Cylindrical-coordinate representation of color #48182E: hue angle of 332.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48182E is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 24 | 46 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.72 |
| HSL | 332.5º | 0.5% | 0.19% | - |
| HSV(B) | 332.5º | 0.67% | 0.28% | - |
| XYZ | 3.49 | 2.23 | 2.83 | - |
| YUV | 40.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 24 | 46 | 0 | 0.67 | 0.36 | 0.72 | 332.5 | 0.5 | 0.19 |
| Hex | 48 | 18 | 2E | 0 | 43 | 24 | 48 | 14C | 32 | 13 |
| Octal | 110 | 30 | 56 | 0 | 103 | 44 | 110 | 514 | 62 | 23 |
| Binary | 1001000 | 11000 | 101110 | 0 | 1000011 | 100100 | 1001000 | 101001100 | 110010 | 10011 |
Color Harmonies of #48182E
Complementary color
Monochromatic Colors of #48182E
Black with #48182E
Text Example
Text Example
White with #48182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48182E; }
p { color: rgb(72,24,46); }
H1.HeaderClassName
{
color: #48182E;
}
.AnyTagClassName
{
color: #48182E;
}
</style>
background-color css
<style>
a { background-color: #48182E; }
a { background-color: rgb(72,24,46); }
div.DivClassName
{
background-color: #48182E;
}
.BgClassName
{
background-color: #48182E;
}
</style>
border-color css
<style>
span { border-color: #48182E; }
span { border-color: rgb(72,24,46); }
td.TdClassName
{
border-color: #48182E;
}
.TagClassName
{
border-color: #48182E;
}
</style>