Shades of Blackberry #4F193A
Tints of Blackberry #4F193A
RGB
CMYK
RGB Variations
Color information
#4F193A (or 0x4F193A) is known color: Blackberry. HEX triplet: 4F, 19 and 3A. RGB value is (79,25,58). Sum of RGB (Red+Green+Blue) = 79+25+58=162 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.77% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 58 (23.05% from 255 or 35.80% from 162); Max value from RGB is 79 - color contains mainly: red. Hex color #4F193A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F193A is #B0E6C5. Grayscale: #2C2C2C. Windows color (decimal): -11593414 or 3807567. OLE color: 3807567.
HSL color Cylindrical-coordinate representation of color #4F193A: hue angle of 323.33º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F193A is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 25 | 58 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.69 |
| HSL | 323.33º | 0.52% | 0.2% | - |
| HSV(B) | 323.33º | 0.68% | 0.31% | - |
| XYZ | 4.34 | 2.66 | 4.29 | - |
| YUV | 44.91 | 135.39 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 25 | 58 | 0 | 0.68 | 0.27 | 0.69 | 323.33 | 0.52 | 0.2 |
| Hex | 4F | 19 | 3A | 0 | 44 | 1B | 45 | 143 | 34 | 14 |
| Octal | 117 | 31 | 72 | 0 | 104 | 33 | 105 | 503 | 64 | 24 |
| Binary | 1001111 | 11001 | 111010 | 0 | 1000100 | 11011 | 1000101 | 101000011 | 110100 | 10100 |
Color Harmonies of #4F193A
Complementary color
Monochromatic Colors of #4F193A
Black with #4F193A
Text Example
Text Example
White with #4F193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F193A; }
p { color: rgb(79,25,58); }
H1.HeaderClassName
{
color: #4F193A;
}
.AnyTagClassName
{
color: #4F193A;
}
</style>
background-color css
<style>
a { background-color: #4F193A; }
a { background-color: rgb(79,25,58); }
div.DivClassName
{
background-color: #4F193A;
}
.BgClassName
{
background-color: #4F193A;
}
</style>
border-color css
<style>
span { border-color: #4F193A; }
span { border-color: rgb(79,25,58); }
td.TdClassName
{
border-color: #4F193A;
}
.TagClassName
{
border-color: #4F193A;
}
</style>