Shades of Blackberry #481938
Tints of Blackberry #481938
RGB
CMYK
RGB Variations
Color information
#481938 (or 0x481938) is known color: Blackberry. HEX triplet: 48, 19 and 38. RGB value is (72,25,56). Sum of RGB (Red+Green+Blue) = 72+25+56=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #481938 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481938 is #B7E6C7. Grayscale: #2A2A2A. Windows color (decimal): -12052168 or 3676488. OLE color: 3676488.
HSL color Cylindrical-coordinate representation of color #481938: hue angle of 320.43º 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 #481938 is Cyan = 0, Magento = 0.65, Yellow = 0.22 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 25 | 56 | - |
| CMYK | 0 | 0.65 | 0.22 | 0.72 |
| HSL | 320.43º | 0.48% | 0.19% | - |
| HSV(B) | 320.43º | 0.65% | 0.28% | - |
| XYZ | 3.73 | 2.36 | 4 | - |
| YUV | 42.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 25 | 56 | 0 | 0.65 | 0.22 | 0.72 | 320.43 | 0.48 | 0.19 |
| Hex | 48 | 19 | 38 | 0 | 41 | 16 | 48 | 140 | 30 | 13 |
| Octal | 110 | 31 | 70 | 0 | 101 | 26 | 110 | 500 | 60 | 23 |
| Binary | 1001000 | 11001 | 111000 | 0 | 1000001 | 10110 | 1001000 | 101000000 | 110000 | 10011 |
Color Harmonies of #481938
Complementary color
Monochromatic Colors of #481938
Black with #481938
Text Example
Text Example
White with #481938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481938; }
p { color: rgb(72,25,56); }
H1.HeaderClassName
{
color: #481938;
}
.AnyTagClassName
{
color: #481938;
}
</style>
background-color css
<style>
a { background-color: #481938; }
a { background-color: rgb(72,25,56); }
div.DivClassName
{
background-color: #481938;
}
.BgClassName
{
background-color: #481938;
}
</style>
border-color css
<style>
span { border-color: #481938; }
span { border-color: rgb(72,25,56); }
td.TdClassName
{
border-color: #481938;
}
.TagClassName
{
border-color: #481938;
}
</style>