Shades of Blackberry #4C1B3C
Tints of Blackberry #4C1B3C
RGB
CMYK
RGB Variations
Color information
#4C1B3C (or 0x4C1B3C) is known color: Blackberry. HEX triplet: 4C, 1B and 3C. RGB value is (76,27,60). Sum of RGB (Red+Green+Blue) = 76+27+60=163 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.63% from 163); Green value is 27 (10.94% from 255 or 16.56% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 76 - color contains mainly: red. Hex color #4C1B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C1B3C is #B3E4C3. Grayscale: #2D2D2D. Windows color (decimal): -11789508 or 3939148. OLE color: 3939148.
HSL color Cylindrical-coordinate representation of color #4C1B3C: hue angle of 319.59º 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 #4C1B3C is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 27 | 60 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.70 |
| HSL | 319.59º | 0.48% | 0.2% | - |
| HSV(B) | 319.59º | 0.64% | 0.3% | - |
| XYZ | 4.19 | 2.65 | 4.57 | - |
| YUV | 45.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 27 | 60 | 0 | 0.64 | 0.21 | 0.70 | 319.59 | 0.48 | 0.2 |
| Hex | 4C | 1B | 3C | 0 | 40 | 15 | 46 | 140 | 30 | 14 |
| Octal | 114 | 33 | 74 | 0 | 100 | 25 | 106 | 500 | 60 | 24 |
| Binary | 1001100 | 11011 | 111100 | 0 | 1000000 | 10101 | 1000110 | 101000000 | 110000 | 10100 |
Color Harmonies of #4C1B3C
Complementary color
Monochromatic Colors of #4C1B3C
Black with #4C1B3C
Text Example
Text Example
White with #4C1B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C1B3C; }
p { color: rgb(76,27,60); }
H1.HeaderClassName
{
color: #4C1B3C;
}
.AnyTagClassName
{
color: #4C1B3C;
}
</style>
background-color css
<style>
a { background-color: #4C1B3C; }
a { background-color: rgb(76,27,60); }
div.DivClassName
{
background-color: #4C1B3C;
}
.BgClassName
{
background-color: #4C1B3C;
}
</style>
border-color css
<style>
span { border-color: #4C1B3C; }
span { border-color: rgb(76,27,60); }
td.TdClassName
{
border-color: #4C1B3C;
}
.TagClassName
{
border-color: #4C1B3C;
}
</style>