Shades of Blackberry #530B34
Tints of Blackberry #530B34
RGB
CMYK
RGB Variations
Color information
#530B34 (or 0x530B34) is known color: Blackberry. HEX triplet: 53, 0B and 34. RGB value is (83,11,52). Sum of RGB (Red+Green+Blue) = 83+11+52=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 11 (4.69% from 255 or 7.53% from 146); Blue value is 52 (20.70% from 255 or 35.62% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #530B34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530B34 is #ACF4CB. Grayscale: #252525. Windows color (decimal): -11334860 or 3410771. OLE color: 3410771.
HSL color Cylindrical-coordinate representation of color #530B34: hue angle of 325.83º 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 #530B34 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 11 | 52 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.67 |
| HSL | 325.83º | 0.77% | 0.18% | - |
| HSV(B) | 325.83º | 0.87% | 0.33% | - |
| XYZ | 4.31 | 2.33 | 3.47 | - |
| YUV | 37.2 | 136.35 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 11 | 52 | 0 | 0.87 | 0.37 | 0.67 | 325.83 | 0.77 | 0.18 |
| Hex | 53 | B | 34 | 0 | 57 | 25 | 43 | 146 | 4D | 12 |
| Octal | 123 | 13 | 64 | 0 | 127 | 45 | 103 | 506 | 115 | 22 |
| Binary | 1010011 | 1011 | 110100 | 0 | 1010111 | 100101 | 1000011 | 101000110 | 1001101 | 10010 |
Color Harmonies of #530B34
Complementary color
Monochromatic Colors of #530B34
Black with #530B34
Text Example
Text Example
White with #530B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530B34; }
p { color: rgb(83,11,52); }
H1.HeaderClassName
{
color: #530B34;
}
.AnyTagClassName
{
color: #530B34;
}
</style>
background-color css
<style>
a { background-color: #530B34; }
a { background-color: rgb(83,11,52); }
div.DivClassName
{
background-color: #530B34;
}
.BgClassName
{
background-color: #530B34;
}
</style>
border-color css
<style>
span { border-color: #530B34; }
span { border-color: rgb(83,11,52); }
td.TdClassName
{
border-color: #530B34;
}
.TagClassName
{
border-color: #530B34;
}
</style>