Shades of Blackberry #480C37
Tints of Blackberry #480C37
RGB
CMYK
RGB Variations
Color information
#480C37 (or 0x480C37) is known color: Blackberry. HEX triplet: 48, 0C and 37. RGB value is (72,12,55). Sum of RGB (Red+Green+Blue) = 72+12+55=139 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.80% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 55 (21.88% from 255 or 39.57% from 139); Max value from RGB is 72 - color contains mainly: red. Hex color #480C37 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480C37 is #B7F3C8. Grayscale: #222222. Windows color (decimal): -12055497 or 3607624. OLE color: 3607624.
HSL color Cylindrical-coordinate representation of color #480C37: hue angle of 317º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #480C37 is Cyan = 0, Magento = 0.83, Yellow = 0.24 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 12 | 55 | - |
| CMYK | 0 | 0.83 | 0.24 | 0.72 |
| HSL | 317º | 0.71% | 0.16% | - |
| HSV(B) | 317º | 0.83% | 0.28% | - |
| XYZ | 3.49 | 1.92 | 3.8 | - |
| YUV | 34.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 12 | 55 | 0 | 0.83 | 0.24 | 0.72 | 317 | 0.71 | 0.16 |
| Hex | 48 | C | 37 | 0 | 53 | 18 | 48 | 13D | 47 | 10 |
| Octal | 110 | 14 | 67 | 0 | 123 | 30 | 110 | 475 | 107 | 20 |
| Binary | 1001000 | 1100 | 110111 | 0 | 1010011 | 11000 | 1001000 | 100111101 | 1000111 | 10000 |
Color Harmonies of #480C37
Complementary color
Monochromatic Colors of #480C37
Black with #480C37
Text Example
Text Example
White with #480C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480C37; }
p { color: rgb(72,12,55); }
H1.HeaderClassName
{
color: #480C37;
}
.AnyTagClassName
{
color: #480C37;
}
</style>
background-color css
<style>
a { background-color: #480C37; }
a { background-color: rgb(72,12,55); }
div.DivClassName
{
background-color: #480C37;
}
.BgClassName
{
background-color: #480C37;
}
</style>
border-color css
<style>
span { border-color: #480C37; }
span { border-color: rgb(72,12,55); }
td.TdClassName
{
border-color: #480C37;
}
.TagClassName
{
border-color: #480C37;
}
</style>