Shades of Blackberry #4A0F39
Tints of Blackberry #4A0F39
RGB
CMYK
RGB Variations
Color information
#4A0F39 (or 0x4A0F39) is known color: Blackberry. HEX triplet: 4A, 0F and 39. RGB value is (74,15,57). Sum of RGB (Red+Green+Blue) = 74+15+57=146 (19% of max value = 765). Red value is 74 (29.30% from 255 or 50.68% from 146); Green value is 15 (6.25% from 255 or 10.27% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0F39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0F39 is #B5F0C6. Grayscale: #252525. Windows color (decimal): -11923655 or 3739466. OLE color: 3739466.
HSL color Cylindrical-coordinate representation of color #4A0F39: hue angle of 317.29º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A0F39 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 15 | 57 | - |
| CMYK | 0 | 0.80 | 0.23 | 0.71 |
| HSL | 317.29º | 0.66% | 0.17% | - |
| HSV(B) | 317.29º | 0.8% | 0.29% | - |
| XYZ | 3.73 | 2.09 | 4.08 | - |
| YUV | 37.43 | 139.05 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 15 | 57 | 0 | 0.80 | 0.23 | 0.71 | 317.29 | 0.66 | 0.17 |
| Hex | 4A | F | 39 | 0 | 50 | 17 | 47 | 13D | 42 | 11 |
| Octal | 112 | 17 | 71 | 0 | 120 | 27 | 107 | 475 | 102 | 21 |
| Binary | 1001010 | 1111 | 111001 | 0 | 1010000 | 10111 | 1000111 | 100111101 | 1000010 | 10001 |
Color Harmonies of #4A0F39
Complementary color
Monochromatic Colors of #4A0F39
Black with #4A0F39
Text Example
Text Example
White with #4A0F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0F39; }
p { color: rgb(74,15,57); }
H1.HeaderClassName
{
color: #4A0F39;
}
.AnyTagClassName
{
color: #4A0F39;
}
</style>
background-color css
<style>
a { background-color: #4A0F39; }
a { background-color: rgb(74,15,57); }
div.DivClassName
{
background-color: #4A0F39;
}
.BgClassName
{
background-color: #4A0F39;
}
</style>
border-color css
<style>
span { border-color: #4A0F39; }
span { border-color: rgb(74,15,57); }
td.TdClassName
{
border-color: #4A0F39;
}
.TagClassName
{
border-color: #4A0F39;
}
</style>