Shades of Blackberry #48163D
Tints of Blackberry #48163D
RGB
CMYK
RGB Variations
Color information
#48163D (or 0x48163D) is known color: Blackberry. HEX triplet: 48, 16 and 3D. RGB value is (72,22,61). Sum of RGB (Red+Green+Blue) = 72+22+61=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48163D is #B7E9C2. Grayscale: #292929. Windows color (decimal): -12052931 or 4003400. OLE color: 4003400.
HSL color Cylindrical-coordinate representation of color #48163D: hue angle of 313.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 #48163D is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 61 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.72 |
| HSL | 313.2º | 0.53% | 0.18% | - |
| HSV(B) | 313.2º | 0.69% | 0.28% | - |
| XYZ | 3.8 | 2.29 | 4.66 | - |
| YUV | 41.4 | 139.07 | 149.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 61 | 0 | 0.69 | 0.15 | 0.72 | 313.2 | 0.53 | 0.18 |
| Hex | 48 | 16 | 3D | 0 | 45 | F | 48 | 139 | 35 | 12 |
| Octal | 110 | 26 | 75 | 0 | 105 | 17 | 110 | 471 | 65 | 22 |
| Binary | 1001000 | 10110 | 111101 | 0 | 1000101 | 1111 | 1001000 | 100111001 | 110101 | 10010 |
Color Harmonies of #48163D
Complementary color
Monochromatic Colors of #48163D
Black with #48163D
Text Example
Text Example
White with #48163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48163D; }
p { color: rgb(72,22,61); }
H1.HeaderClassName
{
color: #48163D;
}
.AnyTagClassName
{
color: #48163D;
}
</style>
background-color css
<style>
a { background-color: #48163D; }
a { background-color: rgb(72,22,61); }
div.DivClassName
{
background-color: #48163D;
}
.BgClassName
{
background-color: #48163D;
}
</style>
border-color css
<style>
span { border-color: #48163D; }
span { border-color: rgb(72,22,61); }
td.TdClassName
{
border-color: #48163D;
}
.TagClassName
{
border-color: #48163D;
}
</style>