Shades of Blackberry #481B31
Tints of Blackberry #481B31
RGB
CMYK
RGB Variations
Color information
#481B31 (or 0x481B31) is known color: Blackberry. HEX triplet: 48, 1B and 31. RGB value is (72,27,49). Sum of RGB (Red+Green+Blue) = 72+27+49=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 27 (10.94% from 255 or 18.24% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B31 is #B7E4CE. Grayscale: #2A2A2A. Windows color (decimal): -12051663 or 3218248. OLE color: 3218248.
HSL color Cylindrical-coordinate representation of color #481B31: hue angle of 330.67º 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 #481B31 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 49 | - |
| CMYK | 0 | 0.62 | 0.32 | 0.72 |
| HSL | 330.67º | 0.45% | 0.19% | - |
| HSV(B) | 330.67º | 0.63% | 0.28% | - |
| XYZ | 3.62 | 2.38 | 3.18 | - |
| YUV | 42.96 | 131.41 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 49 | 0 | 0.62 | 0.32 | 0.72 | 330.67 | 0.45 | 0.19 |
| Hex | 48 | 1B | 31 | 0 | 3E | 20 | 48 | 14B | 2D | 13 |
| Octal | 110 | 33 | 61 | 0 | 76 | 40 | 110 | 513 | 55 | 23 |
| Binary | 1001000 | 11011 | 110001 | 0 | 111110 | 100000 | 1001000 | 101001011 | 101101 | 10011 |
Color Harmonies of #481B31
Complementary color
Monochromatic Colors of #481B31
Black with #481B31
Text Example
Text Example
White with #481B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B31; }
p { color: rgb(72,27,49); }
H1.HeaderClassName
{
color: #481B31;
}
.AnyTagClassName
{
color: #481B31;
}
</style>
background-color css
<style>
a { background-color: #481B31; }
a { background-color: rgb(72,27,49); }
div.DivClassName
{
background-color: #481B31;
}
.BgClassName
{
background-color: #481B31;
}
</style>
border-color css
<style>
span { border-color: #481B31; }
span { border-color: rgb(72,27,49); }
td.TdClassName
{
border-color: #481B31;
}
.TagClassName
{
border-color: #481B31;
}
</style>