Shades of Blackberry #4B1736
Tints of Blackberry #4B1736
RGB
CMYK
RGB Variations
Color information
#4B1736 (or 0x4B1736) is known color: Blackberry. HEX triplet: 4B, 17 and 36. RGB value is (75,23,54). Sum of RGB (Red+Green+Blue) = 75+23+54=152 (20% of max value = 765). Red value is 75 (29.69% from 255 or 49.34% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1736 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1736 is #B4E8C9. Grayscale: #2A2A2A. Windows color (decimal): -11856074 or 3544907. OLE color: 3544907.
HSL color Cylindrical-coordinate representation of color #4B1736: hue angle of 324.23º degrees, saturation: 0.53, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4B1736 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 23 | 54 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.71 |
| HSL | 324.23º | 0.53% | 0.19% | - |
| HSV(B) | 324.23º | 0.69% | 0.29% | - |
| XYZ | 3.87 | 2.37 | 3.74 | - |
| YUV | 42.08 | 134.73 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 54 | 0 | 0.69 | 0.28 | 0.71 | 324.23 | 0.53 | 0.19 |
| Hex | 4B | 17 | 36 | 0 | 45 | 1C | 47 | 144 | 35 | 13 |
| Octal | 113 | 27 | 66 | 0 | 105 | 34 | 107 | 504 | 65 | 23 |
| Binary | 1001011 | 10111 | 110110 | 0 | 1000101 | 11100 | 1000111 | 101000100 | 110101 | 10011 |
Color Harmonies of #4B1736
Complementary color
Monochromatic Colors of #4B1736
Black with #4B1736
Text Example
Text Example
White with #4B1736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1736; }
p { color: rgb(75,23,54); }
H1.HeaderClassName
{
color: #4B1736;
}
.AnyTagClassName
{
color: #4B1736;
}
</style>
background-color css
<style>
a { background-color: #4B1736; }
a { background-color: rgb(75,23,54); }
div.DivClassName
{
background-color: #4B1736;
}
.BgClassName
{
background-color: #4B1736;
}
</style>
border-color css
<style>
span { border-color: #4B1736; }
span { border-color: rgb(75,23,54); }
td.TdClassName
{
border-color: #4B1736;
}
.TagClassName
{
border-color: #4B1736;
}
</style>