Shades of Blackberry #48063C
Tints of Blackberry #48063C
RGB
CMYK
RGB Variations
Color information
#48063C (or 0x48063C) is known color: Blackberry. HEX triplet: 48, 06 and 3C. RGB value is (72,6,60). Sum of RGB (Red+Green+Blue) = 72+6+60=138 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.17% from 138); Green value is 6 (2.73% from 255 or 4.35% from 138); Blue value is 60 (23.83% from 255 or 43.48% from 138); Max value from RGB is 72 - color contains mainly: red. Hex color #48063C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48063C is #B7F9C3. Grayscale: #1F1F1F. Windows color (decimal): -12057028 or 3933768. OLE color: 3933768.
HSL color Cylindrical-coordinate representation of color #48063C: hue angle of 310.91º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48063C is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 6 | 60 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.72 |
| HSL | 310.91º | 0.85% | 0.15% | - |
| HSV(B) | 310.91º | 0.92% | 0.28% | - |
| XYZ | 3.55 | 1.83 | 4.44 | - |
| YUV | 31.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 6 | 60 | 0 | 0.92 | 0.17 | 0.72 | 310.91 | 0.85 | 0.15 |
| Hex | 48 | 6 | 3C | 0 | 5C | 11 | 48 | 137 | 55 | F |
| Octal | 110 | 6 | 74 | 0 | 134 | 21 | 110 | 467 | 125 | 17 |
| Binary | 1001000 | 110 | 111100 | 0 | 1011100 | 10001 | 1001000 | 100110111 | 1010101 | 1111 |
Color Harmonies of #48063C
Complementary color
Monochromatic Colors of #48063C
Black with #48063C
Text Example
Text Example
White with #48063C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48063C; }
p { color: rgb(72,6,60); }
H1.HeaderClassName
{
color: #48063C;
}
.AnyTagClassName
{
color: #48063C;
}
</style>
background-color css
<style>
a { background-color: #48063C; }
a { background-color: rgb(72,6,60); }
div.DivClassName
{
background-color: #48063C;
}
.BgClassName
{
background-color: #48063C;
}
</style>
border-color css
<style>
span { border-color: #48063C; }
span { border-color: rgb(72,6,60); }
td.TdClassName
{
border-color: #48063C;
}
.TagClassName
{
border-color: #48063C;
}
</style>