Shades of Blackberry #52183C
Tints of Blackberry #52183C
RGB
CMYK
RGB Variations
Color information
#52183C (or 0x52183C) is known color: Blackberry. HEX triplet: 52, 18 and 3C. RGB value is (82,24,60). Sum of RGB (Red+Green+Blue) = 82+24+60=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 60 (23.83% from 255 or 36.14% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #52183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52183C is #ADE7C3. Grayscale: #2D2D2D. Windows color (decimal): -11397060 or 3938386. OLE color: 3938386.
HSL color Cylindrical-coordinate representation of color #52183C: hue angle of 322.76º 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 #52183C is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 24 | 60 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.68 |
| HSL | 322.76º | 0.55% | 0.21% | - |
| HSV(B) | 322.76º | 0.71% | 0.32% | - |
| XYZ | 4.62 | 2.77 | 4.57 | - |
| YUV | 45.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 24 | 60 | 0 | 0.71 | 0.27 | 0.68 | 322.76 | 0.55 | 0.21 |
| Hex | 52 | 18 | 3C | 0 | 47 | 1B | 44 | 143 | 37 | 15 |
| Octal | 122 | 30 | 74 | 0 | 107 | 33 | 104 | 503 | 67 | 25 |
| Binary | 1010010 | 11000 | 111100 | 0 | 1000111 | 11011 | 1000100 | 101000011 | 110111 | 10101 |
Color Harmonies of #52183C
Complementary color
Monochromatic Colors of #52183C
Black with #52183C
Text Example
Text Example
White with #52183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52183C; }
p { color: rgb(82,24,60); }
H1.HeaderClassName
{
color: #52183C;
}
.AnyTagClassName
{
color: #52183C;
}
</style>
background-color css
<style>
a { background-color: #52183C; }
a { background-color: rgb(82,24,60); }
div.DivClassName
{
background-color: #52183C;
}
.BgClassName
{
background-color: #52183C;
}
</style>
border-color css
<style>
span { border-color: #52183C; }
span { border-color: rgb(82,24,60); }
td.TdClassName
{
border-color: #52183C;
}
.TagClassName
{
border-color: #52183C;
}
</style>