Shades of Blackberry #480B27
Tints of Blackberry #480B27
RGB
CMYK
RGB Variations
Color information
#480B27 (or 0x480B27) is known color: Blackberry. HEX triplet: 48, 0B and 27. RGB value is (72,11,39). Sum of RGB (Red+Green+Blue) = 72+11+39=122 (16% of max value = 765). Red value is 72 (28.52% from 255 or 59.02% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 39 (15.62% from 255 or 31.97% from 122); Max value from RGB is 72 - color contains mainly: red. Hex color #480B27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480B27 is #B7F4D8. Grayscale: #202020. Windows color (decimal): -12055769 or 2558792. OLE color: 2558792.
HSL color Cylindrical-coordinate representation of color #480B27: hue angle of 332.46º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #480B27 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 11 | 39 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.72 |
| HSL | 332.46º | 0.73% | 0.16% | - |
| HSV(B) | 332.46º | 0.85% | 0.28% | - |
| XYZ | 3.16 | 1.76 | 2.09 | - |
| YUV | 32.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 11 | 39 | 0 | 0.85 | 0.46 | 0.72 | 332.46 | 0.73 | 0.16 |
| Hex | 48 | B | 27 | 0 | 55 | 2E | 48 | 14C | 49 | 10 |
| Octal | 110 | 13 | 47 | 0 | 125 | 56 | 110 | 514 | 111 | 20 |
| Binary | 1001000 | 1011 | 100111 | 0 | 1010101 | 101110 | 1001000 | 101001100 | 1001001 | 10000 |
Color Harmonies of #480B27
Complementary color
Monochromatic Colors of #480B27
Black with #480B27
Text Example
Text Example
White with #480B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480B27; }
p { color: rgb(72,11,39); }
H1.HeaderClassName
{
color: #480B27;
}
.AnyTagClassName
{
color: #480B27;
}
</style>
background-color css
<style>
a { background-color: #480B27; }
a { background-color: rgb(72,11,39); }
div.DivClassName
{
background-color: #480B27;
}
.BgClassName
{
background-color: #480B27;
}
</style>
border-color css
<style>
span { border-color: #480B27; }
span { border-color: rgb(72,11,39); }
td.TdClassName
{
border-color: #480B27;
}
.TagClassName
{
border-color: #480B27;
}
</style>