Shades of Blackberry #531F3A
Tints of Blackberry #531F3A
RGB
CMYK
RGB Variations
Color information
#531F3A (or 0x531F3A) is known color: Blackberry. HEX triplet: 53, 1F and 3A. RGB value is (83,31,58). Sum of RGB (Red+Green+Blue) = 83+31+58=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 58 (23.05% from 255 or 33.72% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531F3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F3A is #ACE0C5. Grayscale: #313131. Windows color (decimal): -11329734 or 3809107. OLE color: 3809107.
HSL color Cylindrical-coordinate representation of color #531F3A: hue angle of 328.85º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #531F3A is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 58 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.67 |
| HSL | 328.85º | 0.46% | 0.22% | - |
| HSV(B) | 328.85º | 0.63% | 0.33% | - |
| XYZ | 4.82 | 3.12 | 4.35 | - |
| YUV | 49.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 58 | 0 | 0.63 | 0.30 | 0.67 | 328.85 | 0.46 | 0.22 |
| Hex | 53 | 1F | 3A | 0 | 3F | 1E | 43 | 149 | 2E | 16 |
| Octal | 123 | 37 | 72 | 0 | 77 | 36 | 103 | 511 | 56 | 26 |
| Binary | 1010011 | 11111 | 111010 | 0 | 111111 | 11110 | 1000011 | 101001001 | 101110 | 10110 |
Color Harmonies of #531F3A
Complementary color
Monochromatic Colors of #531F3A
Black with #531F3A
Text Example
Text Example
White with #531F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F3A; }
p { color: rgb(83,31,58); }
H1.HeaderClassName
{
color: #531F3A;
}
.AnyTagClassName
{
color: #531F3A;
}
</style>
background-color css
<style>
a { background-color: #531F3A; }
a { background-color: rgb(83,31,58); }
div.DivClassName
{
background-color: #531F3A;
}
.BgClassName
{
background-color: #531F3A;
}
</style>
border-color css
<style>
span { border-color: #531F3A; }
span { border-color: rgb(83,31,58); }
td.TdClassName
{
border-color: #531F3A;
}
.TagClassName
{
border-color: #531F3A;
}
</style>