Shades of Blackberry #48133B
Tints of Blackberry #48133B
RGB
CMYK
RGB Variations
Color information
#48133B (or 0x48133B) is known color: Blackberry. HEX triplet: 48, 13 and 3B. RGB value is (72,19,59). Sum of RGB (Red+Green+Blue) = 72+19+59=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 19 (7.81% from 255 or 12.67% from 150); Blue value is 59 (23.44% from 255 or 39.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #48133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48133B is #B7ECC4. Grayscale: #272727. Windows color (decimal): -12053701 or 3871560. OLE color: 3871560.
HSL color Cylindrical-coordinate representation of color #48133B: hue angle of 314.72º 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 #48133B is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 59 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.72 |
| HSL | 314.72º | 0.58% | 0.18% | - |
| HSV(B) | 314.72º | 0.74% | 0.28% | - |
| XYZ | 3.69 | 2.16 | 4.36 | - |
| YUV | 39.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 59 | 0 | 0.74 | 0.18 | 0.72 | 314.72 | 0.58 | 0.18 |
| Hex | 48 | 13 | 3B | 0 | 4A | 12 | 48 | 13B | 3A | 12 |
| Octal | 110 | 23 | 73 | 0 | 112 | 22 | 110 | 473 | 72 | 22 |
| Binary | 1001000 | 10011 | 111011 | 0 | 1001010 | 10010 | 1001000 | 100111011 | 111010 | 10010 |
Color Harmonies of #48133B
Complementary color
Monochromatic Colors of #48133B
Black with #48133B
Text Example
Text Example
White with #48133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48133B; }
p { color: rgb(72,19,59); }
H1.HeaderClassName
{
color: #48133B;
}
.AnyTagClassName
{
color: #48133B;
}
</style>
background-color css
<style>
a { background-color: #48133B; }
a { background-color: rgb(72,19,59); }
div.DivClassName
{
background-color: #48133B;
}
.BgClassName
{
background-color: #48133B;
}
</style>
border-color css
<style>
span { border-color: #48133B; }
span { border-color: rgb(72,19,59); }
td.TdClassName
{
border-color: #48133B;
}
.TagClassName
{
border-color: #48133B;
}
</style>