Shades of Blackberry #530B2B
Tints of Blackberry #530B2B
RGB
CMYK
RGB Variations
Color information
#530B2B (or 0x530B2B) is known color: Blackberry. HEX triplet: 53, 0B and 2B. RGB value is (83,11,43). Sum of RGB (Red+Green+Blue) = 83+11+43=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 11 (4.69% from 255 or 8.03% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #530B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B2B is #ACF4D4. Grayscale: #242424. Windows color (decimal): -11334869 or 2820947. OLE color: 2820947.
HSL color Cylindrical-coordinate representation of color #530B2B: hue angle of 333.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 #530B2B is Cyan = 0, Magento = 0.87, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 43 | - |
| CMYK | 0 | 0.87 | 0.48 | 0.67 |
| HSL | 333.33º | 0.77% | 0.18% | - |
| HSV(B) | 333.33º | 0.87% | 0.33% | - |
| XYZ | 4.12 | 2.25 | 2.5 | - |
| YUV | 36.18 | 131.85 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 43 | 0 | 0.87 | 0.48 | 0.67 | 333.33 | 0.77 | 0.18 |
| Hex | 53 | B | 2B | 0 | 57 | 30 | 43 | 14D | 4D | 12 |
| Octal | 123 | 13 | 53 | 0 | 127 | 60 | 103 | 515 | 115 | 22 |
| Binary | 1010011 | 1011 | 101011 | 0 | 1010111 | 110000 | 1000011 | 101001101 | 1001101 | 10010 |
Color Harmonies of #530B2B
Complementary color
Monochromatic Colors of #530B2B
Black with #530B2B
Text Example
Text Example
White with #530B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B2B; }
p { color: rgb(83,11,43); }
H1.HeaderClassName
{
color: #530B2B;
}
.AnyTagClassName
{
color: #530B2B;
}
</style>
background-color css
<style>
a { background-color: #530B2B; }
a { background-color: rgb(83,11,43); }
div.DivClassName
{
background-color: #530B2B;
}
.BgClassName
{
background-color: #530B2B;
}
</style>
border-color css
<style>
span { border-color: #530B2B; }
span { border-color: rgb(83,11,43); }
td.TdClassName
{
border-color: #530B2B;
}
.TagClassName
{
border-color: #530B2B;
}
</style>