Shades of Blackberry #481C3B
Tints of Blackberry #481C3B
RGB
CMYK
RGB Variations
Color information
#481C3B (or 0x481C3B) is known color: Blackberry. HEX triplet: 48, 1C and 3B. RGB value is (72,28,59). Sum of RGB (Red+Green+Blue) = 72+28+59=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C3B is #B7E3C4. Grayscale: #2C2C2C. Windows color (decimal): -12051397 or 3873864. OLE color: 3873864.
HSL color Cylindrical-coordinate representation of color #481C3B: hue angle of 317.73º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #481C3B is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 59 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.72 |
| HSL | 317.73º | 0.44% | 0.2% | - |
| HSV(B) | 317.73º | 0.61% | 0.28% | - |
| XYZ | 3.88 | 2.52 | 4.42 | - |
| YUV | 44.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 59 | 0 | 0.61 | 0.18 | 0.72 | 317.73 | 0.44 | 0.2 |
| Hex | 48 | 1C | 3B | 0 | 3D | 12 | 48 | 13E | 2C | 14 |
| Octal | 110 | 34 | 73 | 0 | 75 | 22 | 110 | 476 | 54 | 24 |
| Binary | 1001000 | 11100 | 111011 | 0 | 111101 | 10010 | 1001000 | 100111110 | 101100 | 10100 |
Color Harmonies of #481C3B
Complementary color
Monochromatic Colors of #481C3B
Black with #481C3B
Text Example
Text Example
White with #481C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C3B; }
p { color: rgb(72,28,59); }
H1.HeaderClassName
{
color: #481C3B;
}
.AnyTagClassName
{
color: #481C3B;
}
</style>
background-color css
<style>
a { background-color: #481C3B; }
a { background-color: rgb(72,28,59); }
div.DivClassName
{
background-color: #481C3B;
}
.BgClassName
{
background-color: #481C3B;
}
</style>
border-color css
<style>
span { border-color: #481C3B; }
span { border-color: rgb(72,28,59); }
td.TdClassName
{
border-color: #481C3B;
}
.TagClassName
{
border-color: #481C3B;
}
</style>