Shades of Blackberry #531A3E
Tints of Blackberry #531A3E
RGB
CMYK
RGB Variations
Color information
#531A3E (or 0x531A3E) is known color: Blackberry. HEX triplet: 53, 1A and 3E. RGB value is (83,26,62). Sum of RGB (Red+Green+Blue) = 83+26+62=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 62 (24.61% from 255 or 36.26% from 171); Max value from RGB is 83 - color contains mainly: red. Hex color #531A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A3E is #ACE5C1. Grayscale: #2F2F2F. Windows color (decimal): -11331010 or 4069971. OLE color: 4069971.
HSL color Cylindrical-coordinate representation of color #531A3E: hue angle of 322.11º 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 #531A3E is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 62 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.67 |
| HSL | 322.11º | 0.52% | 0.21% | - |
| HSV(B) | 322.11º | 0.69% | 0.33% | - |
| XYZ | 4.81 | 2.93 | 4.87 | - |
| YUV | 47.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 62 | 0 | 0.69 | 0.25 | 0.67 | 322.11 | 0.52 | 0.21 |
| Hex | 53 | 1A | 3E | 0 | 45 | 19 | 43 | 142 | 34 | 15 |
| Octal | 123 | 32 | 76 | 0 | 105 | 31 | 103 | 502 | 64 | 25 |
| Binary | 1010011 | 11010 | 111110 | 0 | 1000101 | 11001 | 1000011 | 101000010 | 110100 | 10101 |
Color Harmonies of #531A3E
Complementary color
Monochromatic Colors of #531A3E
Black with #531A3E
Text Example
Text Example
White with #531A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A3E; }
p { color: rgb(83,26,62); }
H1.HeaderClassName
{
color: #531A3E;
}
.AnyTagClassName
{
color: #531A3E;
}
</style>
background-color css
<style>
a { background-color: #531A3E; }
a { background-color: rgb(83,26,62); }
div.DivClassName
{
background-color: #531A3E;
}
.BgClassName
{
background-color: #531A3E;
}
</style>
border-color css
<style>
span { border-color: #531A3E; }
span { border-color: rgb(83,26,62); }
td.TdClassName
{
border-color: #531A3E;
}
.TagClassName
{
border-color: #531A3E;
}
</style>