Shades of Blackberry #4B042D
Tints of Blackberry #4B042D
RGB
CMYK
RGB Variations
Color information
#4B042D (or 0x4B042D) is known color: Blackberry. HEX triplet: 4B, 04 and 2D. RGB value is (75,4,45). Sum of RGB (Red+Green+Blue) = 75+4+45=124 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.48% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 75 - color contains mainly: red. Hex color #4B042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B042D is #B4FBD2. Grayscale: #1D1D1D. Windows color (decimal): -11860947 or 2950219. OLE color: 2950219.
HSL color Cylindrical-coordinate representation of color #4B042D: hue angle of 325.35º 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 #4B042D is Cyan = 0, Magento = 0.95, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 4 | 45 | - |
| CMYK | 0 | 0.95 | 0.40 | 0.71 |
| HSL | 325.35º | 0.9% | 0.15% | - |
| HSV(B) | 325.35º | 0.95% | 0.29% | - |
| XYZ | 3.42 | 1.77 | 2.64 | - |
| YUV | 29.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 4 | 45 | 0 | 0.95 | 0.40 | 0.71 | 325.35 | 0.9 | 0.15 |
| Hex | 4B | 4 | 2D | 0 | 5F | 28 | 47 | 145 | 5A | F |
| Octal | 113 | 4 | 55 | 0 | 137 | 50 | 107 | 505 | 132 | 17 |
| Binary | 1001011 | 100 | 101101 | 0 | 1011111 | 101000 | 1000111 | 101000101 | 1011010 | 1111 |
Color Harmonies of #4B042D
Complementary color
Monochromatic Colors of #4B042D
Black with #4B042D
Text Example
Text Example
White with #4B042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B042D; }
p { color: rgb(75,4,45); }
H1.HeaderClassName
{
color: #4B042D;
}
.AnyTagClassName
{
color: #4B042D;
}
</style>
background-color css
<style>
a { background-color: #4B042D; }
a { background-color: rgb(75,4,45); }
div.DivClassName
{
background-color: #4B042D;
}
.BgClassName
{
background-color: #4B042D;
}
</style>
border-color css
<style>
span { border-color: #4B042D; }
span { border-color: rgb(75,4,45); }
td.TdClassName
{
border-color: #4B042D;
}
.TagClassName
{
border-color: #4B042D;
}
</style>