Shades of Blackberry #48172E
Tints of Blackberry #48172E
RGB
CMYK
RGB Variations
Color information
#48172E (or 0x48172E) is known color: Blackberry. HEX triplet: 48, 17 and 2E. RGB value is (72,23,46). Sum of RGB (Red+Green+Blue) = 72+23+46=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 46 (18.36% from 255 or 32.62% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #48172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48172E is #B7E8D1. Grayscale: #282828. Windows color (decimal): -12052690 or 3020616. OLE color: 3020616.
HSL color Cylindrical-coordinate representation of color #48172E: hue angle of 331.84º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48172E is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 46 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.72 |
| HSL | 331.84º | 0.52% | 0.19% | - |
| HSV(B) | 331.84º | 0.68% | 0.28% | - |
| XYZ | 3.47 | 2.19 | 2.82 | - |
| YUV | 40.27 | 131.23 | 150.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 46 | 0 | 0.68 | 0.36 | 0.72 | 331.84 | 0.52 | 0.19 |
| Hex | 48 | 17 | 2E | 0 | 44 | 24 | 48 | 14C | 34 | 13 |
| Octal | 110 | 27 | 56 | 0 | 104 | 44 | 110 | 514 | 64 | 23 |
| Binary | 1001000 | 10111 | 101110 | 0 | 1000100 | 100100 | 1001000 | 101001100 | 110100 | 10011 |
Color Harmonies of #48172E
Complementary color
Monochromatic Colors of #48172E
Black with #48172E
Text Example
Text Example
White with #48172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48172E; }
p { color: rgb(72,23,46); }
H1.HeaderClassName
{
color: #48172E;
}
.AnyTagClassName
{
color: #48172E;
}
</style>
background-color css
<style>
a { background-color: #48172E; }
a { background-color: rgb(72,23,46); }
div.DivClassName
{
background-color: #48172E;
}
.BgClassName
{
background-color: #48172E;
}
</style>
border-color css
<style>
span { border-color: #48172E; }
span { border-color: rgb(72,23,46); }
td.TdClassName
{
border-color: #48172E;
}
.TagClassName
{
border-color: #48172E;
}
</style>