Shades of Blackberry #52183A
Tints of Blackberry #52183A
RGB
CMYK
RGB Variations
Color information
#52183A (or 0x52183A) is known color: Blackberry. HEX triplet: 52, 18 and 3A. RGB value is (82,24,58). Sum of RGB (Red+Green+Blue) = 82+24+58=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52183A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52183A is #ADE7C5. Grayscale: #2D2D2D. Windows color (decimal): -11397062 or 3807314. OLE color: 3807314.
HSL color Cylindrical-coordinate representation of color #52183A: hue angle of 324.83º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #52183A is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 24 | 58 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.68 |
| HSL | 324.83º | 0.55% | 0.21% | - |
| HSV(B) | 324.83º | 0.71% | 0.32% | - |
| XYZ | 4.57 | 2.75 | 4.29 | - |
| YUV | 45.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 58 | 0 | 0.71 | 0.29 | 0.68 | 324.83 | 0.55 | 0.21 |
| Hex | 52 | 18 | 3A | 0 | 47 | 1D | 44 | 145 | 37 | 15 |
| Octal | 122 | 30 | 72 | 0 | 107 | 35 | 104 | 505 | 67 | 25 |
| Binary | 1010010 | 11000 | 111010 | 0 | 1000111 | 11101 | 1000100 | 101000101 | 110111 | 10101 |
Color Harmonies of #52183A
Complementary color
Monochromatic Colors of #52183A
Black with #52183A
Text Example
Text Example
White with #52183A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52183A; }
p { color: rgb(82,24,58); }
H1.HeaderClassName
{
color: #52183A;
}
.AnyTagClassName
{
color: #52183A;
}
</style>
background-color css
<style>
a { background-color: #52183A; }
a { background-color: rgb(82,24,58); }
div.DivClassName
{
background-color: #52183A;
}
.BgClassName
{
background-color: #52183A;
}
</style>
border-color css
<style>
span { border-color: #52183A; }
span { border-color: rgb(82,24,58); }
td.TdClassName
{
border-color: #52183A;
}
.TagClassName
{
border-color: #52183A;
}
</style>