Shades of Blackberry #48163A
Tints of Blackberry #48163A
RGB
CMYK
RGB Variations
Color information
#48163A (or 0x48163A) is known color: Blackberry. HEX triplet: 48, 16 and 3A. RGB value is (72,22,58). Sum of RGB (Red+Green+Blue) = 72+22+58=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48163A is #B7E9C5. Grayscale: #282828. Windows color (decimal): -12052934 or 3806792. OLE color: 3806792.
HSL color Cylindrical-coordinate representation of color #48163A: hue angle of 316.8º 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 #48163A is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 58 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.72 |
| HSL | 316.8º | 0.53% | 0.18% | - |
| HSV(B) | 316.8º | 0.69% | 0.28% | - |
| XYZ | 3.72 | 2.26 | 4.24 | - |
| YUV | 41.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 58 | 0 | 0.69 | 0.19 | 0.72 | 316.8 | 0.53 | 0.18 |
| Hex | 48 | 16 | 3A | 0 | 45 | 13 | 48 | 13D | 35 | 12 |
| Octal | 110 | 26 | 72 | 0 | 105 | 23 | 110 | 475 | 65 | 22 |
| Binary | 1001000 | 10110 | 111010 | 0 | 1000101 | 10011 | 1001000 | 100111101 | 110101 | 10010 |
Color Harmonies of #48163A
Complementary color
Monochromatic Colors of #48163A
Black with #48163A
Text Example
Text Example
White with #48163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48163A; }
p { color: rgb(72,22,58); }
H1.HeaderClassName
{
color: #48163A;
}
.AnyTagClassName
{
color: #48163A;
}
</style>
background-color css
<style>
a { background-color: #48163A; }
a { background-color: rgb(72,22,58); }
div.DivClassName
{
background-color: #48163A;
}
.BgClassName
{
background-color: #48163A;
}
</style>
border-color css
<style>
span { border-color: #48163A; }
span { border-color: rgb(72,22,58); }
td.TdClassName
{
border-color: #48163A;
}
.TagClassName
{
border-color: #48163A;
}
</style>