Shades of Blackberry #48133D
Tints of Blackberry #48133D
RGB
CMYK
RGB Variations
Color information
#48133D (or 0x48133D) is known color: Blackberry. HEX triplet: 48, 13 and 3D. RGB value is (72,19,61). Sum of RGB (Red+Green+Blue) = 72+19+61=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48133D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48133D is #B7ECC2. Grayscale: #272727. Windows color (decimal): -12053699 or 4002632. OLE color: 4002632.
HSL color Cylindrical-coordinate representation of color #48133D: hue angle of 312.45º 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 #48133D is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 61 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.72 |
| HSL | 312.45º | 0.58% | 0.18% | - |
| HSV(B) | 312.45º | 0.74% | 0.28% | - |
| XYZ | 3.75 | 2.18 | 4.64 | - |
| YUV | 39.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 61 | 0 | 0.74 | 0.15 | 0.72 | 312.45 | 0.58 | 0.18 |
| Hex | 48 | 13 | 3D | 0 | 4A | F | 48 | 138 | 3A | 12 |
| Octal | 110 | 23 | 75 | 0 | 112 | 17 | 110 | 470 | 72 | 22 |
| Binary | 1001000 | 10011 | 111101 | 0 | 1001010 | 1111 | 1001000 | 100111000 | 111010 | 10010 |
Color Harmonies of #48133D
Complementary color
Monochromatic Colors of #48133D
Black with #48133D
Text Example
Text Example
White with #48133D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48133D; }
p { color: rgb(72,19,61); }
H1.HeaderClassName
{
color: #48133D;
}
.AnyTagClassName
{
color: #48133D;
}
</style>
background-color css
<style>
a { background-color: #48133D; }
a { background-color: rgb(72,19,61); }
div.DivClassName
{
background-color: #48133D;
}
.BgClassName
{
background-color: #48133D;
}
</style>
border-color css
<style>
span { border-color: #48133D; }
span { border-color: rgb(72,19,61); }
td.TdClassName
{
border-color: #48133D;
}
.TagClassName
{
border-color: #48133D;
}
</style>