Shades of Blackberry #4B113E
Tints of Blackberry #4B113E
RGB
CMYK
RGB Variations
Color information
#4B113E (or 0x4B113E) is known color: Blackberry. HEX triplet: 4B, 11 and 3E. RGB value is (75,17,62). Sum of RGB (Red+Green+Blue) = 75+17+62=154 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.70% from 154); Green value is 17 (7.03% from 255 or 11.04% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 75 - color contains mainly: red. Hex color #4B113E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B113E is #B4EEC1. Grayscale: #272727. Windows color (decimal): -11857602 or 4067659. OLE color: 4067659.
HSL color Cylindrical-coordinate representation of color #4B113E: hue angle of 313.45º degrees, saturation: 0.63, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B113E is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 17 | 62 | - |
| CMYK | 0 | 0.77 | 0.17 | 0.71 |
| HSL | 313.45º | 0.63% | 0.18% | - |
| HSV(B) | 313.45º | 0.77% | 0.29% | - |
| XYZ | 3.97 | 2.24 | 4.78 | - |
| YUV | 39.47 | 140.72 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 62 | 0 | 0.77 | 0.17 | 0.71 | 313.45 | 0.63 | 0.18 |
| Hex | 4B | 11 | 3E | 0 | 4D | 11 | 47 | 139 | 3F | 12 |
| Octal | 113 | 21 | 76 | 0 | 115 | 21 | 107 | 471 | 77 | 22 |
| Binary | 1001011 | 10001 | 111110 | 0 | 1001101 | 10001 | 1000111 | 100111001 | 111111 | 10010 |
Color Harmonies of #4B113E
Complementary color
Monochromatic Colors of #4B113E
Black with #4B113E
Text Example
Text Example
White with #4B113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B113E; }
p { color: rgb(75,17,62); }
H1.HeaderClassName
{
color: #4B113E;
}
.AnyTagClassName
{
color: #4B113E;
}
</style>
background-color css
<style>
a { background-color: #4B113E; }
a { background-color: rgb(75,17,62); }
div.DivClassName
{
background-color: #4B113E;
}
.BgClassName
{
background-color: #4B113E;
}
</style>
border-color css
<style>
span { border-color: #4B113E; }
span { border-color: rgb(75,17,62); }
td.TdClassName
{
border-color: #4B113E;
}
.TagClassName
{
border-color: #4B113E;
}
</style>