Shades of Blackberry #481B36
Tints of Blackberry #481B36
RGB
CMYK
RGB Variations
Color information
#481B36 (or 0x481B36) is known color: Blackberry. HEX triplet: 48, 1B and 36. RGB value is (72,27,54). Sum of RGB (Red+Green+Blue) = 72+27+54=153 (20% of max value = 765). Red value is 72 (28.52% from 255 or 47.06% from 153); Green value is 27 (10.94% from 255 or 17.65% from 153); Blue value is 54 (21.48% from 255 or 35.29% from 153); Max value from RGB is 72 - color contains mainly: red. Hex color #481B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481B36 is #B7E4C9. Grayscale: #2B2B2B. Windows color (decimal): -12051658 or 3545928. OLE color: 3545928.
HSL color Cylindrical-coordinate representation of color #481B36: hue angle of 324º 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 #481B36 is Cyan = 0, Magento = 0.62, Yellow = 0.25 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 27 | 54 | - |
| CMYK | 0 | 0.62 | 0.25 | 0.72 |
| HSL | 324º | 0.45% | 0.19% | - |
| HSV(B) | 324º | 0.63% | 0.28% | - |
| XYZ | 3.73 | 2.43 | 3.76 | - |
| YUV | 43.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 27 | 54 | 0 | 0.62 | 0.25 | 0.72 | 324 | 0.45 | 0.19 |
| Hex | 48 | 1B | 36 | 0 | 3E | 19 | 48 | 144 | 2D | 13 |
| Octal | 110 | 33 | 66 | 0 | 76 | 31 | 110 | 504 | 55 | 23 |
| Binary | 1001000 | 11011 | 110110 | 0 | 111110 | 11001 | 1001000 | 101000100 | 101101 | 10011 |
Color Harmonies of #481B36
Complementary color
Monochromatic Colors of #481B36
Black with #481B36
Text Example
Text Example
White with #481B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481B36; }
p { color: rgb(72,27,54); }
H1.HeaderClassName
{
color: #481B36;
}
.AnyTagClassName
{
color: #481B36;
}
</style>
background-color css
<style>
a { background-color: #481B36; }
a { background-color: rgb(72,27,54); }
div.DivClassName
{
background-color: #481B36;
}
.BgClassName
{
background-color: #481B36;
}
</style>
border-color css
<style>
span { border-color: #481B36; }
span { border-color: rgb(72,27,54); }
td.TdClassName
{
border-color: #481B36;
}
.TagClassName
{
border-color: #481B36;
}
</style>