Shades of Blackberry #530D2B
Tints of Blackberry #530D2B
RGB
CMYK
RGB Variations
Color information
#530D2B (or 0x530D2B) is known color: Blackberry. HEX triplet: 53, 0D and 2B. RGB value is (83,13,43). Sum of RGB (Red+Green+Blue) = 83+13+43=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 13 (5.47% from 255 or 9.35% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #530D2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D2B is #ACF2D4. Grayscale: #252525. Windows color (decimal): -11334357 or 2821459. OLE color: 2821459.
HSL color Cylindrical-coordinate representation of color #530D2B: hue angle of 334.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D2B is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 43 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.67 |
| HSL | 334.29º | 0.73% | 0.19% | - |
| HSV(B) | 334.29º | 0.84% | 0.33% | - |
| XYZ | 4.15 | 2.3 | 2.51 | - |
| YUV | 37.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 43 | 0 | 0.84 | 0.48 | 0.67 | 334.29 | 0.73 | 0.19 |
| Hex | 53 | D | 2B | 0 | 54 | 30 | 43 | 14E | 49 | 13 |
| Octal | 123 | 15 | 53 | 0 | 124 | 60 | 103 | 516 | 111 | 23 |
| Binary | 1010011 | 1101 | 101011 | 0 | 1010100 | 110000 | 1000011 | 101001110 | 1001001 | 10011 |
Color Harmonies of #530D2B
Complementary color
Monochromatic Colors of #530D2B
Black with #530D2B
Text Example
Text Example
White with #530D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D2B; }
p { color: rgb(83,13,43); }
H1.HeaderClassName
{
color: #530D2B;
}
.AnyTagClassName
{
color: #530D2B;
}
</style>
background-color css
<style>
a { background-color: #530D2B; }
a { background-color: rgb(83,13,43); }
div.DivClassName
{
background-color: #530D2B;
}
.BgClassName
{
background-color: #530D2B;
}
</style>
border-color css
<style>
span { border-color: #530D2B; }
span { border-color: rgb(83,13,43); }
td.TdClassName
{
border-color: #530D2B;
}
.TagClassName
{
border-color: #530D2B;
}
</style>