Shades of Blackberry #481638
Tints of Blackberry #481638
RGB
CMYK
RGB Variations
Color information
#481638 (or 0x481638) is known color: Blackberry. HEX triplet: 48, 16 and 38. RGB value is (72,22,56). Sum of RGB (Red+Green+Blue) = 72+22+56=150 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48% from 150); Green value is 22 (8.98% from 255 or 14.67% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 72 - color contains mainly: red. Hex color #481638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481638 is #B7E9C7. Grayscale: #282828. Windows color (decimal): -12052936 or 3675720. OLE color: 3675720.
HSL color Cylindrical-coordinate representation of color #481638: hue angle of 319.2º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481638 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 56 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.72 |
| HSL | 319.2º | 0.53% | 0.18% | - |
| HSV(B) | 319.2º | 0.69% | 0.28% | - |
| XYZ | 3.67 | 2.24 | 3.98 | - |
| YUV | 40.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 56 | 0 | 0.69 | 0.22 | 0.72 | 319.2 | 0.53 | 0.18 |
| Hex | 48 | 16 | 38 | 0 | 45 | 16 | 48 | 13F | 35 | 12 |
| Octal | 110 | 26 | 70 | 0 | 105 | 26 | 110 | 477 | 65 | 22 |
| Binary | 1001000 | 10110 | 111000 | 0 | 1000101 | 10110 | 1001000 | 100111111 | 110101 | 10010 |
Color Harmonies of #481638
Complementary color
Monochromatic Colors of #481638
Black with #481638
Text Example
Text Example
White with #481638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481638; }
p { color: rgb(72,22,56); }
H1.HeaderClassName
{
color: #481638;
}
.AnyTagClassName
{
color: #481638;
}
</style>
background-color css
<style>
a { background-color: #481638; }
a { background-color: rgb(72,22,56); }
div.DivClassName
{
background-color: #481638;
}
.BgClassName
{
background-color: #481638;
}
</style>
border-color css
<style>
span { border-color: #481638; }
span { border-color: rgb(72,22,56); }
td.TdClassName
{
border-color: #481638;
}
.TagClassName
{
border-color: #481638;
}
</style>