Shades of Blackberry #4B0135
Tints of Blackberry #4B0135
RGB
CMYK
RGB Variations
Color information
#4B0135 (or 0x4B0135) is known color: Blackberry. HEX triplet: 4B, 01 and 35. RGB value is (75,1,53). Sum of RGB (Red+Green+Blue) = 75+1+53=129 (17% of max value = 765). Red value is 75 (29.69% from 255 or 58.14% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0135 is #B4FECA. Grayscale: #1C1C1C. Windows color (decimal): -11861707 or 3473739. OLE color: 3473739.
HSL color Cylindrical-coordinate representation of color #4B0135: hue angle of 317.84º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4B0135 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 1 | 53 | - |
| CMYK | 0 | 0.99 | 0.29 | 0.71 |
| HSL | 317.84º | 0.97% | 0.15% | - |
| HSV(B) | 317.84º | 0.99% | 0.29% | - |
| XYZ | 3.56 | 1.77 | 3.52 | - |
| YUV | 29.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 1 | 53 | 0 | 0.99 | 0.29 | 0.71 | 317.84 | 0.97 | 0.15 |
| Hex | 4B | 1 | 35 | 0 | 63 | 1D | 47 | 13E | 61 | F |
| Octal | 113 | 1 | 65 | 0 | 143 | 35 | 107 | 476 | 141 | 17 |
| Binary | 1001011 | 1 | 110101 | 0 | 1100011 | 11101 | 1000111 | 100111110 | 1100001 | 1111 |
Color Harmonies of #4B0135
Complementary color
Monochromatic Colors of #4B0135
Black with #4B0135
Text Example
Text Example
White with #4B0135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0135; }
p { color: rgb(75,1,53); }
H1.HeaderClassName
{
color: #4B0135;
}
.AnyTagClassName
{
color: #4B0135;
}
</style>
background-color css
<style>
a { background-color: #4B0135; }
a { background-color: rgb(75,1,53); }
div.DivClassName
{
background-color: #4B0135;
}
.BgClassName
{
background-color: #4B0135;
}
</style>
border-color css
<style>
span { border-color: #4B0135; }
span { border-color: rgb(75,1,53); }
td.TdClassName
{
border-color: #4B0135;
}
.TagClassName
{
border-color: #4B0135;
}
</style>