Shades of Blackberry #4B0235
Tints of Blackberry #4B0235
RGB
CMYK
RGB Variations
Color information
#4B0235 (or 0x4B0235) is known color: Blackberry. HEX triplet: 4B, 02 and 35. RGB value is (75,2,53). Sum of RGB (Red+Green+Blue) = 75+2+53=130 (17% of max value = 765). Red value is 75 (29.69% from 255 or 57.69% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0235 is #B4FDCA. Grayscale: #1D1D1D. Windows color (decimal): -11861451 or 3473995. OLE color: 3473995.
HSL color Cylindrical-coordinate representation of color #4B0235: hue angle of 318.08º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4B0235 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 2 | 53 | - |
| CMYK | 0 | 0.97 | 0.29 | 0.71 |
| HSL | 318.08º | 0.95% | 0.15% | - |
| HSV(B) | 318.08º | 0.97% | 0.29% | - |
| XYZ | 3.57 | 1.8 | 3.53 | - |
| YUV | 29.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 53 | 0 | 0.97 | 0.29 | 0.71 | 318.08 | 0.95 | 0.15 |
| Hex | 4B | 2 | 35 | 0 | 61 | 1D | 47 | 13E | 5F | F |
| Octal | 113 | 2 | 65 | 0 | 141 | 35 | 107 | 476 | 137 | 17 |
| Binary | 1001011 | 10 | 110101 | 0 | 1100001 | 11101 | 1000111 | 100111110 | 1011111 | 1111 |
Color Harmonies of #4B0235
Complementary color
Monochromatic Colors of #4B0235
Black with #4B0235
Text Example
Text Example
White with #4B0235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0235; }
p { color: rgb(75,2,53); }
H1.HeaderClassName
{
color: #4B0235;
}
.AnyTagClassName
{
color: #4B0235;
}
</style>
background-color css
<style>
a { background-color: #4B0235; }
a { background-color: rgb(75,2,53); }
div.DivClassName
{
background-color: #4B0235;
}
.BgClassName
{
background-color: #4B0235;
}
</style>
border-color css
<style>
span { border-color: #4B0235; }
span { border-color: rgb(75,2,53); }
td.TdClassName
{
border-color: #4B0235;
}
.TagClassName
{
border-color: #4B0235;
}
</style>