Shades of Blackberry #4F103B
Tints of Blackberry #4F103B
RGB
CMYK
RGB Variations
Color information
#4F103B (or 0x4F103B) is known color: Blackberry. HEX triplet: 4F, 10 and 3B. RGB value is (79,16,59). Sum of RGB (Red+Green+Blue) = 79+16+59=154 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.30% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 59 (23.44% from 255 or 38.31% from 154); Max value from RGB is 79 - color contains mainly: red. Hex color #4F103B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F103B is #B0EFC4. Grayscale: #272727. Windows color (decimal): -11595717 or 3870799. OLE color: 3870799.
HSL color Cylindrical-coordinate representation of color #4F103B: hue angle of 319.05º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F103B is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 16 | 59 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.69 |
| HSL | 319.05º | 0.66% | 0.19% | - |
| HSV(B) | 319.05º | 0.8% | 0.31% | - |
| XYZ | 4.2 | 2.35 | 4.37 | - |
| YUV | 39.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 59 | 0 | 0.80 | 0.25 | 0.69 | 319.05 | 0.66 | 0.19 |
| Hex | 4F | 10 | 3B | 0 | 50 | 19 | 45 | 13F | 42 | 13 |
| Octal | 117 | 20 | 73 | 0 | 120 | 31 | 105 | 477 | 102 | 23 |
| Binary | 1001111 | 10000 | 111011 | 0 | 1010000 | 11001 | 1000101 | 100111111 | 1000010 | 10011 |
Color Harmonies of #4F103B
Complementary color
Monochromatic Colors of #4F103B
Black with #4F103B
Text Example
Text Example
White with #4F103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F103B; }
p { color: rgb(79,16,59); }
H1.HeaderClassName
{
color: #4F103B;
}
.AnyTagClassName
{
color: #4F103B;
}
</style>
background-color css
<style>
a { background-color: #4F103B; }
a { background-color: rgb(79,16,59); }
div.DivClassName
{
background-color: #4F103B;
}
.BgClassName
{
background-color: #4F103B;
}
</style>
border-color css
<style>
span { border-color: #4F103B; }
span { border-color: rgb(79,16,59); }
td.TdClassName
{
border-color: #4F103B;
}
.TagClassName
{
border-color: #4F103B;
}
</style>