Shades of Blackberry #4D183C
Tints of Blackberry #4D183C
RGB
CMYK
RGB Variations
Color information
#4D183C (or 0x4D183C) is known color: Blackberry. HEX triplet: 4D, 18 and 3C. RGB value is (77,24,60). Sum of RGB (Red+Green+Blue) = 77+24+60=161 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.83% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 77 - color contains mainly: red. Hex color #4D183C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D183C is #B2E7C3. Grayscale: #2B2B2B. Windows color (decimal): -11724740 or 3938381. OLE color: 3938381.
HSL color Cylindrical-coordinate representation of color #4D183C: hue angle of 319.25º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D183C is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 60 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.70 |
| HSL | 319.25º | 0.52% | 0.2% | - |
| HSV(B) | 319.25º | 0.69% | 0.3% | - |
| XYZ | 4.2 | 2.56 | 4.55 | - |
| YUV | 43.95 | 137.06 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 60 | 0 | 0.69 | 0.22 | 0.70 | 319.25 | 0.52 | 0.2 |
| Hex | 4D | 18 | 3C | 0 | 45 | 16 | 46 | 13F | 34 | 14 |
| Octal | 115 | 30 | 74 | 0 | 105 | 26 | 106 | 477 | 64 | 24 |
| Binary | 1001101 | 11000 | 111100 | 0 | 1000101 | 10110 | 1000110 | 100111111 | 110100 | 10100 |
Color Harmonies of #4D183C
Complementary color
Monochromatic Colors of #4D183C
Black with #4D183C
Text Example
Text Example
White with #4D183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D183C; }
p { color: rgb(77,24,60); }
H1.HeaderClassName
{
color: #4D183C;
}
.AnyTagClassName
{
color: #4D183C;
}
</style>
background-color css
<style>
a { background-color: #4D183C; }
a { background-color: rgb(77,24,60); }
div.DivClassName
{
background-color: #4D183C;
}
.BgClassName
{
background-color: #4D183C;
}
</style>
border-color css
<style>
span { border-color: #4D183C; }
span { border-color: rgb(77,24,60); }
td.TdClassName
{
border-color: #4D183C;
}
.TagClassName
{
border-color: #4D183C;
}
</style>