Shades of Blackberry #481B38
Tints of Blackberry #481B38
RGB
CMYK
RGB Variations
Color information
#481B38 (or 0x481B38) is known color: Blackberry. HEX triplet: 48, 1B and 38. RGB value is (72,27,56). Sum of RGB (Red+Green+Blue) = 72+27+56=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 27 (10.94% from 255 or 17.42% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #481B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B38 is #B7E4C7. Grayscale: #2B2B2B. Windows color (decimal): -12051656 or 3677000. OLE color: 3677000.
HSL color Cylindrical-coordinate representation of color #481B38: hue angle of 321.33º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B38 is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 56 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.72 |
| HSL | 321.33º | 0.45% | 0.19% | - |
| HSV(B) | 321.33º | 0.63% | 0.28% | - |
| XYZ | 3.78 | 2.45 | 4.01 | - |
| YUV | 43.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 56 | 0 | 0.62 | 0.22 | 0.72 | 321.33 | 0.45 | 0.19 |
| Hex | 48 | 1B | 38 | 0 | 3E | 16 | 48 | 141 | 2D | 13 |
| Octal | 110 | 33 | 70 | 0 | 76 | 26 | 110 | 501 | 55 | 23 |
| Binary | 1001000 | 11011 | 111000 | 0 | 111110 | 10110 | 1001000 | 101000001 | 101101 | 10011 |
Color Harmonies of #481B38
Complementary color
Monochromatic Colors of #481B38
Black with #481B38
Text Example
Text Example
White with #481B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B38; }
p { color: rgb(72,27,56); }
H1.HeaderClassName
{
color: #481B38;
}
.AnyTagClassName
{
color: #481B38;
}
</style>
background-color css
<style>
a { background-color: #481B38; }
a { background-color: rgb(72,27,56); }
div.DivClassName
{
background-color: #481B38;
}
.BgClassName
{
background-color: #481B38;
}
</style>
border-color css
<style>
span { border-color: #481B38; }
span { border-color: rgb(72,27,56); }
td.TdClassName
{
border-color: #481B38;
}
.TagClassName
{
border-color: #481B38;
}
</style>