Shades of Blackberry #4B0933
Tints of Blackberry #4B0933
RGB
CMYK
RGB Variations
Color information
#4B0933 (or 0x4B0933) is known color: Blackberry. HEX triplet: 4B, 09 and 33. RGB value is (75,9,51). Sum of RGB (Red+Green+Blue) = 75+9+51=135 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.56% from 135); Green value is 9 (3.91% from 255 or 6.67% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0933 is #B4F6CC. Grayscale: #212121. Windows color (decimal): -11859661 or 3344715. OLE color: 3344715.
HSL color Cylindrical-coordinate representation of color #4B0933: hue angle of 321.82º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4B0933 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 9 | 51 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.71 |
| HSL | 321.82º | 0.79% | 0.16% | - |
| HSV(B) | 321.82º | 0.88% | 0.29% | - |
| XYZ | 3.6 | 1.93 | 3.31 | - |
| YUV | 33.52 | 137.87 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 9 | 51 | 0 | 0.88 | 0.32 | 0.71 | 321.82 | 0.79 | 0.16 |
| Hex | 4B | 9 | 33 | 0 | 58 | 20 | 47 | 142 | 4F | 10 |
| Octal | 113 | 11 | 63 | 0 | 130 | 40 | 107 | 502 | 117 | 20 |
| Binary | 1001011 | 1001 | 110011 | 0 | 1011000 | 100000 | 1000111 | 101000010 | 1001111 | 10000 |
Color Harmonies of #4B0933
Complementary color
Monochromatic Colors of #4B0933
Black with #4B0933
Text Example
Text Example
White with #4B0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0933; }
p { color: rgb(75,9,51); }
H1.HeaderClassName
{
color: #4B0933;
}
.AnyTagClassName
{
color: #4B0933;
}
</style>
background-color css
<style>
a { background-color: #4B0933; }
a { background-color: rgb(75,9,51); }
div.DivClassName
{
background-color: #4B0933;
}
.BgClassName
{
background-color: #4B0933;
}
</style>
border-color css
<style>
span { border-color: #4B0933; }
span { border-color: rgb(75,9,51); }
td.TdClassName
{
border-color: #4B0933;
}
.TagClassName
{
border-color: #4B0933;
}
</style>