Shades of Blackberry #481C33
Tints of Blackberry #481C33
RGB
CMYK
RGB Variations
Color information
#481C33 (or 0x481C33) is known color: Blackberry. HEX triplet: 48, 1C and 33. RGB value is (72,28,51). Sum of RGB (Red+Green+Blue) = 72+28+51=151 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.68% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 72 - color contains mainly: red. Hex color #481C33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C33 is #B7E3CC. Grayscale: #2B2B2B. Windows color (decimal): -12051405 or 3349576. OLE color: 3349576.
HSL color Cylindrical-coordinate representation of color #481C33: hue angle of 328.64º 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 #481C33 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 51 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.72 |
| HSL | 328.64º | 0.44% | 0.2% | - |
| HSV(B) | 328.64º | 0.61% | 0.28% | - |
| XYZ | 3.69 | 2.45 | 3.41 | - |
| YUV | 43.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 51 | 0 | 0.61 | 0.29 | 0.72 | 328.64 | 0.44 | 0.2 |
| Hex | 48 | 1C | 33 | 0 | 3D | 1D | 48 | 149 | 2C | 14 |
| Octal | 110 | 34 | 63 | 0 | 75 | 35 | 110 | 511 | 54 | 24 |
| Binary | 1001000 | 11100 | 110011 | 0 | 111101 | 11101 | 1001000 | 101001001 | 101100 | 10100 |
Color Harmonies of #481C33
Complementary color
Monochromatic Colors of #481C33
Black with #481C33
Text Example
Text Example
White with #481C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C33; }
p { color: rgb(72,28,51); }
H1.HeaderClassName
{
color: #481C33;
}
.AnyTagClassName
{
color: #481C33;
}
</style>
background-color css
<style>
a { background-color: #481C33; }
a { background-color: rgb(72,28,51); }
div.DivClassName
{
background-color: #481C33;
}
.BgClassName
{
background-color: #481C33;
}
</style>
border-color css
<style>
span { border-color: #481C33; }
span { border-color: rgb(72,28,51); }
td.TdClassName
{
border-color: #481C33;
}
.TagClassName
{
border-color: #481C33;
}
</style>