Shades of Blackberry #4B0225
Tints of Blackberry #4B0225
RGB
CMYK
RGB Variations
Color information
#4B0225 (or 0x4B0225) is known color: Blackberry. HEX triplet: 4B, 02 and 25. RGB value is (75,2,37). Sum of RGB (Red+Green+Blue) = 75+2+37=114 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.79% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 37 (14.84% from 255 or 32.46% from 114); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0225 is #B4FDDA. Grayscale: #1B1B1B. Windows color (decimal): -11861467 or 2425419. OLE color: 2425419.
HSL color Cylindrical-coordinate representation of color #4B0225: hue angle of 331.23º 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 #4B0225 is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 2 | 37 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.71 |
| HSL | 331.23º | 0.95% | 0.15% | - |
| HSV(B) | 331.23º | 0.97% | 0.29% | - |
| XYZ | 3.26 | 1.67 | 1.9 | - |
| YUV | 27.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 37 | 0 | 0.97 | 0.51 | 0.71 | 331.23 | 0.95 | 0.15 |
| Hex | 4B | 2 | 25 | 0 | 61 | 33 | 47 | 14B | 5F | F |
| Octal | 113 | 2 | 45 | 0 | 141 | 63 | 107 | 513 | 137 | 17 |
| Binary | 1001011 | 10 | 100101 | 0 | 1100001 | 110011 | 1000111 | 101001011 | 1011111 | 1111 |
Color Harmonies of #4B0225
Complementary color
Monochromatic Colors of #4B0225
Black with #4B0225
Text Example
Text Example
White with #4B0225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0225; }
p { color: rgb(75,2,37); }
H1.HeaderClassName
{
color: #4B0225;
}
.AnyTagClassName
{
color: #4B0225;
}
</style>
background-color css
<style>
a { background-color: #4B0225; }
a { background-color: rgb(75,2,37); }
div.DivClassName
{
background-color: #4B0225;
}
.BgClassName
{
background-color: #4B0225;
}
</style>
border-color css
<style>
span { border-color: #4B0225; }
span { border-color: rgb(75,2,37); }
td.TdClassName
{
border-color: #4B0225;
}
.TagClassName
{
border-color: #4B0225;
}
</style>