Shades of Blackberry #531F3B
Tints of Blackberry #531F3B
RGB
CMYK
RGB Variations
Color information
#531F3B (or 0x531F3B) is known color: Blackberry. HEX triplet: 53, 1F and 3B. RGB value is (83,31,59). Sum of RGB (Red+Green+Blue) = 83+31+59=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 59 (23.44% from 255 or 34.10% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #531F3B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531F3B is #ACE0C4. Grayscale: #313131. Windows color (decimal): -11329733 or 3874643. OLE color: 3874643.
HSL color Cylindrical-coordinate representation of color #531F3B: hue angle of 327.69º 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 #531F3B is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 59 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.67 |
| HSL | 327.69º | 0.46% | 0.22% | - |
| HSV(B) | 327.69º | 0.63% | 0.33% | - |
| XYZ | 4.85 | 3.13 | 4.49 | - |
| YUV | 49.74 | 133.23 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 59 | 0 | 0.63 | 0.29 | 0.67 | 327.69 | 0.46 | 0.22 |
| Hex | 53 | 1F | 3B | 0 | 3F | 1D | 43 | 148 | 2E | 16 |
| Octal | 123 | 37 | 73 | 0 | 77 | 35 | 103 | 510 | 56 | 26 |
| Binary | 1010011 | 11111 | 111011 | 0 | 111111 | 11101 | 1000011 | 101001000 | 101110 | 10110 |
Color Harmonies of #531F3B
Complementary color
Monochromatic Colors of #531F3B
Black with #531F3B
Text Example
Text Example
White with #531F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F3B; }
p { color: rgb(83,31,59); }
H1.HeaderClassName
{
color: #531F3B;
}
.AnyTagClassName
{
color: #531F3B;
}
</style>
background-color css
<style>
a { background-color: #531F3B; }
a { background-color: rgb(83,31,59); }
div.DivClassName
{
background-color: #531F3B;
}
.BgClassName
{
background-color: #531F3B;
}
</style>
border-color css
<style>
span { border-color: #531F3B; }
span { border-color: rgb(83,31,59); }
td.TdClassName
{
border-color: #531F3B;
}
.TagClassName
{
border-color: #531F3B;
}
</style>