Shades of Blackberry #4B1036
Tints of Blackberry #4B1036
RGB
CMYK
RGB Variations
Color information
#4B1036 (or 0x4B1036) is known color: Blackberry. HEX triplet: 4B, 10 and 36. RGB value is (75,16,54). Sum of RGB (Red+Green+Blue) = 75+16+54=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1036 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1036 is #B4EFC9. Grayscale: #252525. Windows color (decimal): -11857866 or 3543115. OLE color: 3543115.
HSL color Cylindrical-coordinate representation of color #4B1036: hue angle of 321.36º 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 #4B1036 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 16 | 54 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.71 |
| HSL | 321.36º | 0.65% | 0.18% | - |
| HSV(B) | 321.36º | 0.79% | 0.29% | - |
| XYZ | 3.75 | 2.13 | 3.7 | - |
| YUV | 37.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 16 | 54 | 0 | 0.79 | 0.28 | 0.71 | 321.36 | 0.65 | 0.18 |
| Hex | 4B | 10 | 36 | 0 | 4F | 1C | 47 | 141 | 41 | 12 |
| Octal | 113 | 20 | 66 | 0 | 117 | 34 | 107 | 501 | 101 | 22 |
| Binary | 1001011 | 10000 | 110110 | 0 | 1001111 | 11100 | 1000111 | 101000001 | 1000001 | 10010 |
Color Harmonies of #4B1036
Complementary color
Monochromatic Colors of #4B1036
Black with #4B1036
Text Example
Text Example
White with #4B1036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1036; }
p { color: rgb(75,16,54); }
H1.HeaderClassName
{
color: #4B1036;
}
.AnyTagClassName
{
color: #4B1036;
}
</style>
background-color css
<style>
a { background-color: #4B1036; }
a { background-color: rgb(75,16,54); }
div.DivClassName
{
background-color: #4B1036;
}
.BgClassName
{
background-color: #4B1036;
}
</style>
border-color css
<style>
span { border-color: #4B1036; }
span { border-color: rgb(75,16,54); }
td.TdClassName
{
border-color: #4B1036;
}
.TagClassName
{
border-color: #4B1036;
}
</style>