Shades of Blackberry #4B0223
Tints of Blackberry #4B0223
RGB
CMYK
RGB Variations
Color information
#4B0223 (or 0x4B0223) is known color: Blackberry. HEX triplet: 4B, 02 and 23. RGB value is (75,2,35). Sum of RGB (Red+Green+Blue) = 75+2+35=112 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.96% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 35 (14.06% from 255 or 31.25% from 112); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0223 is #B4FDDC. Grayscale: #1B1B1B. Windows color (decimal): -11861469 or 2294347. OLE color: 2294347.
HSL color Cylindrical-coordinate representation of color #4B0223: hue angle of 332.88º 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 #4B0223 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 2 | 35 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.71 |
| HSL | 332.88º | 0.95% | 0.15% | - |
| HSV(B) | 332.88º | 0.97% | 0.29% | - |
| XYZ | 3.23 | 1.66 | 1.74 | - |
| YUV | 27.59 | 132.18 | 161.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 2 | 35 | 0 | 0.97 | 0.53 | 0.71 | 332.88 | 0.95 | 0.15 |
| Hex | 4B | 2 | 23 | 0 | 61 | 35 | 47 | 14D | 5F | F |
| Octal | 113 | 2 | 43 | 0 | 141 | 65 | 107 | 515 | 137 | 17 |
| Binary | 1001011 | 10 | 100011 | 0 | 1100001 | 110101 | 1000111 | 101001101 | 1011111 | 1111 |
Color Harmonies of #4B0223
Complementary color
Monochromatic Colors of #4B0223
Black with #4B0223
Text Example
Text Example
White with #4B0223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0223; }
p { color: rgb(75,2,35); }
H1.HeaderClassName
{
color: #4B0223;
}
.AnyTagClassName
{
color: #4B0223;
}
</style>
background-color css
<style>
a { background-color: #4B0223; }
a { background-color: rgb(75,2,35); }
div.DivClassName
{
background-color: #4B0223;
}
.BgClassName
{
background-color: #4B0223;
}
</style>
border-color css
<style>
span { border-color: #4B0223; }
span { border-color: rgb(75,2,35); }
td.TdClassName
{
border-color: #4B0223;
}
.TagClassName
{
border-color: #4B0223;
}
</style>