Shades of Blackberry #51183C
Tints of Blackberry #51183C
RGB
CMYK
RGB Variations
Color information
#51183C (or 0x51183C) is known color: Blackberry. HEX triplet: 51, 18 and 3C. RGB value is (81,24,60). Sum of RGB (Red+Green+Blue) = 81+24+60=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 24 (9.77% from 255 or 14.55% from 165); Blue value is 60 (23.83% from 255 or 36.36% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #51183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #51183C is #AEE7C3. Grayscale: #2D2D2D. Windows color (decimal): -11462596 or 3938385. OLE color: 3938385.
HSL color Cylindrical-coordinate representation of color #51183C: hue angle of 322.11º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #51183C is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 24 | 60 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.68 |
| HSL | 322.11º | 0.54% | 0.21% | - |
| HSV(B) | 322.11º | 0.7% | 0.32% | - |
| XYZ | 4.54 | 2.73 | 4.56 | - |
| YUV | 45.15 | 136.38 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 24 | 60 | 0 | 0.70 | 0.26 | 0.68 | 322.11 | 0.54 | 0.21 |
| Hex | 51 | 18 | 3C | 0 | 46 | 1A | 44 | 142 | 36 | 15 |
| Octal | 121 | 30 | 74 | 0 | 106 | 32 | 104 | 502 | 66 | 25 |
| Binary | 1010001 | 11000 | 111100 | 0 | 1000110 | 11010 | 1000100 | 101000010 | 110110 | 10101 |
Color Harmonies of #51183C
Complementary color
Monochromatic Colors of #51183C
Black with #51183C
Text Example
Text Example
White with #51183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51183C; }
p { color: rgb(81,24,60); }
H1.HeaderClassName
{
color: #51183C;
}
.AnyTagClassName
{
color: #51183C;
}
</style>
background-color css
<style>
a { background-color: #51183C; }
a { background-color: rgb(81,24,60); }
div.DivClassName
{
background-color: #51183C;
}
.BgClassName
{
background-color: #51183C;
}
</style>
border-color css
<style>
span { border-color: #51183C; }
span { border-color: rgb(81,24,60); }
td.TdClassName
{
border-color: #51183C;
}
.TagClassName
{
border-color: #51183C;
}
</style>