Shades of Blackberry #531C36
Tints of Blackberry #531C36
RGB
CMYK
RGB Variations
Color information
#531C36 (or 0x531C36) is known color: Blackberry. HEX triplet: 53, 1C and 36. RGB value is (83,28,54). Sum of RGB (Red+Green+Blue) = 83+28+54=165 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50.30% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 54 (21.48% from 255 or 32.73% from 165); Max value from RGB is 83 - color contains mainly: red. Hex color #531C36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C36 is #ACE3C9. Grayscale: #2F2F2F. Windows color (decimal): -11330506 or 3546195. OLE color: 3546195.
HSL color Cylindrical-coordinate representation of color #531C36: hue angle of 331.64º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C36 is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 54 | - |
| CMYK | 0 | 0.66 | 0.35 | 0.67 |
| HSL | 331.64º | 0.5% | 0.22% | - |
| HSV(B) | 331.64º | 0.66% | 0.33% | - |
| XYZ | 4.65 | 2.94 | 3.81 | - |
| YUV | 47.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 54 | 0 | 0.66 | 0.35 | 0.67 | 331.64 | 0.5 | 0.22 |
| Hex | 53 | 1C | 36 | 0 | 42 | 23 | 43 | 14C | 32 | 16 |
| Octal | 123 | 34 | 66 | 0 | 102 | 43 | 103 | 514 | 62 | 26 |
| Binary | 1010011 | 11100 | 110110 | 0 | 1000010 | 100011 | 1000011 | 101001100 | 110010 | 10110 |
Color Harmonies of #531C36
Complementary color
Monochromatic Colors of #531C36
Black with #531C36
Text Example
Text Example
White with #531C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C36; }
p { color: rgb(83,28,54); }
H1.HeaderClassName
{
color: #531C36;
}
.AnyTagClassName
{
color: #531C36;
}
</style>
background-color css
<style>
a { background-color: #531C36; }
a { background-color: rgb(83,28,54); }
div.DivClassName
{
background-color: #531C36;
}
.BgClassName
{
background-color: #531C36;
}
</style>
border-color css
<style>
span { border-color: #531C36; }
span { border-color: rgb(83,28,54); }
td.TdClassName
{
border-color: #531C36;
}
.TagClassName
{
border-color: #531C36;
}
</style>