Shades of Blackberry #481C3C
Tints of Blackberry #481C3C
RGB
CMYK
RGB Variations
Color information
#481C3C (or 0x481C3C) is known color: Blackberry. HEX triplet: 48, 1C and 3C. RGB value is (72,28,60). Sum of RGB (Red+Green+Blue) = 72+28+60=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #481C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481C3C is #B7E3C3. Grayscale: #2C2C2C. Windows color (decimal): -12051396 or 3939400. OLE color: 3939400.
HSL color Cylindrical-coordinate representation of color #481C3C: hue angle of 316.36º 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 #481C3C is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 28 | 60 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.72 |
| HSL | 316.36º | 0.44% | 0.2% | - |
| HSV(B) | 316.36º | 0.61% | 0.28% | - |
| XYZ | 3.9 | 2.53 | 4.56 | - |
| YUV | 44.8 | 136.58 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 28 | 60 | 0 | 0.61 | 0.17 | 0.72 | 316.36 | 0.44 | 0.2 |
| Hex | 48 | 1C | 3C | 0 | 3D | 11 | 48 | 13C | 2C | 14 |
| Octal | 110 | 34 | 74 | 0 | 75 | 21 | 110 | 474 | 54 | 24 |
| Binary | 1001000 | 11100 | 111100 | 0 | 111101 | 10001 | 1001000 | 100111100 | 101100 | 10100 |
Color Harmonies of #481C3C
Complementary color
Monochromatic Colors of #481C3C
Black with #481C3C
Text Example
Text Example
White with #481C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481C3C; }
p { color: rgb(72,28,60); }
H1.HeaderClassName
{
color: #481C3C;
}
.AnyTagClassName
{
color: #481C3C;
}
</style>
background-color css
<style>
a { background-color: #481C3C; }
a { background-color: rgb(72,28,60); }
div.DivClassName
{
background-color: #481C3C;
}
.BgClassName
{
background-color: #481C3C;
}
</style>
border-color css
<style>
span { border-color: #481C3C; }
span { border-color: rgb(72,28,60); }
td.TdClassName
{
border-color: #481C3C;
}
.TagClassName
{
border-color: #481C3C;
}
</style>