Shades of Blackberry #48203B
Tints of Blackberry #48203B
RGB
CMYK
RGB Variations
Color information
#48203B (or 0x48203B) is known color: Blackberry. HEX triplet: 48, 20 and 3B. RGB value is (72,32,59). Sum of RGB (Red+Green+Blue) = 72+32+59=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 32 (12.89% from 255 or 19.63% from 163); Blue value is 59 (23.44% from 255 or 36.20% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #48203B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48203B is #B7DFC4. Grayscale: #2E2E2E. Windows color (decimal): -12050373 or 3874888. OLE color: 3874888.
HSL color Cylindrical-coordinate representation of color #48203B: hue angle of 319.5º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #48203B is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 32 | 59 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.72 |
| HSL | 319.5º | 0.38% | 0.2% | - |
| HSV(B) | 319.5º | 0.56% | 0.28% | - |
| XYZ | 3.98 | 2.73 | 4.45 | - |
| YUV | 47.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 32 | 59 | 0 | 0.56 | 0.18 | 0.72 | 319.5 | 0.38 | 0.2 |
| Hex | 48 | 20 | 3B | 0 | 38 | 12 | 48 | 140 | 26 | 14 |
| Octal | 110 | 40 | 73 | 0 | 70 | 22 | 110 | 500 | 46 | 24 |
| Binary | 1001000 | 100000 | 111011 | 0 | 111000 | 10010 | 1001000 | 101000000 | 100110 | 10100 |
Color Harmonies of #48203B
Complementary color
Monochromatic Colors of #48203B
Black with #48203B
Text Example
Text Example
White with #48203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48203B; }
p { color: rgb(72,32,59); }
H1.HeaderClassName
{
color: #48203B;
}
.AnyTagClassName
{
color: #48203B;
}
</style>
background-color css
<style>
a { background-color: #48203B; }
a { background-color: rgb(72,32,59); }
div.DivClassName
{
background-color: #48203B;
}
.BgClassName
{
background-color: #48203B;
}
</style>
border-color css
<style>
span { border-color: #48203B; }
span { border-color: rgb(72,32,59); }
td.TdClassName
{
border-color: #48203B;
}
.TagClassName
{
border-color: #48203B;
}
</style>