Shades of Blackberry #481238
Tints of Blackberry #481238
RGB
CMYK
RGB Variations
Color information
#481238 (or 0x481238) is known color: Blackberry. HEX triplet: 48, 12 and 38. RGB value is (72,18,56). Sum of RGB (Red+Green+Blue) = 72+18+56=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 56 (22.27% from 255 or 38.36% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #481238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481238 is #B7EDC7. Grayscale: #262626. Windows color (decimal): -12053960 or 3674696. OLE color: 3674696.
HSL color Cylindrical-coordinate representation of color #481238: hue angle of 317.78º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #481238 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 18 | 56 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.72 |
| HSL | 317.78º | 0.6% | 0.18% | - |
| HSV(B) | 317.78º | 0.75% | 0.28% | - |
| XYZ | 3.6 | 2.1 | 3.96 | - |
| YUV | 38.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 56 | 0 | 0.75 | 0.22 | 0.72 | 317.78 | 0.6 | 0.18 |
| Hex | 48 | 12 | 38 | 0 | 4B | 16 | 48 | 13E | 3C | 12 |
| Octal | 110 | 22 | 70 | 0 | 113 | 26 | 110 | 476 | 74 | 22 |
| Binary | 1001000 | 10010 | 111000 | 0 | 1001011 | 10110 | 1001000 | 100111110 | 111100 | 10010 |
Color Harmonies of #481238
Complementary color
Monochromatic Colors of #481238
Black with #481238
Text Example
Text Example
White with #481238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481238; }
p { color: rgb(72,18,56); }
H1.HeaderClassName
{
color: #481238;
}
.AnyTagClassName
{
color: #481238;
}
</style>
background-color css
<style>
a { background-color: #481238; }
a { background-color: rgb(72,18,56); }
div.DivClassName
{
background-color: #481238;
}
.BgClassName
{
background-color: #481238;
}
</style>
border-color css
<style>
span { border-color: #481238; }
span { border-color: rgb(72,18,56); }
td.TdClassName
{
border-color: #481238;
}
.TagClassName
{
border-color: #481238;
}
</style>