Shades of Blackberry #48162E
Tints of Blackberry #48162E
RGB
CMYK
RGB Variations
Color information
#48162E (or 0x48162E) is known color: Blackberry. HEX triplet: 48, 16 and 2E. RGB value is (72,22,46). Sum of RGB (Red+Green+Blue) = 72+22+46=140 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.43% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 46 (18.36% from 255 or 32.86% from 140); Max value from RGB is 72 - color contains mainly: red. Hex color #48162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48162E is #B7E9D1. Grayscale: #272727. Windows color (decimal): -12052946 or 3020360. OLE color: 3020360.
HSL color Cylindrical-coordinate representation of color #48162E: hue angle of 331.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48162E is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 46 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.72 |
| HSL | 331.2º | 0.53% | 0.18% | - |
| HSV(B) | 331.2º | 0.69% | 0.28% | - |
| XYZ | 3.45 | 2.15 | 2.82 | - |
| YUV | 39.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 46 | 0 | 0.69 | 0.36 | 0.72 | 331.2 | 0.53 | 0.18 |
| Hex | 48 | 16 | 2E | 0 | 45 | 24 | 48 | 14B | 35 | 12 |
| Octal | 110 | 26 | 56 | 0 | 105 | 44 | 110 | 513 | 65 | 22 |
| Binary | 1001000 | 10110 | 101110 | 0 | 1000101 | 100100 | 1001000 | 101001011 | 110101 | 10010 |
Color Harmonies of #48162E
Complementary color
Monochromatic Colors of #48162E
Black with #48162E
Text Example
Text Example
White with #48162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48162E; }
p { color: rgb(72,22,46); }
H1.HeaderClassName
{
color: #48162E;
}
.AnyTagClassName
{
color: #48162E;
}
</style>
background-color css
<style>
a { background-color: #48162E; }
a { background-color: rgb(72,22,46); }
div.DivClassName
{
background-color: #48162E;
}
.BgClassName
{
background-color: #48162E;
}
</style>
border-color css
<style>
span { border-color: #48162E; }
span { border-color: rgb(72,22,46); }
td.TdClassName
{
border-color: #48162E;
}
.TagClassName
{
border-color: #48162E;
}
</style>