Shades of Blackberry #521B3C
Tints of Blackberry #521B3C
RGB
CMYK
RGB Variations
Color information
#521B3C (or 0x521B3C) is known color: Blackberry. HEX triplet: 52, 1B and 3C. RGB value is (82,27,60). Sum of RGB (Red+Green+Blue) = 82+27+60=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #521B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B3C is #ADE4C3. Grayscale: #2F2F2F. Windows color (decimal): -11396292 or 3939154. OLE color: 3939154.
HSL color Cylindrical-coordinate representation of color #521B3C: hue angle of 324º 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 #521B3C is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 60 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.68 |
| HSL | 324º | 0.5% | 0.21% | - |
| HSV(B) | 324º | 0.67% | 0.32% | - |
| XYZ | 4.69 | 2.9 | 4.59 | - |
| YUV | 47.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 60 | 0 | 0.67 | 0.27 | 0.68 | 324 | 0.5 | 0.21 |
| Hex | 52 | 1B | 3C | 0 | 43 | 1B | 44 | 144 | 32 | 15 |
| Octal | 122 | 33 | 74 | 0 | 103 | 33 | 104 | 504 | 62 | 25 |
| Binary | 1010010 | 11011 | 111100 | 0 | 1000011 | 11011 | 1000100 | 101000100 | 110010 | 10101 |
Color Harmonies of #521B3C
Complementary color
Monochromatic Colors of #521B3C
Black with #521B3C
Text Example
Text Example
White with #521B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B3C; }
p { color: rgb(82,27,60); }
H1.HeaderClassName
{
color: #521B3C;
}
.AnyTagClassName
{
color: #521B3C;
}
</style>
background-color css
<style>
a { background-color: #521B3C; }
a { background-color: rgb(82,27,60); }
div.DivClassName
{
background-color: #521B3C;
}
.BgClassName
{
background-color: #521B3C;
}
</style>
border-color css
<style>
span { border-color: #521B3C; }
span { border-color: rgb(82,27,60); }
td.TdClassName
{
border-color: #521B3C;
}
.TagClassName
{
border-color: #521B3C;
}
</style>