Shades of Blackberry #530B2A
Tints of Blackberry #530B2A
RGB
CMYK
RGB Variations
Color information
#530B2A (or 0x530B2A) is known color: Blackberry. HEX triplet: 53, 0B and 2A. RGB value is (83,11,42). Sum of RGB (Red+Green+Blue) = 83+11+42=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 11 (4.69% from 255 or 8.09% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #530B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B2A is #ACF4D5. Grayscale: #242424. Windows color (decimal): -11334870 or 2755411. OLE color: 2755411.
HSL color Cylindrical-coordinate representation of color #530B2A: hue angle of 334.17º 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 #530B2A is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 42 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.67 |
| HSL | 334.17º | 0.77% | 0.18% | - |
| HSV(B) | 334.17º | 0.87% | 0.33% | - |
| XYZ | 4.1 | 2.25 | 2.41 | - |
| YUV | 36.06 | 131.35 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 42 | 0 | 0.87 | 0.49 | 0.67 | 334.17 | 0.77 | 0.18 |
| Hex | 53 | B | 2A | 0 | 57 | 31 | 43 | 14E | 4D | 12 |
| Octal | 123 | 13 | 52 | 0 | 127 | 61 | 103 | 516 | 115 | 22 |
| Binary | 1010011 | 1011 | 101010 | 0 | 1010111 | 110001 | 1000011 | 101001110 | 1001101 | 10010 |
Color Harmonies of #530B2A
Complementary color
Monochromatic Colors of #530B2A
Black with #530B2A
Text Example
Text Example
White with #530B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B2A; }
p { color: rgb(83,11,42); }
H1.HeaderClassName
{
color: #530B2A;
}
.AnyTagClassName
{
color: #530B2A;
}
</style>
background-color css
<style>
a { background-color: #530B2A; }
a { background-color: rgb(83,11,42); }
div.DivClassName
{
background-color: #530B2A;
}
.BgClassName
{
background-color: #530B2A;
}
</style>
border-color css
<style>
span { border-color: #530B2A; }
span { border-color: rgb(83,11,42); }
td.TdClassName
{
border-color: #530B2A;
}
.TagClassName
{
border-color: #530B2A;
}
</style>