Shades of Blackberry #521B36
Tints of Blackberry #521B36
RGB
CMYK
RGB Variations
Color information
#521B36 (or 0x521B36) is known color: Blackberry. HEX triplet: 52, 1B and 36. RGB value is (82,27,54). Sum of RGB (Red+Green+Blue) = 82+27+54=163 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.31% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 54 (21.48% from 255 or 33.13% from 163); Max value from RGB is 82 - color contains mainly: red. Hex color #521B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B36 is #ADE4C9. Grayscale: #2E2E2E. Windows color (decimal): -11396298 or 3545938. OLE color: 3545938.
HSL color Cylindrical-coordinate representation of color #521B36: hue angle of 330.55º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B36 is Cyan = 0, Magento = 0.67, Yellow = 0.34 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 54 | - |
| CMYK | 0 | 0.67 | 0.34 | 0.68 |
| HSL | 330.55º | 0.5% | 0.21% | - |
| HSV(B) | 330.55º | 0.67% | 0.32% | - |
| XYZ | 4.54 | 2.84 | 3.8 | - |
| YUV | 46.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 54 | 0 | 0.67 | 0.34 | 0.68 | 330.55 | 0.5 | 0.21 |
| Hex | 52 | 1B | 36 | 0 | 43 | 22 | 44 | 14B | 32 | 15 |
| Octal | 122 | 33 | 66 | 0 | 103 | 42 | 104 | 513 | 62 | 25 |
| Binary | 1010010 | 11011 | 110110 | 0 | 1000011 | 100010 | 1000100 | 101001011 | 110010 | 10101 |
Color Harmonies of #521B36
Complementary color
Monochromatic Colors of #521B36
Black with #521B36
Text Example
Text Example
White with #521B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B36; }
p { color: rgb(82,27,54); }
H1.HeaderClassName
{
color: #521B36;
}
.AnyTagClassName
{
color: #521B36;
}
</style>
background-color css
<style>
a { background-color: #521B36; }
a { background-color: rgb(82,27,54); }
div.DivClassName
{
background-color: #521B36;
}
.BgClassName
{
background-color: #521B36;
}
</style>
border-color css
<style>
span { border-color: #521B36; }
span { border-color: rgb(82,27,54); }
td.TdClassName
{
border-color: #521B36;
}
.TagClassName
{
border-color: #521B36;
}
</style>