Shades of Blackberry #481C34
Tints of Blackberry #481C34
RGB
CMYK
RGB Variations
Color information
#481C34 (or 0x481C34) is known color: Blackberry. HEX triplet: 48, 1C and 34. RGB value is (72,28,52). Sum of RGB (Red+Green+Blue) = 72+28+52=152 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.37% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 52 (20.70% from 255 or 34.21% from 152); Max value from RGB is 72 - color contains mainly: red. Hex color #481C34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C34 is #B7E3CB. Grayscale: #2B2B2B. Windows color (decimal): -12051404 or 3415112. OLE color: 3415112.
HSL color Cylindrical-coordinate representation of color #481C34: hue angle of 327.27º 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 #481C34 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 52 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.72 |
| HSL | 327.27º | 0.44% | 0.2% | - |
| HSV(B) | 327.27º | 0.61% | 0.28% | - |
| XYZ | 3.71 | 2.46 | 3.53 | - |
| YUV | 43.89 | 132.58 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 52 | 0 | 0.61 | 0.28 | 0.72 | 327.27 | 0.44 | 0.2 |
| Hex | 48 | 1C | 34 | 0 | 3D | 1C | 48 | 147 | 2C | 14 |
| Octal | 110 | 34 | 64 | 0 | 75 | 34 | 110 | 507 | 54 | 24 |
| Binary | 1001000 | 11100 | 110100 | 0 | 111101 | 11100 | 1001000 | 101000111 | 101100 | 10100 |
Color Harmonies of #481C34
Complementary color
Monochromatic Colors of #481C34
Black with #481C34
Text Example
Text Example
White with #481C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C34; }
p { color: rgb(72,28,52); }
H1.HeaderClassName
{
color: #481C34;
}
.AnyTagClassName
{
color: #481C34;
}
</style>
background-color css
<style>
a { background-color: #481C34; }
a { background-color: rgb(72,28,52); }
div.DivClassName
{
background-color: #481C34;
}
.BgClassName
{
background-color: #481C34;
}
</style>
border-color css
<style>
span { border-color: #481C34; }
span { border-color: rgb(72,28,52); }
td.TdClassName
{
border-color: #481C34;
}
.TagClassName
{
border-color: #481C34;
}
</style>