Shades of Blackberry #4B0424
Tints of Blackberry #4B0424
RGB
CMYK
RGB Variations
Color information
#4B0424 (or 0x4B0424) is known color: Blackberry. HEX triplet: 4B, 04 and 24. RGB value is (75,4,36). Sum of RGB (Red+Green+Blue) = 75+4+36=115 (15% of max value = 765). Red value is 75 (29.69% from 255 or 65.22% from 115); Green value is 4 (1.95% from 255 or 3.48% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0424 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0424 is #B4FBDB. Grayscale: #1C1C1C. Windows color (decimal): -11860956 or 2360395. OLE color: 2360395.
HSL color Cylindrical-coordinate representation of color #4B0424: hue angle of 332.96º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B0424 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 4 | 36 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.71 |
| HSL | 332.96º | 0.9% | 0.15% | - |
| HSV(B) | 332.96º | 0.95% | 0.29% | - |
| XYZ | 3.26 | 1.71 | 1.83 | - |
| YUV | 28.88 | 132.02 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 36 | 0 | 0.95 | 0.52 | 0.71 | 332.96 | 0.9 | 0.15 |
| Hex | 4B | 4 | 24 | 0 | 5F | 34 | 47 | 14D | 5A | F |
| Octal | 113 | 4 | 44 | 0 | 137 | 64 | 107 | 515 | 132 | 17 |
| Binary | 1001011 | 100 | 100100 | 0 | 1011111 | 110100 | 1000111 | 101001101 | 1011010 | 1111 |
Color Harmonies of #4B0424
Complementary color
Monochromatic Colors of #4B0424
Black with #4B0424
Text Example
Text Example
White with #4B0424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B0424; }
p { color: rgb(75,4,36); }
H1.HeaderClassName
{
color: #4B0424;
}
.AnyTagClassName
{
color: #4B0424;
}
</style>
background-color css
<style>
a { background-color: #4B0424; }
a { background-color: rgb(75,4,36); }
div.DivClassName
{
background-color: #4B0424;
}
.BgClassName
{
background-color: #4B0424;
}
</style>
border-color css
<style>
span { border-color: #4B0424; }
span { border-color: rgb(75,4,36); }
td.TdClassName
{
border-color: #4B0424;
}
.TagClassName
{
border-color: #4B0424;
}
</style>