Shades of Blackberry #531A3F
Tints of Blackberry #531A3F
RGB
CMYK
RGB Variations
Color information
#531A3F (or 0x531A3F) is known color: Blackberry. HEX triplet: 53, 1A and 3F. RGB value is (83,26,63). Sum of RGB (Red+Green+Blue) = 83+26+63=172 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.26% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 63 (25% from 255 or 36.63% from 172); Max value from RGB is 83 - color contains mainly: red. Hex color #531A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A3F is #ACE5C0. Grayscale: #2F2F2F. Windows color (decimal): -11331009 or 4135507. OLE color: 4135507.
HSL color Cylindrical-coordinate representation of color #531A3F: hue angle of 321.05º 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 #531A3F is Cyan = 0, Magento = 0.69, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 63 | - |
| CMYK | 0 | 0.69 | 0.24 | 0.67 |
| HSL | 321.05º | 0.52% | 0.21% | - |
| HSV(B) | 321.05º | 0.69% | 0.33% | - |
| XYZ | 4.83 | 2.94 | 5.01 | - |
| YUV | 47.26 | 136.88 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 63 | 0 | 0.69 | 0.24 | 0.67 | 321.05 | 0.52 | 0.21 |
| Hex | 53 | 1A | 3F | 0 | 45 | 18 | 43 | 141 | 34 | 15 |
| Octal | 123 | 32 | 77 | 0 | 105 | 30 | 103 | 501 | 64 | 25 |
| Binary | 1010011 | 11010 | 111111 | 0 | 1000101 | 11000 | 1000011 | 101000001 | 110100 | 10101 |
Color Harmonies of #531A3F
Complementary color
Monochromatic Colors of #531A3F
Black with #531A3F
Text Example
Text Example
White with #531A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A3F; }
p { color: rgb(83,26,63); }
H1.HeaderClassName
{
color: #531A3F;
}
.AnyTagClassName
{
color: #531A3F;
}
</style>
background-color css
<style>
a { background-color: #531A3F; }
a { background-color: rgb(83,26,63); }
div.DivClassName
{
background-color: #531A3F;
}
.BgClassName
{
background-color: #531A3F;
}
</style>
border-color css
<style>
span { border-color: #531A3F; }
span { border-color: rgb(83,26,63); }
td.TdClassName
{
border-color: #531A3F;
}
.TagClassName
{
border-color: #531A3F;
}
</style>