Shades of Blackberry #4B153B
Tints of Blackberry #4B153B
RGB
CMYK
RGB Variations
Color information
#4B153B (or 0x4B153B) is known color: Blackberry. HEX triplet: 4B, 15 and 3B. RGB value is (75,21,59). Sum of RGB (Red+Green+Blue) = 75+21+59=155 (20% of max value = 765). Red value is 75 (29.69% from 255 or 48.39% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 75 - color contains mainly: red. Hex color #4B153B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B153B is #B4EAC4. Grayscale: #292929. Windows color (decimal): -11856581 or 3872075. OLE color: 3872075.
HSL color Cylindrical-coordinate representation of color #4B153B: hue angle of 317.78º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B153B is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 21 | 59 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.71 |
| HSL | 317.78º | 0.56% | 0.19% | - |
| HSV(B) | 317.78º | 0.72% | 0.29% | - |
| XYZ | 3.96 | 2.35 | 4.38 | - |
| YUV | 41.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 59 | 0 | 0.72 | 0.21 | 0.71 | 317.78 | 0.56 | 0.19 |
| Hex | 4B | 15 | 3B | 0 | 48 | 15 | 47 | 13E | 38 | 13 |
| Octal | 113 | 25 | 73 | 0 | 110 | 25 | 107 | 476 | 70 | 23 |
| Binary | 1001011 | 10101 | 111011 | 0 | 1001000 | 10101 | 1000111 | 100111110 | 111000 | 10011 |
Color Harmonies of #4B153B
Complementary color
Monochromatic Colors of #4B153B
Black with #4B153B
Text Example
Text Example
White with #4B153B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B153B; }
p { color: rgb(75,21,59); }
H1.HeaderClassName
{
color: #4B153B;
}
.AnyTagClassName
{
color: #4B153B;
}
</style>
background-color css
<style>
a { background-color: #4B153B; }
a { background-color: rgb(75,21,59); }
div.DivClassName
{
background-color: #4B153B;
}
.BgClassName
{
background-color: #4B153B;
}
</style>
border-color css
<style>
span { border-color: #4B153B; }
span { border-color: rgb(75,21,59); }
td.TdClassName
{
border-color: #4B153B;
}
.TagClassName
{
border-color: #4B153B;
}
</style>