Shades of Blackberry #4D1A3D
Tints of Blackberry #4D1A3D
RGB
CMYK
RGB Variations
Color information
#4D1A3D (or 0x4D1A3D) is known color: Blackberry. HEX triplet: 4D, 1A and 3D. RGB value is (77,26,61). Sum of RGB (Red+Green+Blue) = 77+26+61=164 (21% of max value = 765). Red value is 77 (30.47% from 255 or 46.95% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A3D is #B2E5C2. Grayscale: #2D2D2D. Windows color (decimal): -11724227 or 4004429. OLE color: 4004429.
HSL color Cylindrical-coordinate representation of color #4D1A3D: hue angle of 318.82º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D1A3D is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 61 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.70 |
| HSL | 318.82º | 0.5% | 0.2% | - |
| HSV(B) | 318.82º | 0.66% | 0.3% | - |
| XYZ | 4.27 | 2.65 | 4.7 | - |
| YUV | 45.24 | 136.9 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 61 | 0 | 0.66 | 0.21 | 0.70 | 318.82 | 0.5 | 0.2 |
| Hex | 4D | 1A | 3D | 0 | 42 | 15 | 46 | 13F | 32 | 14 |
| Octal | 115 | 32 | 75 | 0 | 102 | 25 | 106 | 477 | 62 | 24 |
| Binary | 1001101 | 11010 | 111101 | 0 | 1000010 | 10101 | 1000110 | 100111111 | 110010 | 10100 |
Color Harmonies of #4D1A3D
Complementary color
Monochromatic Colors of #4D1A3D
Black with #4D1A3D
Text Example
Text Example
White with #4D1A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A3D; }
p { color: rgb(77,26,61); }
H1.HeaderClassName
{
color: #4D1A3D;
}
.AnyTagClassName
{
color: #4D1A3D;
}
</style>
background-color css
<style>
a { background-color: #4D1A3D; }
a { background-color: rgb(77,26,61); }
div.DivClassName
{
background-color: #4D1A3D;
}
.BgClassName
{
background-color: #4D1A3D;
}
</style>
border-color css
<style>
span { border-color: #4D1A3D; }
span { border-color: rgb(77,26,61); }
td.TdClassName
{
border-color: #4D1A3D;
}
.TagClassName
{
border-color: #4D1A3D;
}
</style>