Shades of Blackberry #48143C
Tints of Blackberry #48143C
RGB
CMYK
RGB Variations
Color information
#48143C (or 0x48143C) is known color: Blackberry. HEX triplet: 48, 14 and 3C. RGB value is (72,20,60). Sum of RGB (Red+Green+Blue) = 72+20+60=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #48143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48143C is #B7EBC3. Grayscale: #282828. Windows color (decimal): -12053444 or 3937352. OLE color: 3937352.
HSL color Cylindrical-coordinate representation of color #48143C: hue angle of 313.85º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48143C is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 20 | 60 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.72 |
| HSL | 313.85º | 0.57% | 0.18% | - |
| HSV(B) | 313.85º | 0.72% | 0.28% | - |
| XYZ | 3.74 | 2.2 | 4.5 | - |
| YUV | 40.11 | 139.23 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 20 | 60 | 0 | 0.72 | 0.17 | 0.72 | 313.85 | 0.57 | 0.18 |
| Hex | 48 | 14 | 3C | 0 | 48 | 11 | 48 | 13A | 39 | 12 |
| Octal | 110 | 24 | 74 | 0 | 110 | 21 | 110 | 472 | 71 | 22 |
| Binary | 1001000 | 10100 | 111100 | 0 | 1001000 | 10001 | 1001000 | 100111010 | 111001 | 10010 |
Color Harmonies of #48143C
Complementary color
Monochromatic Colors of #48143C
Black with #48143C
Text Example
Text Example
White with #48143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48143C; }
p { color: rgb(72,20,60); }
H1.HeaderClassName
{
color: #48143C;
}
.AnyTagClassName
{
color: #48143C;
}
</style>
background-color css
<style>
a { background-color: #48143C; }
a { background-color: rgb(72,20,60); }
div.DivClassName
{
background-color: #48143C;
}
.BgClassName
{
background-color: #48143C;
}
</style>
border-color css
<style>
span { border-color: #48143C; }
span { border-color: rgb(72,20,60); }
td.TdClassName
{
border-color: #48143C;
}
.TagClassName
{
border-color: #48143C;
}
</style>