Shades of Blackberry #48193B
Tints of Blackberry #48193B
RGB
CMYK
RGB Variations
Color information
#48193B (or 0x48193B) is known color: Blackberry. HEX triplet: 48, 19 and 3B. RGB value is (72,25,59). Sum of RGB (Red+Green+Blue) = 72+25+59=156 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.15% from 156); Green value is 25 (10.16% from 255 or 16.03% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 72 - color contains mainly: red. Hex color #48193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48193B is #B7E6C4. Grayscale: #2A2A2A. Windows color (decimal): -12052165 or 3873096. OLE color: 3873096.
HSL color Cylindrical-coordinate representation of color #48193B: hue angle of 316.6º 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 #48193B is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 59 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.72 |
| HSL | 316.6º | 0.48% | 0.19% | - |
| HSV(B) | 316.6º | 0.65% | 0.28% | - |
| XYZ | 3.81 | 2.39 | 4.4 | - |
| YUV | 42.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 59 | 0 | 0.65 | 0.18 | 0.72 | 316.6 | 0.48 | 0.19 |
| Hex | 48 | 19 | 3B | 0 | 41 | 12 | 48 | 13D | 30 | 13 |
| Octal | 110 | 31 | 73 | 0 | 101 | 22 | 110 | 475 | 60 | 23 |
| Binary | 1001000 | 11001 | 111011 | 0 | 1000001 | 10010 | 1001000 | 100111101 | 110000 | 10011 |
Color Harmonies of #48193B
Complementary color
Monochromatic Colors of #48193B
Black with #48193B
Text Example
Text Example
White with #48193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48193B; }
p { color: rgb(72,25,59); }
H1.HeaderClassName
{
color: #48193B;
}
.AnyTagClassName
{
color: #48193B;
}
</style>
background-color css
<style>
a { background-color: #48193B; }
a { background-color: rgb(72,25,59); }
div.DivClassName
{
background-color: #48193B;
}
.BgClassName
{
background-color: #48193B;
}
</style>
border-color css
<style>
span { border-color: #48193B; }
span { border-color: rgb(72,25,59); }
td.TdClassName
{
border-color: #48193B;
}
.TagClassName
{
border-color: #48193B;
}
</style>