Shades of Blackberry #4B182E
Tints of Blackberry #4B182E
RGB
CMYK
RGB Variations
Color information
#4B182E (or 0x4B182E) is known color: Blackberry. HEX triplet: 4B, 18 and 2E. RGB value is (75,24,46). Sum of RGB (Red+Green+Blue) = 75+24+46=145 (19% of max value = 765). Red value is 75 (29.69% from 255 or 51.72% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 75 - color contains mainly: red. Hex color #4B182E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B182E is #B4E7D1. Grayscale: #292929. Windows color (decimal): -11855826 or 3020875. OLE color: 3020875.
HSL color Cylindrical-coordinate representation of color #4B182E: hue angle of 334.12º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B182E is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 24 | 46 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.71 |
| HSL | 334.12º | 0.52% | 0.19% | - |
| HSV(B) | 334.12º | 0.68% | 0.29% | - |
| XYZ | 3.72 | 2.35 | 2.84 | - |
| YUV | 41.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 46 | 0 | 0.68 | 0.39 | 0.71 | 334.12 | 0.52 | 0.19 |
| Hex | 4B | 18 | 2E | 0 | 44 | 27 | 47 | 14E | 34 | 13 |
| Octal | 113 | 30 | 56 | 0 | 104 | 47 | 107 | 516 | 64 | 23 |
| Binary | 1001011 | 11000 | 101110 | 0 | 1000100 | 100111 | 1000111 | 101001110 | 110100 | 10011 |
Color Harmonies of #4B182E
Complementary color
Monochromatic Colors of #4B182E
Black with #4B182E
Text Example
Text Example
White with #4B182E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B182E; }
p { color: rgb(75,24,46); }
H1.HeaderClassName
{
color: #4B182E;
}
.AnyTagClassName
{
color: #4B182E;
}
</style>
background-color css
<style>
a { background-color: #4B182E; }
a { background-color: rgb(75,24,46); }
div.DivClassName
{
background-color: #4B182E;
}
.BgClassName
{
background-color: #4B182E;
}
</style>
border-color css
<style>
span { border-color: #4B182E; }
span { border-color: rgb(75,24,46); }
td.TdClassName
{
border-color: #4B182E;
}
.TagClassName
{
border-color: #4B182E;
}
</style>