Shades of Blackberry #52183D
Tints of Blackberry #52183D
RGB
CMYK
RGB Variations
Color information
#52183D (or 0x52183D) is known color: Blackberry. HEX triplet: 52, 18 and 3D. RGB value is (82,24,61). Sum of RGB (Red+Green+Blue) = 82+24+61=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 61 (24.22% from 255 or 36.53% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52183D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52183D is #ADE7C2. Grayscale: #2D2D2D. Windows color (decimal): -11397059 or 4003922. OLE color: 4003922.
HSL color Cylindrical-coordinate representation of color #52183D: hue angle of 321.72º 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 #52183D is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 24 | 61 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.68 |
| HSL | 321.72º | 0.55% | 0.21% | - |
| HSV(B) | 321.72º | 0.71% | 0.32% | - |
| XYZ | 4.65 | 2.78 | 4.71 | - |
| YUV | 45.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 61 | 0 | 0.71 | 0.26 | 0.68 | 321.72 | 0.55 | 0.21 |
| Hex | 52 | 18 | 3D | 0 | 47 | 1A | 44 | 142 | 37 | 15 |
| Octal | 122 | 30 | 75 | 0 | 107 | 32 | 104 | 502 | 67 | 25 |
| Binary | 1010010 | 11000 | 111101 | 0 | 1000111 | 11010 | 1000100 | 101000010 | 110111 | 10101 |
Color Harmonies of #52183D
Complementary color
Monochromatic Colors of #52183D
Black with #52183D
Text Example
Text Example
White with #52183D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52183D; }
p { color: rgb(82,24,61); }
H1.HeaderClassName
{
color: #52183D;
}
.AnyTagClassName
{
color: #52183D;
}
</style>
background-color css
<style>
a { background-color: #52183D; }
a { background-color: rgb(82,24,61); }
div.DivClassName
{
background-color: #52183D;
}
.BgClassName
{
background-color: #52183D;
}
</style>
border-color css
<style>
span { border-color: #52183D; }
span { border-color: rgb(82,24,61); }
td.TdClassName
{
border-color: #52183D;
}
.TagClassName
{
border-color: #52183D;
}
</style>