Shades of Blackberry #481932
Tints of Blackberry #481932
RGB
CMYK
RGB Variations
Color information
#481932 (or 0x481932) is known color: Blackberry. HEX triplet: 48, 19 and 32. RGB value is (72,25,50). Sum of RGB (Red+Green+Blue) = 72+25+50=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481932 is #B7E6CD. Grayscale: #292929. Windows color (decimal): -12052174 or 3283272. OLE color: 3283272.
HSL color Cylindrical-coordinate representation of color #481932: hue angle of 328.09º degrees, saturation: 0.48, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #481932 is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 50 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.72 |
| HSL | 328.09º | 0.48% | 0.19% | - |
| HSV(B) | 328.09º | 0.65% | 0.28% | - |
| XYZ | 3.6 | 2.3 | 3.27 | - |
| YUV | 41.9 | 132.57 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 50 | 0 | 0.65 | 0.31 | 0.72 | 328.09 | 0.48 | 0.19 |
| Hex | 48 | 19 | 32 | 0 | 41 | 1F | 48 | 148 | 30 | 13 |
| Octal | 110 | 31 | 62 | 0 | 101 | 37 | 110 | 510 | 60 | 23 |
| Binary | 1001000 | 11001 | 110010 | 0 | 1000001 | 11111 | 1001000 | 101001000 | 110000 | 10011 |
Color Harmonies of #481932
Complementary color
Monochromatic Colors of #481932
Black with #481932
Text Example
Text Example
White with #481932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481932; }
p { color: rgb(72,25,50); }
H1.HeaderClassName
{
color: #481932;
}
.AnyTagClassName
{
color: #481932;
}
</style>
background-color css
<style>
a { background-color: #481932; }
a { background-color: rgb(72,25,50); }
div.DivClassName
{
background-color: #481932;
}
.BgClassName
{
background-color: #481932;
}
</style>
border-color css
<style>
span { border-color: #481932; }
span { border-color: rgb(72,25,50); }
td.TdClassName
{
border-color: #481932;
}
.TagClassName
{
border-color: #481932;
}
</style>