Shades of Blackberry #48072F
Tints of Blackberry #48072F
RGB
CMYK
RGB Variations
Color information
#48072F (or 0x48072F) is known color: Blackberry. HEX triplet: 48, 07 and 2F. RGB value is (72,7,47). Sum of RGB (Red+Green+Blue) = 72+7+47=126 (16% of max value = 765). Red value is 72 (28.52% from 255 or 57.14% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 72 - color contains mainly: red. Hex color #48072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48072F is #B7F8D0. Grayscale: #1E1E1E. Windows color (decimal): -12056785 or 3082056. OLE color: 3082056.
HSL color Cylindrical-coordinate representation of color #48072F: hue angle of 323.08º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #48072F is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 7 | 47 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.72 |
| HSL | 323.08º | 0.82% | 0.15% | - |
| HSV(B) | 323.08º | 0.9% | 0.28% | - |
| XYZ | 3.26 | 1.73 | 2.85 | - |
| YUV | 31 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 7 | 47 | 0 | 0.90 | 0.35 | 0.72 | 323.08 | 0.82 | 0.15 |
| Hex | 48 | 7 | 2F | 0 | 5A | 23 | 48 | 143 | 52 | F |
| Octal | 110 | 7 | 57 | 0 | 132 | 43 | 110 | 503 | 122 | 17 |
| Binary | 1001000 | 111 | 101111 | 0 | 1011010 | 100011 | 1001000 | 101000011 | 1010010 | 1111 |
Color Harmonies of #48072F
Complementary color
Monochromatic Colors of #48072F
Black with #48072F
Text Example
Text Example
White with #48072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48072F; }
p { color: rgb(72,7,47); }
H1.HeaderClassName
{
color: #48072F;
}
.AnyTagClassName
{
color: #48072F;
}
</style>
background-color css
<style>
a { background-color: #48072F; }
a { background-color: rgb(72,7,47); }
div.DivClassName
{
background-color: #48072F;
}
.BgClassName
{
background-color: #48072F;
}
</style>
border-color css
<style>
span { border-color: #48072F; }
span { border-color: rgb(72,7,47); }
td.TdClassName
{
border-color: #48072F;
}
.TagClassName
{
border-color: #48072F;
}
</style>