Shades of Blackberry #530D29
Tints of Blackberry #530D29
RGB
CMYK
RGB Variations
Color information
#530D29 (or 0x530D29) is known color: Blackberry. HEX triplet: 53, 0D and 29. RGB value is (83,13,41). Sum of RGB (Red+Green+Blue) = 83+13+41=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 13 (5.47% from 255 or 9.49% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530D29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530D29 is #ACF2D6. Grayscale: #252525. Windows color (decimal): -11334359 or 2690387. OLE color: 2690387.
HSL color Cylindrical-coordinate representation of color #530D29: hue angle of 336º 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 #530D29 is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 13 | 41 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.67 |
| HSL | 336º | 0.73% | 0.19% | - |
| HSV(B) | 336º | 0.84% | 0.33% | - |
| XYZ | 4.11 | 2.29 | 2.32 | - |
| YUV | 37.12 | 130.19 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 13 | 41 | 0 | 0.84 | 0.51 | 0.67 | 336 | 0.73 | 0.19 |
| Hex | 53 | D | 29 | 0 | 54 | 33 | 43 | 150 | 49 | 13 |
| Octal | 123 | 15 | 51 | 0 | 124 | 63 | 103 | 520 | 111 | 23 |
| Binary | 1010011 | 1101 | 101001 | 0 | 1010100 | 110011 | 1000011 | 101010000 | 1001001 | 10011 |
Color Harmonies of #530D29
Complementary color
Monochromatic Colors of #530D29
Black with #530D29
Text Example
Text Example
White with #530D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530D29; }
p { color: rgb(83,13,41); }
H1.HeaderClassName
{
color: #530D29;
}
.AnyTagClassName
{
color: #530D29;
}
</style>
background-color css
<style>
a { background-color: #530D29; }
a { background-color: rgb(83,13,41); }
div.DivClassName
{
background-color: #530D29;
}
.BgClassName
{
background-color: #530D29;
}
</style>
border-color css
<style>
span { border-color: #530D29; }
span { border-color: rgb(83,13,41); }
td.TdClassName
{
border-color: #530D29;
}
.TagClassName
{
border-color: #530D29;
}
</style>