Shades of Blackberry #481635
Tints of Blackberry #481635
RGB
CMYK
RGB Variations
Color information
#481635 (or 0x481635) is known color: Blackberry. HEX triplet: 48, 16 and 35. RGB value is (72,22,53). Sum of RGB (Red+Green+Blue) = 72+22+53=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 53 (21.09% from 255 or 36.05% from 147); Max value from RGB is 72 - color contains mainly: red. Hex color #481635 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481635 is #B7E9CA. Grayscale: #282828. Windows color (decimal): -12052939 or 3479112. OLE color: 3479112.
HSL color Cylindrical-coordinate representation of color #481635: hue angle of 322.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #481635 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 22 | 53 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.72 |
| HSL | 322.8º | 0.53% | 0.18% | - |
| HSV(B) | 322.8º | 0.69% | 0.28% | - |
| XYZ | 3.6 | 2.21 | 3.6 | - |
| YUV | 40.48 | 135.07 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 22 | 53 | 0 | 0.69 | 0.26 | 0.72 | 322.8 | 0.53 | 0.18 |
| Hex | 48 | 16 | 35 | 0 | 45 | 1A | 48 | 143 | 35 | 12 |
| Octal | 110 | 26 | 65 | 0 | 105 | 32 | 110 | 503 | 65 | 22 |
| Binary | 1001000 | 10110 | 110101 | 0 | 1000101 | 11010 | 1001000 | 101000011 | 110101 | 10010 |
Color Harmonies of #481635
Complementary color
Monochromatic Colors of #481635
Black with #481635
Text Example
Text Example
White with #481635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481635; }
p { color: rgb(72,22,53); }
H1.HeaderClassName
{
color: #481635;
}
.AnyTagClassName
{
color: #481635;
}
</style>
background-color css
<style>
a { background-color: #481635; }
a { background-color: rgb(72,22,53); }
div.DivClassName
{
background-color: #481635;
}
.BgClassName
{
background-color: #481635;
}
</style>
border-color css
<style>
span { border-color: #481635; }
span { border-color: rgb(72,22,53); }
td.TdClassName
{
border-color: #481635;
}
.TagClassName
{
border-color: #481635;
}
</style>