Shades of Blackberry #48062C
Tints of Blackberry #48062C
RGB
CMYK
RGB Variations
Color information
#48062C (or 0x48062C) is known color: Blackberry. HEX triplet: 48, 06 and 2C. RGB value is (72,6,44). Sum of RGB (Red+Green+Blue) = 72+6+44=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #48062C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #48062C is #B7F9D3. Grayscale: #1D1D1D. Windows color (decimal): -12057044 or 2885192. OLE color: 2885192.
HSL color Cylindrical-coordinate representation of color #48062C: hue angle of 325.45º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #48062C is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 6 | 44 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.72 |
| HSL | 325.45º | 0.85% | 0.15% | - |
| HSV(B) | 325.45º | 0.92% | 0.28% | - |
| XYZ | 3.19 | 1.69 | 2.54 | - |
| YUV | 30.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 6 | 44 | 0 | 0.92 | 0.39 | 0.72 | 325.45 | 0.85 | 0.15 |
| Hex | 48 | 6 | 2C | 0 | 5C | 27 | 48 | 145 | 55 | F |
| Octal | 110 | 6 | 54 | 0 | 134 | 47 | 110 | 505 | 125 | 17 |
| Binary | 1001000 | 110 | 101100 | 0 | 1011100 | 100111 | 1001000 | 101000101 | 1010101 | 1111 |
Color Harmonies of #48062C
Complementary color
Monochromatic Colors of #48062C
Black with #48062C
Text Example
Text Example
White with #48062C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48062C; }
p { color: rgb(72,6,44); }
H1.HeaderClassName
{
color: #48062C;
}
.AnyTagClassName
{
color: #48062C;
}
</style>
background-color css
<style>
a { background-color: #48062C; }
a { background-color: rgb(72,6,44); }
div.DivClassName
{
background-color: #48062C;
}
.BgClassName
{
background-color: #48062C;
}
</style>
border-color css
<style>
span { border-color: #48062C; }
span { border-color: rgb(72,6,44); }
td.TdClassName
{
border-color: #48062C;
}
.TagClassName
{
border-color: #48062C;
}
</style>