Shades of Blackberry #531B38
Tints of Blackberry #531B38
RGB
CMYK
RGB Variations
Color information
#531B38 (or 0x531B38) is known color: Blackberry. HEX triplet: 53, 1B and 38. RGB value is (83,27,56). Sum of RGB (Red+Green+Blue) = 83+27+56=166 (21% of max value = 765). Red value is 83 (32.81% from 255 or 50% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 83 - color contains mainly: red. Hex color #531B38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B38 is #ACE4C7. Grayscale: #2E2E2E. Windows color (decimal): -11330760 or 3677011. OLE color: 3677011.
HSL color Cylindrical-coordinate representation of color #531B38: hue angle of 328.93º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B38 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 56 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.67 |
| HSL | 328.93º | 0.51% | 0.22% | - |
| HSV(B) | 328.93º | 0.67% | 0.33% | - |
| XYZ | 4.67 | 2.91 | 4.06 | - |
| YUV | 47.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 56 | 0 | 0.67 | 0.33 | 0.67 | 328.93 | 0.51 | 0.22 |
| Hex | 53 | 1B | 38 | 0 | 43 | 21 | 43 | 149 | 33 | 16 |
| Octal | 123 | 33 | 70 | 0 | 103 | 41 | 103 | 511 | 63 | 26 |
| Binary | 1010011 | 11011 | 111000 | 0 | 1000011 | 100001 | 1000011 | 101001001 | 110011 | 10110 |
Color Harmonies of #531B38
Complementary color
Monochromatic Colors of #531B38
Black with #531B38
Text Example
Text Example
White with #531B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B38; }
p { color: rgb(83,27,56); }
H1.HeaderClassName
{
color: #531B38;
}
.AnyTagClassName
{
color: #531B38;
}
</style>
background-color css
<style>
a { background-color: #531B38; }
a { background-color: rgb(83,27,56); }
div.DivClassName
{
background-color: #531B38;
}
.BgClassName
{
background-color: #531B38;
}
</style>
border-color css
<style>
span { border-color: #531B38; }
span { border-color: rgb(83,27,56); }
td.TdClassName
{
border-color: #531B38;
}
.TagClassName
{
border-color: #531B38;
}
</style>