Shades of Blackberry #4A0238
Tints of Blackberry #4A0238
RGB
CMYK
RGB Variations
Color information
#4A0238 (or 0x4A0238) is known color: Blackberry. HEX triplet: 4A, 02 and 38. RGB value is (74,2,56). Sum of RGB (Red+Green+Blue) = 74+2+56=132 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.06% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 74 - color contains mainly: red. Hex color #4A0238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4A0238 is #B5FDC7. Grayscale: #1D1D1D. Windows color (decimal): -11926984 or 3670602. OLE color: 3670602.
HSL color Cylindrical-coordinate representation of color #4A0238: hue angle of 315º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A0238 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 74 | 2 | 56 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.71 |
| HSL | 315º | 0.95% | 0.15% | - |
| HSV(B) | 315º | 0.97% | 0.29% | - |
| XYZ | 3.56 | 1.78 | 3.9 | - |
| YUV | 29.68 | 142.85 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 2 | 56 | 0 | 0.97 | 0.24 | 0.71 | 315 | 0.95 | 0.15 |
| Hex | 4A | 2 | 38 | 0 | 61 | 18 | 47 | 13B | 5F | F |
| Octal | 112 | 2 | 70 | 0 | 141 | 30 | 107 | 473 | 137 | 17 |
| Binary | 1001010 | 10 | 111000 | 0 | 1100001 | 11000 | 1000111 | 100111011 | 1011111 | 1111 |
Color Harmonies of #4A0238
Complementary color
Monochromatic Colors of #4A0238
Black with #4A0238
Text Example
Text Example
White with #4A0238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A0238; }
p { color: rgb(74,2,56); }
H1.HeaderClassName
{
color: #4A0238;
}
.AnyTagClassName
{
color: #4A0238;
}
</style>
background-color css
<style>
a { background-color: #4A0238; }
a { background-color: rgb(74,2,56); }
div.DivClassName
{
background-color: #4A0238;
}
.BgClassName
{
background-color: #4A0238;
}
</style>
border-color css
<style>
span { border-color: #4A0238; }
span { border-color: rgb(74,2,56); }
td.TdClassName
{
border-color: #4A0238;
}
.TagClassName
{
border-color: #4A0238;
}
</style>