Shades of Blackberry #531233
Tints of Blackberry #531233
RGB
CMYK
RGB Variations
Color information
#531233 (or 0x531233) is known color: Blackberry. HEX triplet: 53, 12 and 33. RGB value is (83,18,51). Sum of RGB (Red+Green+Blue) = 83+18+51=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #531233 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531233 is #ACEDCC. Grayscale: #292929. Windows color (decimal): -11333069 or 3347027. OLE color: 3347027.
HSL color Cylindrical-coordinate representation of color #531233: hue angle of 329.54º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #531233 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 18 | 51 | - |
| CMYK | 0 | 0.78 | 0.39 | 0.67 |
| HSL | 329.54º | 0.64% | 0.2% | - |
| HSV(B) | 329.54º | 0.78% | 0.33% | - |
| XYZ | 4.38 | 2.51 | 3.39 | - |
| YUV | 41.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 18 | 51 | 0 | 0.78 | 0.39 | 0.67 | 329.54 | 0.64 | 0.2 |
| Hex | 53 | 12 | 33 | 0 | 4E | 27 | 43 | 14A | 40 | 14 |
| Octal | 123 | 22 | 63 | 0 | 116 | 47 | 103 | 512 | 100 | 24 |
| Binary | 1010011 | 10010 | 110011 | 0 | 1001110 | 100111 | 1000011 | 101001010 | 1000000 | 10100 |
Color Harmonies of #531233
Complementary color
Monochromatic Colors of #531233
Black with #531233
Text Example
Text Example
White with #531233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531233; }
p { color: rgb(83,18,51); }
H1.HeaderClassName
{
color: #531233;
}
.AnyTagClassName
{
color: #531233;
}
</style>
background-color css
<style>
a { background-color: #531233; }
a { background-color: rgb(83,18,51); }
div.DivClassName
{
background-color: #531233;
}
.BgClassName
{
background-color: #531233;
}
</style>
border-color css
<style>
span { border-color: #531233; }
span { border-color: rgb(83,18,51); }
td.TdClassName
{
border-color: #531233;
}
.TagClassName
{
border-color: #531233;
}
</style>