Shades of Blackberry #530E32
Tints of Blackberry #530E32
RGB
CMYK
RGB Variations
Color information
#530E32 (or 0x530E32) is known color: Blackberry. HEX triplet: 53, 0E and 32. RGB value is (83,14,50). Sum of RGB (Red+Green+Blue) = 83+14+50=147 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.46% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 83 - color contains mainly: red. Hex color #530E32 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #530E32 is #ACF1CD. Grayscale: #262626. Windows color (decimal): -11334094 or 3280467. OLE color: 3280467.
HSL color Cylindrical-coordinate representation of color #530E32: hue angle of 328.7º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #530E32 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 14 | 50 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.67 |
| HSL | 328.7º | 0.71% | 0.19% | - |
| HSV(B) | 328.7º | 0.83% | 0.33% | - |
| XYZ | 4.3 | 2.38 | 3.25 | - |
| YUV | 38.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 14 | 50 | 0 | 0.83 | 0.40 | 0.67 | 328.7 | 0.71 | 0.19 |
| Hex | 53 | E | 32 | 0 | 53 | 28 | 43 | 149 | 47 | 13 |
| Octal | 123 | 16 | 62 | 0 | 123 | 50 | 103 | 511 | 107 | 23 |
| Binary | 1010011 | 1110 | 110010 | 0 | 1010011 | 101000 | 1000011 | 101001001 | 1000111 | 10011 |
Color Harmonies of #530E32
Complementary color
Monochromatic Colors of #530E32
Black with #530E32
Text Example
Text Example
White with #530E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #530E32; }
p { color: rgb(83,14,50); }
H1.HeaderClassName
{
color: #530E32;
}
.AnyTagClassName
{
color: #530E32;
}
</style>
background-color css
<style>
a { background-color: #530E32; }
a { background-color: rgb(83,14,50); }
div.DivClassName
{
background-color: #530E32;
}
.BgClassName
{
background-color: #530E32;
}
</style>
border-color css
<style>
span { border-color: #530E32; }
span { border-color: rgb(83,14,50); }
td.TdClassName
{
border-color: #530E32;
}
.TagClassName
{
border-color: #530E32;
}
</style>