Shades of Blackberry #4B0230
Tints of Blackberry #4B0230
RGB
CMYK
RGB Variations
Color information
#4B0230 (or 0x4B0230) is known color: Blackberry. HEX triplet: 4B, 02 and 30. RGB value is (75,2,48). Sum of RGB (Red+Green+Blue) = 75+2+48=125 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0230 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0230 is #B4FDCF. Grayscale: #1C1C1C. Windows color (decimal): -11861456 or 3146315. OLE color: 3146315.
HSL color Cylindrical-coordinate representation of color #4B0230: hue angle of 322.19º 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 #4B0230 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 2 | 48 | - |
| CMYK | 0 | 0.97 | 0.36 | 0.71 |
| HSL | 322.19º | 0.95% | 0.15% | - |
| HSV(B) | 322.19º | 0.97% | 0.29% | - |
| XYZ | 3.46 | 1.75 | 2.95 | - |
| YUV | 29.07 | 138.68 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 48 | 0 | 0.97 | 0.36 | 0.71 | 322.19 | 0.95 | 0.15 |
| Hex | 4B | 2 | 30 | 0 | 61 | 24 | 47 | 142 | 5F | F |
| Octal | 113 | 2 | 60 | 0 | 141 | 44 | 107 | 502 | 137 | 17 |
| Binary | 1001011 | 10 | 110000 | 0 | 1100001 | 100100 | 1000111 | 101000010 | 1011111 | 1111 |
Color Harmonies of #4B0230
Complementary color
Monochromatic Colors of #4B0230
Black with #4B0230
Text Example
Text Example
White with #4B0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0230; }
p { color: rgb(75,2,48); }
H1.HeaderClassName
{
color: #4B0230;
}
.AnyTagClassName
{
color: #4B0230;
}
</style>
background-color css
<style>
a { background-color: #4B0230; }
a { background-color: rgb(75,2,48); }
div.DivClassName
{
background-color: #4B0230;
}
.BgClassName
{
background-color: #4B0230;
}
</style>
border-color css
<style>
span { border-color: #4B0230; }
span { border-color: rgb(75,2,48); }
td.TdClassName
{
border-color: #4B0230;
}
.TagClassName
{
border-color: #4B0230;
}
</style>