Shades of Blackberry #520C34
Tints of Blackberry #520C34
RGB
CMYK
RGB Variations
Color information
#520C34 (or 0x520C34) is known color: Blackberry. HEX triplet: 52, 0C and 34. RGB value is (82,12,52). Sum of RGB (Red+Green+Blue) = 82+12+52=146 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.16% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 82 - color contains mainly: red. Hex color #520C34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520C34 is #ADF3CB. Grayscale: #252525. Windows color (decimal): -11400140 or 3411026. OLE color: 3411026.
HSL color Cylindrical-coordinate representation of color #520C34: hue angle of 325.71º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #520C34 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 12 | 52 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.68 |
| HSL | 325.71º | 0.74% | 0.18% | - |
| HSV(B) | 325.71º | 0.85% | 0.32% | - |
| XYZ | 4.23 | 2.3 | 3.47 | - |
| YUV | 37.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 12 | 52 | 0 | 0.85 | 0.37 | 0.68 | 325.71 | 0.74 | 0.18 |
| Hex | 52 | C | 34 | 0 | 55 | 25 | 44 | 146 | 4A | 12 |
| Octal | 122 | 14 | 64 | 0 | 125 | 45 | 104 | 506 | 112 | 22 |
| Binary | 1010010 | 1100 | 110100 | 0 | 1010101 | 100101 | 1000100 | 101000110 | 1001010 | 10010 |
Color Harmonies of #520C34
Complementary color
Monochromatic Colors of #520C34
Black with #520C34
Text Example
Text Example
White with #520C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #520C34; }
p { color: rgb(82,12,52); }
H1.HeaderClassName
{
color: #520C34;
}
.AnyTagClassName
{
color: #520C34;
}
</style>
background-color css
<style>
a { background-color: #520C34; }
a { background-color: rgb(82,12,52); }
div.DivClassName
{
background-color: #520C34;
}
.BgClassName
{
background-color: #520C34;
}
</style>
border-color css
<style>
span { border-color: #520C34; }
span { border-color: rgb(82,12,52); }
td.TdClassName
{
border-color: #520C34;
}
.TagClassName
{
border-color: #520C34;
}
</style>