Shades of Blackberry #531B3C
Tints of Blackberry #531B3C
RGB
CMYK
RGB Variations
Color information
#531B3C (or 0x531B3C) is known color: Blackberry. HEX triplet: 53, 1B and 3C. RGB value is (83,27,60). Sum of RGB (Red+Green+Blue) = 83+27+60=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 60 (23.83% from 255 or 35.29% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #531B3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B3C is #ACE4C3. Grayscale: #2F2F2F. Windows color (decimal): -11330756 or 3939155. OLE color: 3939155.
HSL color Cylindrical-coordinate representation of color #531B3C: hue angle of 324.64º 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 #531B3C is Cyan = 0, Magento = 0.67, Yellow = 0.28 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 60 | - |
| CMYK | 0 | 0.67 | 0.28 | 0.67 |
| HSL | 324.64º | 0.51% | 0.22% | - |
| HSV(B) | 324.64º | 0.67% | 0.33% | - |
| XYZ | 4.77 | 2.95 | 4.59 | - |
| YUV | 47.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 60 | 0 | 0.67 | 0.28 | 0.67 | 324.64 | 0.51 | 0.22 |
| Hex | 53 | 1B | 3C | 0 | 43 | 1C | 43 | 145 | 33 | 16 |
| Octal | 123 | 33 | 74 | 0 | 103 | 34 | 103 | 505 | 63 | 26 |
| Binary | 1010011 | 11011 | 111100 | 0 | 1000011 | 11100 | 1000011 | 101000101 | 110011 | 10110 |
Color Harmonies of #531B3C
Complementary color
Monochromatic Colors of #531B3C
Black with #531B3C
Text Example
Text Example
White with #531B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B3C; }
p { color: rgb(83,27,60); }
H1.HeaderClassName
{
color: #531B3C;
}
.AnyTagClassName
{
color: #531B3C;
}
</style>
background-color css
<style>
a { background-color: #531B3C; }
a { background-color: rgb(83,27,60); }
div.DivClassName
{
background-color: #531B3C;
}
.BgClassName
{
background-color: #531B3C;
}
</style>
border-color css
<style>
span { border-color: #531B3C; }
span { border-color: rgb(83,27,60); }
td.TdClassName
{
border-color: #531B3C;
}
.TagClassName
{
border-color: #531B3C;
}
</style>