Shades of Blackberry #3A142F
Tints of Blackberry #3A142F
RGB
CMYK
RGB Variations
Color information
#3A142F (or 0x3A142F) is known color: Blackberry. HEX triplet: 3A, 14 and 2F. RGB value is (58,20,47). Sum of RGB (Red+Green+Blue) = 58+20+47=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 47 (18.75% from 255 or 37.6% from 125); Max value from RGB is 58 - color contains mainly: red. Hex color #3A142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A142F is #C5EBD0. Grayscale: #222222. Windows color (decimal): -12970961 or 3085370. OLE color: 3085370.
HSL color Cylindrical-coordinate representation of color #3A142F: hue angle of 317.37º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A142F is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 20 | 47 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.77 |
| HSL | 317.37º | 0.49% | 0.15% | - |
| HSV(B) | 317.37º | 0.66% | 0.23% | - |
| XYZ | 2.51 | 1.61 | 2.87 | - |
| YUV | 34.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 20 | 47 | 0 | 0.66 | 0.19 | 0.77 | 317.37 | 0.49 | 0.15 |
| Hex | 3A | 14 | 2F | 0 | 42 | 13 | 4D | 13D | 31 | F |
| Octal | 72 | 24 | 57 | 0 | 102 | 23 | 115 | 475 | 61 | 17 |
| Binary | 111010 | 10100 | 101111 | 0 | 1000010 | 10011 | 1001101 | 100111101 | 110001 | 1111 |
Color Harmonies of #3A142F
Complementary color
Monochromatic Colors of #3A142F
Black with #3A142F
Text Example
Text Example
White with #3A142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A142F; }
p { color: rgb(58,20,47); }
H1.HeaderClassName
{
color: #3A142F;
}
.AnyTagClassName
{
color: #3A142F;
}
</style>
background-color css
<style>
a { background-color: #3A142F; }
a { background-color: rgb(58,20,47); }
div.DivClassName
{
background-color: #3A142F;
}
.BgClassName
{
background-color: #3A142F;
}
</style>
border-color css
<style>
span { border-color: #3A142F; }
span { border-color: rgb(58,20,47); }
td.TdClassName
{
border-color: #3A142F;
}
.TagClassName
{
border-color: #3A142F;
}
</style>