Shades of Blackberry #480C32
Tints of Blackberry #480C32
RGB
CMYK
RGB Variations
Color information
#480C32 (or 0x480C32) is known color: Blackberry. HEX triplet: 48, 0C and 32. RGB value is (72,12,50). Sum of RGB (Red+Green+Blue) = 72+12+50=134 (17% of max value = 765). Red value is 72 (28.52% from 255 or 53.73% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 72 - color contains mainly: red. Hex color #480C32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #480C32 is #B7F3CD. Grayscale: #222222. Windows color (decimal): -12055502 or 3279944. OLE color: 3279944.
HSL color Cylindrical-coordinate representation of color #480C32: hue angle of 322º 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 #480C32 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 12 | 50 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.72 |
| HSL | 322º | 0.71% | 0.16% | - |
| HSV(B) | 322º | 0.83% | 0.28% | - |
| XYZ | 3.38 | 1.87 | 3.2 | - |
| YUV | 34.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 12 | 50 | 0 | 0.83 | 0.31 | 0.72 | 322 | 0.71 | 0.16 |
| Hex | 48 | C | 32 | 0 | 53 | 1F | 48 | 142 | 47 | 10 |
| Octal | 110 | 14 | 62 | 0 | 123 | 37 | 110 | 502 | 107 | 20 |
| Binary | 1001000 | 1100 | 110010 | 0 | 1010011 | 11111 | 1001000 | 101000010 | 1000111 | 10000 |
Color Harmonies of #480C32
Complementary color
Monochromatic Colors of #480C32
Black with #480C32
Text Example
Text Example
White with #480C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480C32; }
p { color: rgb(72,12,50); }
H1.HeaderClassName
{
color: #480C32;
}
.AnyTagClassName
{
color: #480C32;
}
</style>
background-color css
<style>
a { background-color: #480C32; }
a { background-color: rgb(72,12,50); }
div.DivClassName
{
background-color: #480C32;
}
.BgClassName
{
background-color: #480C32;
}
</style>
border-color css
<style>
span { border-color: #480C32; }
span { border-color: rgb(72,12,50); }
td.TdClassName
{
border-color: #480C32;
}
.TagClassName
{
border-color: #480C32;
}
</style>