Shades of Blackberry #48162A
Tints of Blackberry #48162A
RGB
CMYK
RGB Variations
Color information
#48162A (or 0x48162A) is known color: Blackberry. HEX triplet: 48, 16 and 2A. RGB value is (72,22,42). Sum of RGB (Red+Green+Blue) = 72+22+42=136 (18% of max value = 765). Red value is 72 (28.52% from 255 or 52.94% from 136); Green value is 22 (8.98% from 255 or 16.18% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 72 - color contains mainly: red. Hex color #48162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48162A is #B7E9D5. Grayscale: #272727. Windows color (decimal): -12052950 or 2758216. OLE color: 2758216.
HSL color Cylindrical-coordinate representation of color #48162A: hue angle of 336º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48162A is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 42 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.72 |
| HSL | 336º | 0.53% | 0.18% | - |
| HSV(B) | 336º | 0.69% | 0.28% | - |
| XYZ | 3.38 | 2.12 | 2.42 | - |
| YUV | 39.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 42 | 0 | 0.69 | 0.42 | 0.72 | 336 | 0.53 | 0.18 |
| Hex | 48 | 16 | 2A | 0 | 45 | 2A | 48 | 150 | 35 | 12 |
| Octal | 110 | 26 | 52 | 0 | 105 | 52 | 110 | 520 | 65 | 22 |
| Binary | 1001000 | 10110 | 101010 | 0 | 1000101 | 101010 | 1001000 | 101010000 | 110101 | 10010 |
Color Harmonies of #48162A
Complementary color
Monochromatic Colors of #48162A
Black with #48162A
Text Example
Text Example
White with #48162A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48162A; }
p { color: rgb(72,22,42); }
H1.HeaderClassName
{
color: #48162A;
}
.AnyTagClassName
{
color: #48162A;
}
</style>
background-color css
<style>
a { background-color: #48162A; }
a { background-color: rgb(72,22,42); }
div.DivClassName
{
background-color: #48162A;
}
.BgClassName
{
background-color: #48162A;
}
</style>
border-color css
<style>
span { border-color: #48162A; }
span { border-color: rgb(72,22,42); }
td.TdClassName
{
border-color: #48162A;
}
.TagClassName
{
border-color: #48162A;
}
</style>