Shades of Blackberry #52183F
Tints of Blackberry #52183F
RGB
CMYK
RGB Variations
Color information
#52183F (or 0x52183F) is known color: Blackberry. HEX triplet: 52, 18 and 3F. RGB value is (82,24,63). Sum of RGB (Red+Green+Blue) = 82+24+63=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #52183F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52183F is #ADE7C0. Grayscale: #2D2D2D. Windows color (decimal): -11397057 or 4134994. OLE color: 4134994.
HSL color Cylindrical-coordinate representation of color #52183F: hue angle of 319.66º 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 #52183F is Cyan = 0, Magento = 0.71, Yellow = 0.23 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 24 | 63 | - |
| CMYK | 0 | 0.71 | 0.23 | 0.68 |
| HSL | 319.66º | 0.55% | 0.21% | - |
| HSV(B) | 319.66º | 0.71% | 0.32% | - |
| XYZ | 4.7 | 2.81 | 5 | - |
| YUV | 45.79 | 137.72 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 63 | 0 | 0.71 | 0.23 | 0.68 | 319.66 | 0.55 | 0.21 |
| Hex | 52 | 18 | 3F | 0 | 47 | 17 | 44 | 140 | 37 | 15 |
| Octal | 122 | 30 | 77 | 0 | 107 | 27 | 104 | 500 | 67 | 25 |
| Binary | 1010010 | 11000 | 111111 | 0 | 1000111 | 10111 | 1000100 | 101000000 | 110111 | 10101 |
Color Harmonies of #52183F
Complementary color
Monochromatic Colors of #52183F
Black with #52183F
Text Example
Text Example
White with #52183F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52183F; }
p { color: rgb(82,24,63); }
H1.HeaderClassName
{
color: #52183F;
}
.AnyTagClassName
{
color: #52183F;
}
</style>
background-color css
<style>
a { background-color: #52183F; }
a { background-color: rgb(82,24,63); }
div.DivClassName
{
background-color: #52183F;
}
.BgClassName
{
background-color: #52183F;
}
</style>
border-color css
<style>
span { border-color: #52183F; }
span { border-color: rgb(82,24,63); }
td.TdClassName
{
border-color: #52183F;
}
.TagClassName
{
border-color: #52183F;
}
</style>