Shades of Blackberry #4C183C
Tints of Blackberry #4C183C
RGB
CMYK
RGB Variations
Color information
#4C183C (or 0x4C183C) is known color: Blackberry. HEX triplet: 4C, 18 and 3C. RGB value is (76,24,60). Sum of RGB (Red+Green+Blue) = 76+24+60=160 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.5% from 160); Green value is 24 (9.77% from 255 or 15% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 76 - color contains mainly: red. Hex color #4C183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C183C is #B3E7C3. Grayscale: #2B2B2B. Windows color (decimal): -11790276 or 3938380. OLE color: 3938380.
HSL color Cylindrical-coordinate representation of color #4C183C: hue angle of 318.46º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4C183C is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 24 | 60 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.70 |
| HSL | 318.46º | 0.52% | 0.2% | - |
| HSV(B) | 318.46º | 0.68% | 0.3% | - |
| XYZ | 4.12 | 2.52 | 4.54 | - |
| YUV | 43.65 | 137.23 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 24 | 60 | 0 | 0.68 | 0.21 | 0.70 | 318.46 | 0.52 | 0.2 |
| Hex | 4C | 18 | 3C | 0 | 44 | 15 | 46 | 13E | 34 | 14 |
| Octal | 114 | 30 | 74 | 0 | 104 | 25 | 106 | 476 | 64 | 24 |
| Binary | 1001100 | 11000 | 111100 | 0 | 1000100 | 10101 | 1000110 | 100111110 | 110100 | 10100 |
Color Harmonies of #4C183C
Complementary color
Monochromatic Colors of #4C183C
Black with #4C183C
Text Example
Text Example
White with #4C183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C183C; }
p { color: rgb(76,24,60); }
H1.HeaderClassName
{
color: #4C183C;
}
.AnyTagClassName
{
color: #4C183C;
}
</style>
background-color css
<style>
a { background-color: #4C183C; }
a { background-color: rgb(76,24,60); }
div.DivClassName
{
background-color: #4C183C;
}
.BgClassName
{
background-color: #4C183C;
}
</style>
border-color css
<style>
span { border-color: #4C183C; }
span { border-color: rgb(76,24,60); }
td.TdClassName
{
border-color: #4C183C;
}
.TagClassName
{
border-color: #4C183C;
}
</style>