Shades of Blackberry #48043C
Tints of Blackberry #48043C
RGB
CMYK
RGB Variations
Color information
#48043C (or 0x48043C) is known color: Blackberry. HEX triplet: 48, 04 and 3C. RGB value is (72,4,60). Sum of RGB (Red+Green+Blue) = 72+4+60=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48043C is #B7FBC3. Grayscale: #1E1E1E. Windows color (decimal): -12057540 or 3933256. OLE color: 3933256.
HSL color Cylindrical-coordinate representation of color #48043C: hue angle of 310.59º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #48043C is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 4 | 60 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.72 |
| HSL | 310.59º | 0.89% | 0.15% | - |
| HSV(B) | 310.59º | 0.94% | 0.28% | - |
| XYZ | 3.53 | 1.79 | 4.43 | - |
| YUV | 30.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 4 | 60 | 0 | 0.94 | 0.17 | 0.72 | 310.59 | 0.89 | 0.15 |
| Hex | 48 | 4 | 3C | 0 | 5E | 11 | 48 | 137 | 59 | F |
| Octal | 110 | 4 | 74 | 0 | 136 | 21 | 110 | 467 | 131 | 17 |
| Binary | 1001000 | 100 | 111100 | 0 | 1011110 | 10001 | 1001000 | 100110111 | 1011001 | 1111 |
Color Harmonies of #48043C
Complementary color
Monochromatic Colors of #48043C
Black with #48043C
Text Example
Text Example
White with #48043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48043C; }
p { color: rgb(72,4,60); }
H1.HeaderClassName
{
color: #48043C;
}
.AnyTagClassName
{
color: #48043C;
}
</style>
background-color css
<style>
a { background-color: #48043C; }
a { background-color: rgb(72,4,60); }
div.DivClassName
{
background-color: #48043C;
}
.BgClassName
{
background-color: #48043C;
}
</style>
border-color css
<style>
span { border-color: #48043C; }
span { border-color: rgb(72,4,60); }
td.TdClassName
{
border-color: #48043C;
}
.TagClassName
{
border-color: #48043C;
}
</style>