Shades of Blackberry #481F34
Tints of Blackberry #481F34
RGB
CMYK
RGB Variations
Color information
#481F34 (or 0x481F34) is known color: Blackberry. HEX triplet: 48, 1F and 34. RGB value is (72,31,52). Sum of RGB (Red+Green+Blue) = 72+31+52=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #481F34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F34 is #B7E0CB. Grayscale: #2D2D2D. Windows color (decimal): -12050636 or 3415880. OLE color: 3415880.
HSL color Cylindrical-coordinate representation of color #481F34: hue angle of 329.27º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F34 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 31 | 52 | - |
| CMYK | 0 | 0.57 | 0.28 | 0.72 |
| HSL | 329.27º | 0.4% | 0.2% | - |
| HSV(B) | 329.27º | 0.57% | 0.28% | - |
| XYZ | 3.78 | 2.61 | 3.55 | - |
| YUV | 45.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 52 | 0 | 0.57 | 0.28 | 0.72 | 329.27 | 0.4 | 0.2 |
| Hex | 48 | 1F | 34 | 0 | 39 | 1C | 48 | 149 | 28 | 14 |
| Octal | 110 | 37 | 64 | 0 | 71 | 34 | 110 | 511 | 50 | 24 |
| Binary | 1001000 | 11111 | 110100 | 0 | 111001 | 11100 | 1001000 | 101001001 | 101000 | 10100 |
Color Harmonies of #481F34
Complementary color
Monochromatic Colors of #481F34
Black with #481F34
Text Example
Text Example
White with #481F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F34; }
p { color: rgb(72,31,52); }
H1.HeaderClassName
{
color: #481F34;
}
.AnyTagClassName
{
color: #481F34;
}
</style>
background-color css
<style>
a { background-color: #481F34; }
a { background-color: rgb(72,31,52); }
div.DivClassName
{
background-color: #481F34;
}
.BgClassName
{
background-color: #481F34;
}
</style>
border-color css
<style>
span { border-color: #481F34; }
span { border-color: rgb(72,31,52); }
td.TdClassName
{
border-color: #481F34;
}
.TagClassName
{
border-color: #481F34;
}
</style>