Shades of Blackberry #531C3F
Tints of Blackberry #531C3F
RGB
CMYK
RGB Variations
Color information
#531C3F (or 0x531C3F) is known color: Blackberry. HEX triplet: 53, 1C and 3F. RGB value is (83,28,63). Sum of RGB (Red+Green+Blue) = 83+28+63=174 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.70% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 83 - color contains mainly: red. Hex color #531C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C3F is #ACE3C0. Grayscale: #303030. Windows color (decimal): -11330497 or 4136019. OLE color: 4136019.
HSL color Cylindrical-coordinate representation of color #531C3F: hue angle of 321.82º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C3F is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 63 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.67 |
| HSL | 321.82º | 0.5% | 0.22% | - |
| HSV(B) | 321.82º | 0.66% | 0.33% | - |
| XYZ | 4.88 | 3.03 | 5.03 | - |
| YUV | 48.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 63 | 0 | 0.66 | 0.24 | 0.67 | 321.82 | 0.5 | 0.22 |
| Hex | 53 | 1C | 3F | 0 | 42 | 18 | 43 | 142 | 32 | 16 |
| Octal | 123 | 34 | 77 | 0 | 102 | 30 | 103 | 502 | 62 | 26 |
| Binary | 1010011 | 11100 | 111111 | 0 | 1000010 | 11000 | 1000011 | 101000010 | 110010 | 10110 |
Color Harmonies of #531C3F
Complementary color
Monochromatic Colors of #531C3F
Black with #531C3F
Text Example
Text Example
White with #531C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C3F; }
p { color: rgb(83,28,63); }
H1.HeaderClassName
{
color: #531C3F;
}
.AnyTagClassName
{
color: #531C3F;
}
</style>
background-color css
<style>
a { background-color: #531C3F; }
a { background-color: rgb(83,28,63); }
div.DivClassName
{
background-color: #531C3F;
}
.BgClassName
{
background-color: #531C3F;
}
</style>
border-color css
<style>
span { border-color: #531C3F; }
span { border-color: rgb(83,28,63); }
td.TdClassName
{
border-color: #531C3F;
}
.TagClassName
{
border-color: #531C3F;
}
</style>