Shades of Blackberry #511C3C
Tints of Blackberry #511C3C
RGB
CMYK
RGB Variations
Color information
#511C3C (or 0x511C3C) is known color: Blackberry. HEX triplet: 51, 1C and 3C. RGB value is (81,28,60). Sum of RGB (Red+Green+Blue) = 81+28+60=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 28 (11.33% from 255 or 16.57% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #511C3C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C3C is #AEE3C3. Grayscale: #2F2F2F. Windows color (decimal): -11461572 or 3939409. OLE color: 3939409.
HSL color Cylindrical-coordinate representation of color #511C3C: hue angle of 323.77º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C3C is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 60 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.68 |
| HSL | 323.77º | 0.49% | 0.21% | - |
| HSV(B) | 323.77º | 0.65% | 0.32% | - |
| XYZ | 4.62 | 2.91 | 4.59 | - |
| YUV | 47.5 | 135.06 | 151.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 60 | 0 | 0.65 | 0.26 | 0.68 | 323.77 | 0.49 | 0.21 |
| Hex | 51 | 1C | 3C | 0 | 41 | 1A | 44 | 144 | 31 | 15 |
| Octal | 121 | 34 | 74 | 0 | 101 | 32 | 104 | 504 | 61 | 25 |
| Binary | 1010001 | 11100 | 111100 | 0 | 1000001 | 11010 | 1000100 | 101000100 | 110001 | 10101 |
Color Harmonies of #511C3C
Complementary color
Monochromatic Colors of #511C3C
Black with #511C3C
Text Example
Text Example
White with #511C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C3C; }
p { color: rgb(81,28,60); }
H1.HeaderClassName
{
color: #511C3C;
}
.AnyTagClassName
{
color: #511C3C;
}
</style>
background-color css
<style>
a { background-color: #511C3C; }
a { background-color: rgb(81,28,60); }
div.DivClassName
{
background-color: #511C3C;
}
.BgClassName
{
background-color: #511C3C;
}
</style>
border-color css
<style>
span { border-color: #511C3C; }
span { border-color: rgb(81,28,60); }
td.TdClassName
{
border-color: #511C3C;
}
.TagClassName
{
border-color: #511C3C;
}
</style>