Shades of Blackberry #48052B
Tints of Blackberry #48052B
RGB
CMYK
RGB Variations
Color information
#48052B (or 0x48052B) is known color: Blackberry. HEX triplet: 48, 05 and 2B. RGB value is (72,5,43). Sum of RGB (Red+Green+Blue) = 72+5+43=120 (15% of max value = 765). Red value is 72 (28.52% from 255 or 60% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 72 - color contains mainly: red. Hex color #48052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48052B is #B7FAD4. Grayscale: #1D1D1D. Windows color (decimal): -12057301 or 2819400. OLE color: 2819400.
HSL color Cylindrical-coordinate representation of color #48052B: hue angle of 325.97º 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 #48052B is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 5 | 43 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.72 |
| HSL | 325.97º | 0.87% | 0.15% | - |
| HSV(B) | 325.97º | 0.93% | 0.28% | - |
| XYZ | 3.16 | 1.66 | 2.44 | - |
| YUV | 29.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 43 | 0 | 0.93 | 0.40 | 0.72 | 325.97 | 0.87 | 0.15 |
| Hex | 48 | 5 | 2B | 0 | 5D | 28 | 48 | 146 | 57 | F |
| Octal | 110 | 5 | 53 | 0 | 135 | 50 | 110 | 506 | 127 | 17 |
| Binary | 1001000 | 101 | 101011 | 0 | 1011101 | 101000 | 1001000 | 101000110 | 1010111 | 1111 |
Color Harmonies of #48052B
Complementary color
Monochromatic Colors of #48052B
Black with #48052B
Text Example
Text Example
White with #48052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48052B; }
p { color: rgb(72,5,43); }
H1.HeaderClassName
{
color: #48052B;
}
.AnyTagClassName
{
color: #48052B;
}
</style>
background-color css
<style>
a { background-color: #48052B; }
a { background-color: rgb(72,5,43); }
div.DivClassName
{
background-color: #48052B;
}
.BgClassName
{
background-color: #48052B;
}
</style>
border-color css
<style>
span { border-color: #48052B; }
span { border-color: rgb(72,5,43); }
td.TdClassName
{
border-color: #48052B;
}
.TagClassName
{
border-color: #48052B;
}
</style>