Shades of Blackberry #4C1B3D
Tints of Blackberry #4C1B3D
RGB
CMYK
RGB Variations
Color information
#4C1B3D (or 0x4C1B3D) is known color: Blackberry. HEX triplet: 4C, 1B and 3D. RGB value is (76,27,61). Sum of RGB (Red+Green+Blue) = 76+27+61=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 27 (10.94% from 255 or 16.46% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1B3D is #B3E4C2. Grayscale: #2D2D2D. Windows color (decimal): -11789507 or 4004684. OLE color: 4004684.
HSL color Cylindrical-coordinate representation of color #4C1B3D: hue angle of 318.37º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C1B3D is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 27 | 61 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.70 |
| HSL | 318.37º | 0.48% | 0.2% | - |
| HSV(B) | 318.37º | 0.64% | 0.3% | - |
| XYZ | 4.21 | 2.66 | 4.71 | - |
| YUV | 45.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 27 | 61 | 0 | 0.64 | 0.20 | 0.70 | 318.37 | 0.48 | 0.2 |
| Hex | 4C | 1B | 3D | 0 | 40 | 14 | 46 | 13E | 30 | 14 |
| Octal | 114 | 33 | 75 | 0 | 100 | 24 | 106 | 476 | 60 | 24 |
| Binary | 1001100 | 11011 | 111101 | 0 | 1000000 | 10100 | 1000110 | 100111110 | 110000 | 10100 |
Color Harmonies of #4C1B3D
Complementary color
Monochromatic Colors of #4C1B3D
Black with #4C1B3D
Text Example
Text Example
White with #4C1B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1B3D; }
p { color: rgb(76,27,61); }
H1.HeaderClassName
{
color: #4C1B3D;
}
.AnyTagClassName
{
color: #4C1B3D;
}
</style>
background-color css
<style>
a { background-color: #4C1B3D; }
a { background-color: rgb(76,27,61); }
div.DivClassName
{
background-color: #4C1B3D;
}
.BgClassName
{
background-color: #4C1B3D;
}
</style>
border-color css
<style>
span { border-color: #4C1B3D; }
span { border-color: rgb(76,27,61); }
td.TdClassName
{
border-color: #4C1B3D;
}
.TagClassName
{
border-color: #4C1B3D;
}
</style>