Shades of Blackberry #48033C
Tints of Blackberry #48033C
RGB
CMYK
RGB Variations
Color information
#48033C (or 0x48033C) is known color: Blackberry. HEX triplet: 48, 03 and 3C. RGB value is (72,3,60). Sum of RGB (Red+Green+Blue) = 72+3+60=135 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.33% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 60 (23.83% from 255 or 44.44% from 135); Max value from RGB is 72 - color contains mainly: red. Hex color #48033C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48033C is #B7FCC3. Grayscale: #1D1D1D. Windows color (decimal): -12057796 or 3933000. OLE color: 3933000.
HSL color Cylindrical-coordinate representation of color #48033C: hue angle of 310.43º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48033C is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 3 | 60 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.72 |
| HSL | 310.43º | 0.92% | 0.15% | - |
| HSV(B) | 310.43º | 0.96% | 0.28% | - |
| XYZ | 3.52 | 1.77 | 4.43 | - |
| YUV | 30.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 3 | 60 | 0 | 0.96 | 0.17 | 0.72 | 310.43 | 0.92 | 0.15 |
| Hex | 48 | 3 | 3C | 0 | 60 | 11 | 48 | 136 | 5C | F |
| Octal | 110 | 3 | 74 | 0 | 140 | 21 | 110 | 466 | 134 | 17 |
| Binary | 1001000 | 11 | 111100 | 0 | 1100000 | 10001 | 1001000 | 100110110 | 1011100 | 1111 |
Color Harmonies of #48033C
Complementary color
Monochromatic Colors of #48033C
Black with #48033C
Text Example
Text Example
White with #48033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48033C; }
p { color: rgb(72,3,60); }
H1.HeaderClassName
{
color: #48033C;
}
.AnyTagClassName
{
color: #48033C;
}
</style>
background-color css
<style>
a { background-color: #48033C; }
a { background-color: rgb(72,3,60); }
div.DivClassName
{
background-color: #48033C;
}
.BgClassName
{
background-color: #48033C;
}
</style>
border-color css
<style>
span { border-color: #48033C; }
span { border-color: rgb(72,3,60); }
td.TdClassName
{
border-color: #48033C;
}
.TagClassName
{
border-color: #48033C;
}
</style>