Shades of Blackberry #48133C
Tints of Blackberry #48133C
RGB
CMYK
RGB Variations
Color information
#48133C (or 0x48133C) is known color: Blackberry. HEX triplet: 48, 13 and 3C. RGB value is (72,19,60). Sum of RGB (Red+Green+Blue) = 72+19+60=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #48133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48133C is #B7ECC3. Grayscale: #272727. Windows color (decimal): -12053700 or 3937096. OLE color: 3937096.
HSL color Cylindrical-coordinate representation of color #48133C: hue angle of 313.58º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #48133C is Cyan = 0, Magento = 0.74, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 60 | - |
| CMYK | 0 | 0.74 | 0.17 | 0.72 |
| HSL | 313.58º | 0.58% | 0.18% | - |
| HSV(B) | 313.58º | 0.74% | 0.28% | - |
| XYZ | 3.72 | 2.17 | 4.5 | - |
| YUV | 39.52 | 139.56 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 60 | 0 | 0.74 | 0.17 | 0.72 | 313.58 | 0.58 | 0.18 |
| Hex | 48 | 13 | 3C | 0 | 4A | 11 | 48 | 13A | 3A | 12 |
| Octal | 110 | 23 | 74 | 0 | 112 | 21 | 110 | 472 | 72 | 22 |
| Binary | 1001000 | 10011 | 111100 | 0 | 1001010 | 10001 | 1001000 | 100111010 | 111010 | 10010 |
Color Harmonies of #48133C
Complementary color
Monochromatic Colors of #48133C
Black with #48133C
Text Example
Text Example
White with #48133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48133C; }
p { color: rgb(72,19,60); }
H1.HeaderClassName
{
color: #48133C;
}
.AnyTagClassName
{
color: #48133C;
}
</style>
background-color css
<style>
a { background-color: #48133C; }
a { background-color: rgb(72,19,60); }
div.DivClassName
{
background-color: #48133C;
}
.BgClassName
{
background-color: #48133C;
}
</style>
border-color css
<style>
span { border-color: #48133C; }
span { border-color: rgb(72,19,60); }
td.TdClassName
{
border-color: #48133C;
}
.TagClassName
{
border-color: #48133C;
}
</style>