Shades of Blackberry #4D1B3D
Tints of Blackberry #4D1B3D
RGB
CMYK
RGB Variations
Color information
#4D1B3D (or 0x4D1B3D) is known color: Blackberry. HEX triplet: 4D, 1B and 3D. RGB value is (77,27,61). Sum of RGB (Red+Green+Blue) = 77+27+61=165 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.67% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 61 (24.22% from 255 or 36.97% from 165); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B3D is #B2E4C2. Grayscale: #2D2D2D. Windows color (decimal): -11723971 or 4004685. OLE color: 4004685.
HSL color Cylindrical-coordinate representation of color #4D1B3D: hue angle of 319.2º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D1B3D is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 61 | - |
| CMYK | 0 | 0.65 | 0.21 | 0.70 |
| HSL | 319.2º | 0.48% | 0.2% | - |
| HSV(B) | 319.2º | 0.65% | 0.3% | - |
| XYZ | 4.29 | 2.7 | 4.71 | - |
| YUV | 45.83 | 136.57 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 61 | 0 | 0.65 | 0.21 | 0.70 | 319.2 | 0.48 | 0.2 |
| Hex | 4D | 1B | 3D | 0 | 41 | 15 | 46 | 13F | 30 | 14 |
| Octal | 115 | 33 | 75 | 0 | 101 | 25 | 106 | 477 | 60 | 24 |
| Binary | 1001101 | 11011 | 111101 | 0 | 1000001 | 10101 | 1000110 | 100111111 | 110000 | 10100 |
Color Harmonies of #4D1B3D
Complementary color
Monochromatic Colors of #4D1B3D
Black with #4D1B3D
Text Example
Text Example
White with #4D1B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B3D; }
p { color: rgb(77,27,61); }
H1.HeaderClassName
{
color: #4D1B3D;
}
.AnyTagClassName
{
color: #4D1B3D;
}
</style>
background-color css
<style>
a { background-color: #4D1B3D; }
a { background-color: rgb(77,27,61); }
div.DivClassName
{
background-color: #4D1B3D;
}
.BgClassName
{
background-color: #4D1B3D;
}
</style>
border-color css
<style>
span { border-color: #4D1B3D; }
span { border-color: rgb(77,27,61); }
td.TdClassName
{
border-color: #4D1B3D;
}
.TagClassName
{
border-color: #4D1B3D;
}
</style>