Shades of Blackberry #521C3F
Tints of Blackberry #521C3F
RGB
CMYK
RGB Variations
Color information
#521C3F (or 0x521C3F) is known color: Blackberry. HEX triplet: 52, 1C and 3F. RGB value is (82,28,63). Sum of RGB (Red+Green+Blue) = 82+28+63=173 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.40% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 82 - color contains mainly: red. Hex color #521C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521C3F is #ADE3C0. Grayscale: #303030. Windows color (decimal): -11396033 or 4136018. OLE color: 4136018.
HSL color Cylindrical-coordinate representation of color #521C3F: hue angle of 321.11º 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 #521C3F is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 63 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.68 |
| HSL | 321.11º | 0.49% | 0.22% | - |
| HSV(B) | 321.11º | 0.66% | 0.32% | - |
| XYZ | 4.79 | 2.98 | 5.03 | - |
| YUV | 48.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 63 | 0 | 0.66 | 0.23 | 0.68 | 321.11 | 0.49 | 0.22 |
| Hex | 52 | 1C | 3F | 0 | 42 | 17 | 44 | 141 | 31 | 16 |
| Octal | 122 | 34 | 77 | 0 | 102 | 27 | 104 | 501 | 61 | 26 |
| Binary | 1010010 | 11100 | 111111 | 0 | 1000010 | 10111 | 1000100 | 101000001 | 110001 | 10110 |
Color Harmonies of #521C3F
Complementary color
Monochromatic Colors of #521C3F
Black with #521C3F
Text Example
Text Example
White with #521C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C3F; }
p { color: rgb(82,28,63); }
H1.HeaderClassName
{
color: #521C3F;
}
.AnyTagClassName
{
color: #521C3F;
}
</style>
background-color css
<style>
a { background-color: #521C3F; }
a { background-color: rgb(82,28,63); }
div.DivClassName
{
background-color: #521C3F;
}
.BgClassName
{
background-color: #521C3F;
}
</style>
border-color css
<style>
span { border-color: #521C3F; }
span { border-color: rgb(82,28,63); }
td.TdClassName
{
border-color: #521C3F;
}
.TagClassName
{
border-color: #521C3F;
}
</style>