Shades of Blackberry #481B3B
Tints of Blackberry #481B3B
RGB
CMYK
RGB Variations
Color information
#481B3B (or 0x481B3B) is known color: Blackberry. HEX triplet: 48, 1B and 3B. RGB value is (72,27,59). Sum of RGB (Red+Green+Blue) = 72+27+59=158 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.57% from 158); Green value is 27 (10.94% from 255 or 17.09% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 72 - color contains mainly: red. Hex color #481B3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B3B is #B7E4C4. Grayscale: #2C2C2C. Windows color (decimal): -12051653 or 3873608. OLE color: 3873608.
HSL color Cylindrical-coordinate representation of color #481B3B: hue angle of 317.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 #481B3B is Cyan = 0, Magento = 0.62, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 59 | - |
| CMYK | 0 | 0.62 | 0.18 | 0.72 |
| HSL | 317.33º | 0.45% | 0.19% | - |
| HSV(B) | 317.33º | 0.63% | 0.28% | - |
| XYZ | 3.85 | 2.48 | 4.41 | - |
| YUV | 44.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 59 | 0 | 0.62 | 0.18 | 0.72 | 317.33 | 0.45 | 0.19 |
| Hex | 48 | 1B | 3B | 0 | 3E | 12 | 48 | 13D | 2D | 13 |
| Octal | 110 | 33 | 73 | 0 | 76 | 22 | 110 | 475 | 55 | 23 |
| Binary | 1001000 | 11011 | 111011 | 0 | 111110 | 10010 | 1001000 | 100111101 | 101101 | 10011 |
Color Harmonies of #481B3B
Complementary color
Monochromatic Colors of #481B3B
Black with #481B3B
Text Example
Text Example
White with #481B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B3B; }
p { color: rgb(72,27,59); }
H1.HeaderClassName
{
color: #481B3B;
}
.AnyTagClassName
{
color: #481B3B;
}
</style>
background-color css
<style>
a { background-color: #481B3B; }
a { background-color: rgb(72,27,59); }
div.DivClassName
{
background-color: #481B3B;
}
.BgClassName
{
background-color: #481B3B;
}
</style>
border-color css
<style>
span { border-color: #481B3B; }
span { border-color: rgb(72,27,59); }
td.TdClassName
{
border-color: #481B3B;
}
.TagClassName
{
border-color: #481B3B;
}
</style>