Shades of Blackberry #4B132F
Tints of Blackberry #4B132F
RGB
CMYK
RGB Variations
Color information
#4B132F (or 0x4B132F) is known color: Blackberry. HEX triplet: 4B, 13 and 2F. RGB value is (75,19,47). Sum of RGB (Red+Green+Blue) = 75+19+47=141 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.19% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 75 - color contains mainly: red. Hex color #4B132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B132F is #B4ECD0. Grayscale: #262626. Windows color (decimal): -11857105 or 3085131. OLE color: 3085131.
HSL color Cylindrical-coordinate representation of color #4B132F: hue angle of 330º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B132F is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 19 | 47 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.71 |
| HSL | 330º | 0.6% | 0.18% | - |
| HSV(B) | 330º | 0.75% | 0.29% | - |
| XYZ | 3.65 | 2.17 | 2.92 | - |
| YUV | 38.94 | 132.55 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 19 | 47 | 0 | 0.75 | 0.37 | 0.71 | 330 | 0.6 | 0.18 |
| Hex | 4B | 13 | 2F | 0 | 4B | 25 | 47 | 14A | 3C | 12 |
| Octal | 113 | 23 | 57 | 0 | 113 | 45 | 107 | 512 | 74 | 22 |
| Binary | 1001011 | 10011 | 101111 | 0 | 1001011 | 100101 | 1000111 | 101001010 | 111100 | 10010 |
Color Harmonies of #4B132F
Complementary color
Monochromatic Colors of #4B132F
Black with #4B132F
Text Example
Text Example
White with #4B132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B132F; }
p { color: rgb(75,19,47); }
H1.HeaderClassName
{
color: #4B132F;
}
.AnyTagClassName
{
color: #4B132F;
}
</style>
background-color css
<style>
a { background-color: #4B132F; }
a { background-color: rgb(75,19,47); }
div.DivClassName
{
background-color: #4B132F;
}
.BgClassName
{
background-color: #4B132F;
}
</style>
border-color css
<style>
span { border-color: #4B132F; }
span { border-color: rgb(75,19,47); }
td.TdClassName
{
border-color: #4B132F;
}
.TagClassName
{
border-color: #4B132F;
}
</style>