Shades of Blackberry #530B31
Tints of Blackberry #530B31
RGB
CMYK
RGB Variations
Color information
#530B31 (or 0x530B31) is known color: Blackberry. HEX triplet: 53, 0B and 31. RGB value is (83,11,49). Sum of RGB (Red+Green+Blue) = 83+11+49=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 49 (19.53% from 255 or 34.27% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #530B31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B31 is #ACF4CE. Grayscale: #242424. Windows color (decimal): -11334863 or 3214163. OLE color: 3214163.
HSL color Cylindrical-coordinate representation of color #530B31: hue angle of 328.33º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530B31 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 49 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.67 |
| HSL | 328.33º | 0.77% | 0.18% | - |
| HSV(B) | 328.33º | 0.87% | 0.33% | - |
| XYZ | 4.24 | 2.3 | 3.13 | - |
| YUV | 36.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 49 | 0 | 0.87 | 0.41 | 0.67 | 328.33 | 0.77 | 0.18 |
| Hex | 53 | B | 31 | 0 | 57 | 29 | 43 | 148 | 4D | 12 |
| Octal | 123 | 13 | 61 | 0 | 127 | 51 | 103 | 510 | 115 | 22 |
| Binary | 1010011 | 1011 | 110001 | 0 | 1010111 | 101001 | 1000011 | 101001000 | 1001101 | 10010 |
Color Harmonies of #530B31
Complementary color
Monochromatic Colors of #530B31
Black with #530B31
Text Example
Text Example
White with #530B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B31; }
p { color: rgb(83,11,49); }
H1.HeaderClassName
{
color: #530B31;
}
.AnyTagClassName
{
color: #530B31;
}
</style>
background-color css
<style>
a { background-color: #530B31; }
a { background-color: rgb(83,11,49); }
div.DivClassName
{
background-color: #530B31;
}
.BgClassName
{
background-color: #530B31;
}
</style>
border-color css
<style>
span { border-color: #530B31; }
span { border-color: rgb(83,11,49); }
td.TdClassName
{
border-color: #530B31;
}
.TagClassName
{
border-color: #530B31;
}
</style>