Shades of Blackberry #4C193D
Tints of Blackberry #4C193D
RGB
CMYK
RGB Variations
Color information
#4C193D (or 0x4C193D) is known color: Blackberry. HEX triplet: 4C, 19 and 3D. RGB value is (76,25,61). Sum of RGB (Red+Green+Blue) = 76+25+61=162 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.91% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 76 - color contains mainly: red. Hex color #4C193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C193D is #B3E6C2. Grayscale: #2C2C2C. Windows color (decimal): -11790019 or 4004172. OLE color: 4004172.
HSL color Cylindrical-coordinate representation of color #4C193D: hue angle of 317.65º 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 #4C193D is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 25 | 61 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.70 |
| HSL | 317.65º | 0.5% | 0.2% | - |
| HSV(B) | 317.65º | 0.67% | 0.3% | - |
| XYZ | 4.17 | 2.57 | 4.69 | - |
| YUV | 44.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 25 | 61 | 0 | 0.67 | 0.20 | 0.70 | 317.65 | 0.5 | 0.2 |
| Hex | 4C | 19 | 3D | 0 | 43 | 14 | 46 | 13E | 32 | 14 |
| Octal | 114 | 31 | 75 | 0 | 103 | 24 | 106 | 476 | 62 | 24 |
| Binary | 1001100 | 11001 | 111101 | 0 | 1000011 | 10100 | 1000110 | 100111110 | 110010 | 10100 |
Color Harmonies of #4C193D
Complementary color
Monochromatic Colors of #4C193D
Black with #4C193D
Text Example
Text Example
White with #4C193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C193D; }
p { color: rgb(76,25,61); }
H1.HeaderClassName
{
color: #4C193D;
}
.AnyTagClassName
{
color: #4C193D;
}
</style>
background-color css
<style>
a { background-color: #4C193D; }
a { background-color: rgb(76,25,61); }
div.DivClassName
{
background-color: #4C193D;
}
.BgClassName
{
background-color: #4C193D;
}
</style>
border-color css
<style>
span { border-color: #4C193D; }
span { border-color: rgb(76,25,61); }
td.TdClassName
{
border-color: #4C193D;
}
.TagClassName
{
border-color: #4C193D;
}
</style>