Shades of Blackberry #531A3A
Tints of Blackberry #531A3A
RGB
CMYK
RGB Variations
Color information
#531A3A (or 0x531A3A) is known color: Blackberry. HEX triplet: 53, 1A and 3A. RGB value is (83,26,58). Sum of RGB (Red+Green+Blue) = 83+26+58=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #531A3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A3A is #ACE5C5. Grayscale: #2E2E2E. Windows color (decimal): -11331014 or 3807827. OLE color: 3807827.
HSL color Cylindrical-coordinate representation of color #531A3A: hue angle of 326.32º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A3A is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 58 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.67 |
| HSL | 326.32º | 0.52% | 0.21% | - |
| HSV(B) | 326.32º | 0.69% | 0.33% | - |
| XYZ | 4.7 | 2.88 | 4.31 | - |
| YUV | 46.69 | 134.38 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 58 | 0 | 0.69 | 0.30 | 0.67 | 326.32 | 0.52 | 0.21 |
| Hex | 53 | 1A | 3A | 0 | 45 | 1E | 43 | 146 | 34 | 15 |
| Octal | 123 | 32 | 72 | 0 | 105 | 36 | 103 | 506 | 64 | 25 |
| Binary | 1010011 | 11010 | 111010 | 0 | 1000101 | 11110 | 1000011 | 101000110 | 110100 | 10101 |
Color Harmonies of #531A3A
Complementary color
Monochromatic Colors of #531A3A
Black with #531A3A
Text Example
Text Example
White with #531A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A3A; }
p { color: rgb(83,26,58); }
H1.HeaderClassName
{
color: #531A3A;
}
.AnyTagClassName
{
color: #531A3A;
}
</style>
background-color css
<style>
a { background-color: #531A3A; }
a { background-color: rgb(83,26,58); }
div.DivClassName
{
background-color: #531A3A;
}
.BgClassName
{
background-color: #531A3A;
}
</style>
border-color css
<style>
span { border-color: #531A3A; }
span { border-color: rgb(83,26,58); }
td.TdClassName
{
border-color: #531A3A;
}
.TagClassName
{
border-color: #531A3A;
}
</style>