Shades of Blackberry #4B1035
Tints of Blackberry #4B1035
RGB
CMYK
RGB Variations
Color information
#4B1035 (or 0x4B1035) is known color: Blackberry. HEX triplet: 4B, 10 and 35. RGB value is (75,16,53). Sum of RGB (Red+Green+Blue) = 75+16+53=144 (19% of max value = 765). Red value is 75 (29.69% from 255 or 52.08% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 53 (21.09% from 255 or 36.81% from 144); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1035 is #B4EFCA. Grayscale: #252525. Windows color (decimal): -11857867 or 3477579. OLE color: 3477579.
HSL color Cylindrical-coordinate representation of color #4B1035: hue angle of 322.37º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B1035 is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 16 | 53 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.71 |
| HSL | 322.37º | 0.65% | 0.18% | - |
| HSV(B) | 322.37º | 0.79% | 0.29% | - |
| XYZ | 3.73 | 2.12 | 3.58 | - |
| YUV | 37.86 | 136.55 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 53 | 0 | 0.79 | 0.29 | 0.71 | 322.37 | 0.65 | 0.18 |
| Hex | 4B | 10 | 35 | 0 | 4F | 1D | 47 | 142 | 41 | 12 |
| Octal | 113 | 20 | 65 | 0 | 117 | 35 | 107 | 502 | 101 | 22 |
| Binary | 1001011 | 10000 | 110101 | 0 | 1001111 | 11101 | 1000111 | 101000010 | 1000001 | 10010 |
Color Harmonies of #4B1035
Complementary color
Monochromatic Colors of #4B1035
Black with #4B1035
Text Example
Text Example
White with #4B1035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1035; }
p { color: rgb(75,16,53); }
H1.HeaderClassName
{
color: #4B1035;
}
.AnyTagClassName
{
color: #4B1035;
}
</style>
background-color css
<style>
a { background-color: #4B1035; }
a { background-color: rgb(75,16,53); }
div.DivClassName
{
background-color: #4B1035;
}
.BgClassName
{
background-color: #4B1035;
}
</style>
border-color css
<style>
span { border-color: #4B1035; }
span { border-color: rgb(75,16,53); }
td.TdClassName
{
border-color: #4B1035;
}
.TagClassName
{
border-color: #4B1035;
}
</style>