Shades of Blackberry #4C0933
Tints of Blackberry #4C0933
RGB
CMYK
RGB Variations
Color information
#4C0933 (or 0x4C0933) is known color: Blackberry. HEX triplet: 4C, 09 and 33. RGB value is (76,9,51). Sum of RGB (Red+Green+Blue) = 76+9+51=136 (18% of max value = 765). Red value is 76 (30.08% from 255 or 55.88% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 51 (20.31% from 255 or 37.5% from 136); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0933 is #B3F6CC. Grayscale: #212121. Windows color (decimal): -11794125 or 3344716. OLE color: 3344716.
HSL color Cylindrical-coordinate representation of color #4C0933: hue angle of 322.39º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4C0933 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 9 | 51 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.70 |
| HSL | 322.39º | 0.79% | 0.17% | - |
| HSV(B) | 322.39º | 0.88% | 0.3% | - |
| XYZ | 3.68 | 1.97 | 3.32 | - |
| YUV | 33.82 | 137.7 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 9 | 51 | 0 | 0.88 | 0.33 | 0.70 | 322.39 | 0.79 | 0.17 |
| Hex | 4C | 9 | 33 | 0 | 58 | 21 | 46 | 142 | 4F | 11 |
| Octal | 114 | 11 | 63 | 0 | 130 | 41 | 106 | 502 | 117 | 21 |
| Binary | 1001100 | 1001 | 110011 | 0 | 1011000 | 100001 | 1000110 | 101000010 | 1001111 | 10001 |
Color Harmonies of #4C0933
Complementary color
Monochromatic Colors of #4C0933
Black with #4C0933
Text Example
Text Example
White with #4C0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0933; }
p { color: rgb(76,9,51); }
H1.HeaderClassName
{
color: #4C0933;
}
.AnyTagClassName
{
color: #4C0933;
}
</style>
background-color css
<style>
a { background-color: #4C0933; }
a { background-color: rgb(76,9,51); }
div.DivClassName
{
background-color: #4C0933;
}
.BgClassName
{
background-color: #4C0933;
}
</style>
border-color css
<style>
span { border-color: #4C0933; }
span { border-color: rgb(76,9,51); }
td.TdClassName
{
border-color: #4C0933;
}
.TagClassName
{
border-color: #4C0933;
}
</style>