Shades of Blackberry #48193D
Tints of Blackberry #48193D
RGB
CMYK
RGB Variations
Color information
#48193D (or 0x48193D) is known color: Blackberry. HEX triplet: 48, 19 and 3D. RGB value is (72,25,61). Sum of RGB (Red+Green+Blue) = 72+25+61=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 61 (24.22% from 255 or 38.61% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #48193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48193D is #B7E6C2. Grayscale: #2B2B2B. Windows color (decimal): -12052163 or 4004168. OLE color: 4004168.
HSL color Cylindrical-coordinate representation of color #48193D: hue angle of 314.04º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48193D is Cyan = 0, Magento = 0.65, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 61 | - |
| CMYK | 0 | 0.65 | 0.15 | 0.72 |
| HSL | 314.04º | 0.48% | 0.19% | - |
| HSV(B) | 314.04º | 0.65% | 0.28% | - |
| XYZ | 3.86 | 2.41 | 4.68 | - |
| YUV | 43.16 | 138.07 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 61 | 0 | 0.65 | 0.15 | 0.72 | 314.04 | 0.48 | 0.19 |
| Hex | 48 | 19 | 3D | 0 | 41 | F | 48 | 13A | 30 | 13 |
| Octal | 110 | 31 | 75 | 0 | 101 | 17 | 110 | 472 | 60 | 23 |
| Binary | 1001000 | 11001 | 111101 | 0 | 1000001 | 1111 | 1001000 | 100111010 | 110000 | 10011 |
Color Harmonies of #48193D
Complementary color
Monochromatic Colors of #48193D
Black with #48193D
Text Example
Text Example
White with #48193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48193D; }
p { color: rgb(72,25,61); }
H1.HeaderClassName
{
color: #48193D;
}
.AnyTagClassName
{
color: #48193D;
}
</style>
background-color css
<style>
a { background-color: #48193D; }
a { background-color: rgb(72,25,61); }
div.DivClassName
{
background-color: #48193D;
}
.BgClassName
{
background-color: #48193D;
}
</style>
border-color css
<style>
span { border-color: #48193D; }
span { border-color: rgb(72,25,61); }
td.TdClassName
{
border-color: #48193D;
}
.TagClassName
{
border-color: #48193D;
}
</style>