Shades of Blackberry #4B112C
Tints of Blackberry #4B112C
RGB
CMYK
RGB Variations
Color information
#4B112C (or 0x4B112C) is known color: Blackberry. HEX triplet: 4B, 11 and 2C. RGB value is (75,17,44). Sum of RGB (Red+Green+Blue) = 75+17+44=136 (18% of max value = 765). Red value is 75 (29.69% from 255 or 55.15% from 136); Green value is 17 (7.03% from 255 or 12.5% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 75 - color contains mainly: red. Hex color #4B112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B112C is #B4EED3. Grayscale: #252525. Windows color (decimal): -11857620 or 2888011. OLE color: 2888011.
HSL color Cylindrical-coordinate representation of color #4B112C: hue angle of 332.07º 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 #4B112C is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 17 | 44 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.71 |
| HSL | 332.07º | 0.63% | 0.18% | - |
| HSV(B) | 332.07º | 0.77% | 0.29% | - |
| XYZ | 3.56 | 2.08 | 2.6 | - |
| YUV | 37.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 17 | 44 | 0 | 0.77 | 0.41 | 0.71 | 332.07 | 0.63 | 0.18 |
| Hex | 4B | 11 | 2C | 0 | 4D | 29 | 47 | 14C | 3F | 12 |
| Octal | 113 | 21 | 54 | 0 | 115 | 51 | 107 | 514 | 77 | 22 |
| Binary | 1001011 | 10001 | 101100 | 0 | 1001101 | 101001 | 1000111 | 101001100 | 111111 | 10010 |
Color Harmonies of #4B112C
Complementary color
Monochromatic Colors of #4B112C
Black with #4B112C
Text Example
Text Example
White with #4B112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B112C; }
p { color: rgb(75,17,44); }
H1.HeaderClassName
{
color: #4B112C;
}
.AnyTagClassName
{
color: #4B112C;
}
</style>
background-color css
<style>
a { background-color: #4B112C; }
a { background-color: rgb(75,17,44); }
div.DivClassName
{
background-color: #4B112C;
}
.BgClassName
{
background-color: #4B112C;
}
</style>
border-color css
<style>
span { border-color: #4B112C; }
span { border-color: rgb(75,17,44); }
td.TdClassName
{
border-color: #4B112C;
}
.TagClassName
{
border-color: #4B112C;
}
</style>