Shades of Blackberry #481B3C
Tints of Blackberry #481B3C
RGB
CMYK
RGB Variations
Color information
#481B3C (or 0x481B3C) is known color: Blackberry. HEX triplet: 48, 1B and 3C. RGB value is (72,27,60). Sum of RGB (Red+Green+Blue) = 72+27+60=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 72 - color contains mainly: red. Hex color #481B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B3C is #B7E4C3. Grayscale: #2C2C2C. Windows color (decimal): -12051652 or 3939144. OLE color: 3939144.
HSL color Cylindrical-coordinate representation of color #481B3C: hue angle of 316º degrees, saturation: 0.45, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #481B3C is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 60 | - |
| CMYK | 0 | 0.62 | 0.17 | 0.72 |
| HSL | 316º | 0.45% | 0.19% | - |
| HSV(B) | 316º | 0.63% | 0.28% | - |
| XYZ | 3.88 | 2.49 | 4.55 | - |
| YUV | 44.22 | 136.91 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 60 | 0 | 0.62 | 0.17 | 0.72 | 316 | 0.45 | 0.19 |
| Hex | 48 | 1B | 3C | 0 | 3E | 11 | 48 | 13C | 2D | 13 |
| Octal | 110 | 33 | 74 | 0 | 76 | 21 | 110 | 474 | 55 | 23 |
| Binary | 1001000 | 11011 | 111100 | 0 | 111110 | 10001 | 1001000 | 100111100 | 101101 | 10011 |
Color Harmonies of #481B3C
Complementary color
Monochromatic Colors of #481B3C
Black with #481B3C
Text Example
Text Example
White with #481B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B3C; }
p { color: rgb(72,27,60); }
H1.HeaderClassName
{
color: #481B3C;
}
.AnyTagClassName
{
color: #481B3C;
}
</style>
background-color css
<style>
a { background-color: #481B3C; }
a { background-color: rgb(72,27,60); }
div.DivClassName
{
background-color: #481B3C;
}
.BgClassName
{
background-color: #481B3C;
}
</style>
border-color css
<style>
span { border-color: #481B3C; }
span { border-color: rgb(72,27,60); }
td.TdClassName
{
border-color: #481B3C;
}
.TagClassName
{
border-color: #481B3C;
}
</style>