Shades of Blackberry #530B32
Tints of Blackberry #530B32
RGB
CMYK
RGB Variations
Color information
#530B32 (or 0x530B32) is known color: Blackberry. HEX triplet: 53, 0B and 32. RGB value is (83,11,50). Sum of RGB (Red+Green+Blue) = 83+11+50=144 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.64% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 50 (19.92% from 255 or 34.72% from 144); Max value from RGB is 83 - color contains mainly: red. Hex color #530B32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B32 is #ACF4CD. Grayscale: #242424. Windows color (decimal): -11334862 or 3279699. OLE color: 3279699.
HSL color Cylindrical-coordinate representation of color #530B32: hue angle of 327.5º 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 #530B32 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 50 | - |
| CMYK | 0 | 0.87 | 0.40 | 0.67 |
| HSL | 327.5º | 0.77% | 0.18% | - |
| HSV(B) | 327.5º | 0.87% | 0.33% | - |
| XYZ | 4.26 | 2.31 | 3.24 | - |
| YUV | 36.97 | 135.35 | 160.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 50 | 0 | 0.87 | 0.40 | 0.67 | 327.5 | 0.77 | 0.18 |
| Hex | 53 | B | 32 | 0 | 57 | 28 | 43 | 148 | 4D | 12 |
| Octal | 123 | 13 | 62 | 0 | 127 | 50 | 103 | 510 | 115 | 22 |
| Binary | 1010011 | 1011 | 110010 | 0 | 1010111 | 101000 | 1000011 | 101001000 | 1001101 | 10010 |
Color Harmonies of #530B32
Complementary color
Monochromatic Colors of #530B32
Black with #530B32
Text Example
Text Example
White with #530B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B32; }
p { color: rgb(83,11,50); }
H1.HeaderClassName
{
color: #530B32;
}
.AnyTagClassName
{
color: #530B32;
}
</style>
background-color css
<style>
a { background-color: #530B32; }
a { background-color: rgb(83,11,50); }
div.DivClassName
{
background-color: #530B32;
}
.BgClassName
{
background-color: #530B32;
}
</style>
border-color css
<style>
span { border-color: #530B32; }
span { border-color: rgb(83,11,50); }
td.TdClassName
{
border-color: #530B32;
}
.TagClassName
{
border-color: #530B32;
}
</style>