Shades of Blackberry #481336
Tints of Blackberry #481336
RGB
CMYK
RGB Variations
Color information
#481336 (or 0x481336) is known color: Blackberry. HEX triplet: 48, 13 and 36. RGB value is (72,19,54). Sum of RGB (Red+Green+Blue) = 72+19+54=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481336 is #B7ECC9. Grayscale: #262626. Windows color (decimal): -12053706 or 3543880. OLE color: 3543880.
HSL color Cylindrical-coordinate representation of color #481336: hue angle of 320.38º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #481336 is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 19 | 54 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.72 |
| HSL | 320.38º | 0.58% | 0.18% | - |
| HSV(B) | 320.38º | 0.74% | 0.28% | - |
| XYZ | 3.57 | 2.11 | 3.71 | - |
| YUV | 38.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 54 | 0 | 0.74 | 0.25 | 0.72 | 320.38 | 0.58 | 0.18 |
| Hex | 48 | 13 | 36 | 0 | 4A | 19 | 48 | 140 | 3A | 12 |
| Octal | 110 | 23 | 66 | 0 | 112 | 31 | 110 | 500 | 72 | 22 |
| Binary | 1001000 | 10011 | 110110 | 0 | 1001010 | 11001 | 1001000 | 101000000 | 111010 | 10010 |
Color Harmonies of #481336
Complementary color
Monochromatic Colors of #481336
Black with #481336
Text Example
Text Example
White with #481336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481336; }
p { color: rgb(72,19,54); }
H1.HeaderClassName
{
color: #481336;
}
.AnyTagClassName
{
color: #481336;
}
</style>
background-color css
<style>
a { background-color: #481336; }
a { background-color: rgb(72,19,54); }
div.DivClassName
{
background-color: #481336;
}
.BgClassName
{
background-color: #481336;
}
</style>
border-color css
<style>
span { border-color: #481336; }
span { border-color: rgb(72,19,54); }
td.TdClassName
{
border-color: #481336;
}
.TagClassName
{
border-color: #481336;
}
</style>