Shades of Blackberry #48052C
Tints of Blackberry #48052C
RGB
CMYK
RGB Variations
Color information
#48052C (or 0x48052C) is known color: Blackberry. HEX triplet: 48, 05 and 2C. RGB value is (72,5,44). Sum of RGB (Red+Green+Blue) = 72+5+44=121 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.50% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 44 (17.58% from 255 or 36.36% from 121); Max value from RGB is 72 - color contains mainly: red. Hex color #48052C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48052C is #B7FAD3. Grayscale: #1D1D1D. Windows color (decimal): -12057300 or 2884936. OLE color: 2884936.
HSL color Cylindrical-coordinate representation of color #48052C: hue angle of 325.07º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #48052C is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 5 | 44 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.72 |
| HSL | 325.07º | 0.87% | 0.15% | - |
| HSV(B) | 325.07º | 0.93% | 0.28% | - |
| XYZ | 3.18 | 1.67 | 2.54 | - |
| YUV | 29.48 | 136.2 | 158.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 44 | 0 | 0.93 | 0.39 | 0.72 | 325.07 | 0.87 | 0.15 |
| Hex | 48 | 5 | 2C | 0 | 5D | 27 | 48 | 145 | 57 | F |
| Octal | 110 | 5 | 54 | 0 | 135 | 47 | 110 | 505 | 127 | 17 |
| Binary | 1001000 | 101 | 101100 | 0 | 1011101 | 100111 | 1001000 | 101000101 | 1010111 | 1111 |
Color Harmonies of #48052C
Complementary color
Monochromatic Colors of #48052C
Black with #48052C
Text Example
Text Example
White with #48052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48052C; }
p { color: rgb(72,5,44); }
H1.HeaderClassName
{
color: #48052C;
}
.AnyTagClassName
{
color: #48052C;
}
</style>
background-color css
<style>
a { background-color: #48052C; }
a { background-color: rgb(72,5,44); }
div.DivClassName
{
background-color: #48052C;
}
.BgClassName
{
background-color: #48052C;
}
</style>
border-color css
<style>
span { border-color: #48052C; }
span { border-color: rgb(72,5,44); }
td.TdClassName
{
border-color: #48052C;
}
.TagClassName
{
border-color: #48052C;
}
</style>