Shades of Blackberry #4C193B
Tints of Blackberry #4C193B
RGB
CMYK
RGB Variations
Color information
#4C193B (or 0x4C193B) is known color: Blackberry. HEX triplet: 4C, 19 and 3B. RGB value is (76,25,59). Sum of RGB (Red+Green+Blue) = 76+25+59=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 59 (23.44% from 255 or 36.88% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C193B is #B3E6C4. Grayscale: #2C2C2C. Windows color (decimal): -11790021 or 3873100. OLE color: 3873100.
HSL color Cylindrical-coordinate representation of color #4C193B: hue angle of 320º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C193B is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 59 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.70 |
| HSL | 320º | 0.5% | 0.2% | - |
| HSV(B) | 320º | 0.67% | 0.3% | - |
| XYZ | 4.12 | 2.55 | 4.41 | - |
| YUV | 44.13 | 136.4 | 150.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 59 | 0 | 0.67 | 0.22 | 0.70 | 320 | 0.5 | 0.2 |
| Hex | 4C | 19 | 3B | 0 | 43 | 16 | 46 | 140 | 32 | 14 |
| Octal | 114 | 31 | 73 | 0 | 103 | 26 | 106 | 500 | 62 | 24 |
| Binary | 1001100 | 11001 | 111011 | 0 | 1000011 | 10110 | 1000110 | 101000000 | 110010 | 10100 |
Color Harmonies of #4C193B
Complementary color
Monochromatic Colors of #4C193B
Black with #4C193B
Text Example
Text Example
White with #4C193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C193B; }
p { color: rgb(76,25,59); }
H1.HeaderClassName
{
color: #4C193B;
}
.AnyTagClassName
{
color: #4C193B;
}
</style>
background-color css
<style>
a { background-color: #4C193B; }
a { background-color: rgb(76,25,59); }
div.DivClassName
{
background-color: #4C193B;
}
.BgClassName
{
background-color: #4C193B;
}
</style>
border-color css
<style>
span { border-color: #4C193B; }
span { border-color: rgb(76,25,59); }
td.TdClassName
{
border-color: #4C193B;
}
.TagClassName
{
border-color: #4C193B;
}
</style>