Shades of Blackberry #48082C
Tints of Blackberry #48082C
RGB
CMYK
RGB Variations
Color information
#48082C (or 0x48082C) is known color: Blackberry. HEX triplet: 48, 08 and 2C. RGB value is (72,8,44). Sum of RGB (Red+Green+Blue) = 72+8+44=124 (16% of max value = 765). Red value is 72 (28.52% from 255 or 58.06% from 124); Green value is 8 (3.52% from 255 or 6.45% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 72 - color contains mainly: red. Hex color #48082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48082C is #B7F7D3. Grayscale: #1F1F1F. Windows color (decimal): -12056532 or 2885704. OLE color: 2885704.
HSL color Cylindrical-coordinate representation of color #48082C: hue angle of 326.25º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48082C is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 8 | 44 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.72 |
| HSL | 326.25º | 0.8% | 0.16% | - |
| HSV(B) | 326.25º | 0.89% | 0.28% | - |
| XYZ | 3.21 | 1.73 | 2.55 | - |
| YUV | 31.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 44 | 0 | 0.89 | 0.39 | 0.72 | 326.25 | 0.8 | 0.16 |
| Hex | 48 | 8 | 2C | 0 | 59 | 27 | 48 | 146 | 50 | 10 |
| Octal | 110 | 10 | 54 | 0 | 131 | 47 | 110 | 506 | 120 | 20 |
| Binary | 1001000 | 1000 | 101100 | 0 | 1011001 | 100111 | 1001000 | 101000110 | 1010000 | 10000 |
Color Harmonies of #48082C
Complementary color
Monochromatic Colors of #48082C
Black with #48082C
Text Example
Text Example
White with #48082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48082C; }
p { color: rgb(72,8,44); }
H1.HeaderClassName
{
color: #48082C;
}
.AnyTagClassName
{
color: #48082C;
}
</style>
background-color css
<style>
a { background-color: #48082C; }
a { background-color: rgb(72,8,44); }
div.DivClassName
{
background-color: #48082C;
}
.BgClassName
{
background-color: #48082C;
}
</style>
border-color css
<style>
span { border-color: #48082C; }
span { border-color: rgb(72,8,44); }
td.TdClassName
{
border-color: #48082C;
}
.TagClassName
{
border-color: #48082C;
}
</style>