Shades of Blackberry #49142A
Tints of Blackberry #49142A
RGB
CMYK
RGB Variations
Color information
#49142A (or 0x49142A) is known color: Blackberry. HEX triplet: 49, 14 and 2A. RGB value is (73,20,42). Sum of RGB (Red+Green+Blue) = 73+20+42=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #49142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49142A is #B6EBD5. Grayscale: #262626. Windows color (decimal): -11987926 or 2757705. OLE color: 2757705.
HSL color Cylindrical-coordinate representation of color #49142A: hue angle of 335.09º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #49142A is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 20 | 42 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.71 |
| HSL | 335.09º | 0.57% | 0.18% | - |
| HSV(B) | 335.09º | 0.73% | 0.29% | - |
| XYZ | 3.42 | 2.08 | 2.41 | - |
| YUV | 38.36 | 130.06 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 20 | 42 | 0 | 0.73 | 0.42 | 0.71 | 335.09 | 0.57 | 0.18 |
| Hex | 49 | 14 | 2A | 0 | 49 | 2A | 47 | 14F | 39 | 12 |
| Octal | 111 | 24 | 52 | 0 | 111 | 52 | 107 | 517 | 71 | 22 |
| Binary | 1001001 | 10100 | 101010 | 0 | 1001001 | 101010 | 1000111 | 101001111 | 111001 | 10010 |
Color Harmonies of #49142A
Complementary color
Monochromatic Colors of #49142A
Black with #49142A
Text Example
Text Example
White with #49142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49142A; }
p { color: rgb(73,20,42); }
H1.HeaderClassName
{
color: #49142A;
}
.AnyTagClassName
{
color: #49142A;
}
</style>
background-color css
<style>
a { background-color: #49142A; }
a { background-color: rgb(73,20,42); }
div.DivClassName
{
background-color: #49142A;
}
.BgClassName
{
background-color: #49142A;
}
</style>
border-color css
<style>
span { border-color: #49142A; }
span { border-color: rgb(73,20,42); }
td.TdClassName
{
border-color: #49142A;
}
.TagClassName
{
border-color: #49142A;
}
</style>