Shades of Blackberry #481732
Tints of Blackberry #481732
RGB
CMYK
RGB Variations
Color information
#481732 (or 0x481732) is known color: Blackberry. HEX triplet: 48, 17 and 32. RGB value is (72,23,50). Sum of RGB (Red+Green+Blue) = 72+23+50=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 50 (19.92% from 255 or 34.48% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481732 is #B7E8CD. Grayscale: #282828. Windows color (decimal): -12052686 or 3282760. OLE color: 3282760.
HSL color Cylindrical-coordinate representation of color #481732: hue angle of 326.94º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481732 is Cyan = 0, Magento = 0.68, Yellow = 0.31 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 50 | - |
| CMYK | 0 | 0.68 | 0.31 | 0.72 |
| HSL | 326.94º | 0.52% | 0.19% | - |
| HSV(B) | 326.94º | 0.68% | 0.28% | - |
| XYZ | 3.55 | 2.22 | 3.26 | - |
| YUV | 40.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 50 | 0 | 0.68 | 0.31 | 0.72 | 326.94 | 0.52 | 0.19 |
| Hex | 48 | 17 | 32 | 0 | 44 | 1F | 48 | 147 | 34 | 13 |
| Octal | 110 | 27 | 62 | 0 | 104 | 37 | 110 | 507 | 64 | 23 |
| Binary | 1001000 | 10111 | 110010 | 0 | 1000100 | 11111 | 1001000 | 101000111 | 110100 | 10011 |
Color Harmonies of #481732
Complementary color
Monochromatic Colors of #481732
Black with #481732
Text Example
Text Example
White with #481732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481732; }
p { color: rgb(72,23,50); }
H1.HeaderClassName
{
color: #481732;
}
.AnyTagClassName
{
color: #481732;
}
</style>
background-color css
<style>
a { background-color: #481732; }
a { background-color: rgb(72,23,50); }
div.DivClassName
{
background-color: #481732;
}
.BgClassName
{
background-color: #481732;
}
</style>
border-color css
<style>
span { border-color: #481732; }
span { border-color: rgb(72,23,50); }
td.TdClassName
{
border-color: #481732;
}
.TagClassName
{
border-color: #481732;
}
</style>