Shades of Blackberry #4B142C
Tints of Blackberry #4B142C
RGB
CMYK
RGB Variations
Color information
#4B142C (or 0x4B142C) is known color: Blackberry. HEX triplet: 4B, 14 and 2C. RGB value is (75,20,44). Sum of RGB (Red+Green+Blue) = 75+20+44=139 (18% of max value = 765). Red value is 75 (29.69% from 255 or 53.96% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 44 (17.58% from 255 or 31.65% from 139); Max value from RGB is 75 - color contains mainly: red. Hex color #4B142C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B142C is #B4EBD3. Grayscale: #272727. Windows color (decimal): -11856852 or 2888779. OLE color: 2888779.
HSL color Cylindrical-coordinate representation of color #4B142C: hue angle of 333.82º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B142C is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 20 | 44 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.71 |
| HSL | 333.82º | 0.58% | 0.19% | - |
| HSV(B) | 333.82º | 0.73% | 0.29% | - |
| XYZ | 3.61 | 2.18 | 2.61 | - |
| YUV | 39.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 20 | 44 | 0 | 0.73 | 0.41 | 0.71 | 333.82 | 0.58 | 0.19 |
| Hex | 4B | 14 | 2C | 0 | 49 | 29 | 47 | 14E | 3A | 13 |
| Octal | 113 | 24 | 54 | 0 | 111 | 51 | 107 | 516 | 72 | 23 |
| Binary | 1001011 | 10100 | 101100 | 0 | 1001001 | 101001 | 1000111 | 101001110 | 111010 | 10011 |
Color Harmonies of #4B142C
Complementary color
Monochromatic Colors of #4B142C
Black with #4B142C
Text Example
Text Example
White with #4B142C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B142C; }
p { color: rgb(75,20,44); }
H1.HeaderClassName
{
color: #4B142C;
}
.AnyTagClassName
{
color: #4B142C;
}
</style>
background-color css
<style>
a { background-color: #4B142C; }
a { background-color: rgb(75,20,44); }
div.DivClassName
{
background-color: #4B142C;
}
.BgClassName
{
background-color: #4B142C;
}
</style>
border-color css
<style>
span { border-color: #4B142C; }
span { border-color: rgb(75,20,44); }
td.TdClassName
{
border-color: #4B142C;
}
.TagClassName
{
border-color: #4B142C;
}
</style>