Shades of Blackberry #521C39
Tints of Blackberry #521C39
RGB
CMYK
RGB Variations
Color information
#521C39 (or 0x521C39) is known color: Blackberry. HEX triplet: 52, 1C and 39. RGB value is (82,28,57). Sum of RGB (Red+Green+Blue) = 82+28+57=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #521C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C39 is #ADE3C6. Grayscale: #2F2F2F. Windows color (decimal): -11396039 or 3742802. OLE color: 3742802.
HSL color Cylindrical-coordinate representation of color #521C39: hue angle of 327.78º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C39 is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 57 | - |
| CMYK | 0 | 0.66 | 0.30 | 0.68 |
| HSL | 327.78º | 0.49% | 0.22% | - |
| HSV(B) | 327.78º | 0.66% | 0.32% | - |
| XYZ | 4.63 | 2.92 | 4.19 | - |
| YUV | 47.45 | 133.39 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 57 | 0 | 0.66 | 0.30 | 0.68 | 327.78 | 0.49 | 0.22 |
| Hex | 52 | 1C | 39 | 0 | 42 | 1E | 44 | 148 | 31 | 16 |
| Octal | 122 | 34 | 71 | 0 | 102 | 36 | 104 | 510 | 61 | 26 |
| Binary | 1010010 | 11100 | 111001 | 0 | 1000010 | 11110 | 1000100 | 101001000 | 110001 | 10110 |
Color Harmonies of #521C39
Complementary color
Monochromatic Colors of #521C39
Black with #521C39
Text Example
Text Example
White with #521C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C39; }
p { color: rgb(82,28,57); }
H1.HeaderClassName
{
color: #521C39;
}
.AnyTagClassName
{
color: #521C39;
}
</style>
background-color css
<style>
a { background-color: #521C39; }
a { background-color: rgb(82,28,57); }
div.DivClassName
{
background-color: #521C39;
}
.BgClassName
{
background-color: #521C39;
}
</style>
border-color css
<style>
span { border-color: #521C39; }
span { border-color: rgb(82,28,57); }
td.TdClassName
{
border-color: #521C39;
}
.TagClassName
{
border-color: #521C39;
}
</style>