Shades of Blackberry #3A0725
Tints of Blackberry #3A0725
RGB
CMYK
RGB Variations
Color information
#3A0725 (or 0x3A0725) is known color: Blackberry. HEX triplet: 3A, 07 and 25. RGB value is (58,7,37). Sum of RGB (Red+Green+Blue) = 58+7+37=102 (13% of max value = 765). Red value is 58 (23.05% from 255 or 56.86% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0725 is #C5F8DA. Grayscale: #191919. Windows color (decimal): -12974299 or 2426682. OLE color: 2426682.
HSL color Cylindrical-coordinate representation of color #3A0725: hue angle of 324.71º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A0725 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 7 | 37 | - |
| CMYK | 0 | 0.88 | 0.36 | 0.77 |
| HSL | 324.71º | 0.78% | 0.13% | - |
| HSV(B) | 324.71º | 0.88% | 0.23% | - |
| XYZ | 2.15 | 1.19 | 1.87 | - |
| YUV | 25.67 | 134.4 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 37 | 0 | 0.88 | 0.36 | 0.77 | 324.71 | 0.78 | 0.13 |
| Hex | 3A | 7 | 25 | 0 | 58 | 24 | 4D | 145 | 4E | D |
| Octal | 72 | 7 | 45 | 0 | 130 | 44 | 115 | 505 | 116 | 15 |
| Binary | 111010 | 111 | 100101 | 0 | 1011000 | 100100 | 1001101 | 101000101 | 1001110 | 1101 |
Color Harmonies of #3A0725
Complementary color
Monochromatic Colors of #3A0725
Black with #3A0725
Text Example
Text Example
White with #3A0725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A0725; }
p { color: rgb(58,7,37); }
H1.HeaderClassName
{
color: #3A0725;
}
.AnyTagClassName
{
color: #3A0725;
}
</style>
background-color css
<style>
a { background-color: #3A0725; }
a { background-color: rgb(58,7,37); }
div.DivClassName
{
background-color: #3A0725;
}
.BgClassName
{
background-color: #3A0725;
}
</style>
border-color css
<style>
span { border-color: #3A0725; }
span { border-color: rgb(58,7,37); }
td.TdClassName
{
border-color: #3A0725;
}
.TagClassName
{
border-color: #3A0725;
}
</style>