Shades of Blackberry #530D2D
Tints of Blackberry #530D2D
RGB
CMYK
RGB Variations
Color information
#530D2D (or 0x530D2D) is known color: Blackberry. HEX triplet: 53, 0D and 2D. RGB value is (83,13,45). Sum of RGB (Red+Green+Blue) = 83+13+45=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 13 (5.47% from 255 or 9.22% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #530D2D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D2D is #ACF2D2. Grayscale: #252525. Windows color (decimal): -11334355 or 2952531. OLE color: 2952531.
HSL color Cylindrical-coordinate representation of color #530D2D: hue angle of 332.57º 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 #530D2D is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 45 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.67 |
| HSL | 332.57º | 0.73% | 0.19% | - |
| HSV(B) | 332.57º | 0.84% | 0.33% | - |
| XYZ | 4.18 | 2.32 | 2.71 | - |
| YUV | 37.58 | 132.19 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 45 | 0 | 0.84 | 0.46 | 0.67 | 332.57 | 0.73 | 0.19 |
| Hex | 53 | D | 2D | 0 | 54 | 2E | 43 | 14D | 49 | 13 |
| Octal | 123 | 15 | 55 | 0 | 124 | 56 | 103 | 515 | 111 | 23 |
| Binary | 1010011 | 1101 | 101101 | 0 | 1010100 | 101110 | 1000011 | 101001101 | 1001001 | 10011 |
Color Harmonies of #530D2D
Complementary color
Monochromatic Colors of #530D2D
Black with #530D2D
Text Example
Text Example
White with #530D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D2D; }
p { color: rgb(83,13,45); }
H1.HeaderClassName
{
color: #530D2D;
}
.AnyTagClassName
{
color: #530D2D;
}
</style>
background-color css
<style>
a { background-color: #530D2D; }
a { background-color: rgb(83,13,45); }
div.DivClassName
{
background-color: #530D2D;
}
.BgClassName
{
background-color: #530D2D;
}
</style>
border-color css
<style>
span { border-color: #530D2D; }
span { border-color: rgb(83,13,45); }
td.TdClassName
{
border-color: #530D2D;
}
.TagClassName
{
border-color: #530D2D;
}
</style>