Shades of Blackberry #481735
Tints of Blackberry #481735
RGB
CMYK
RGB Variations
Color information
#481735 (or 0x481735) is known color: Blackberry. HEX triplet: 48, 17 and 35. RGB value is (72,23,53). Sum of RGB (Red+Green+Blue) = 72+23+53=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 23 (9.38% from 255 or 15.54% from 148); Blue value is 53 (21.09% from 255 or 35.81% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #481735 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481735 is #B7E8CA. Grayscale: #282828. Windows color (decimal): -12052683 or 3479368. OLE color: 3479368.
HSL color Cylindrical-coordinate representation of color #481735: hue angle of 323.27º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #481735 is Cyan = 0, Magento = 0.68, Yellow = 0.26 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 23 | 53 | - |
| CMYK | 0 | 0.68 | 0.26 | 0.72 |
| HSL | 323.27º | 0.52% | 0.19% | - |
| HSV(B) | 323.27º | 0.68% | 0.28% | - |
| XYZ | 3.62 | 2.25 | 3.61 | - |
| YUV | 41.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 23 | 53 | 0 | 0.68 | 0.26 | 0.72 | 323.27 | 0.52 | 0.19 |
| Hex | 48 | 17 | 35 | 0 | 44 | 1A | 48 | 143 | 34 | 13 |
| Octal | 110 | 27 | 65 | 0 | 104 | 32 | 110 | 503 | 64 | 23 |
| Binary | 1001000 | 10111 | 110101 | 0 | 1000100 | 11010 | 1001000 | 101000011 | 110100 | 10011 |
Color Harmonies of #481735
Complementary color
Monochromatic Colors of #481735
Black with #481735
Text Example
Text Example
White with #481735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481735; }
p { color: rgb(72,23,53); }
H1.HeaderClassName
{
color: #481735;
}
.AnyTagClassName
{
color: #481735;
}
</style>
background-color css
<style>
a { background-color: #481735; }
a { background-color: rgb(72,23,53); }
div.DivClassName
{
background-color: #481735;
}
.BgClassName
{
background-color: #481735;
}
</style>
border-color css
<style>
span { border-color: #481735; }
span { border-color: rgb(72,23,53); }
td.TdClassName
{
border-color: #481735;
}
.TagClassName
{
border-color: #481735;
}
</style>