Shades of Blackberry #3B1725
Tints of Blackberry #3B1725
RGB
CMYK
RGB Variations
Color information
#3B1725 (or 0x3B1725) is known color: Blackberry. HEX triplet: 3B, 17 and 25. RGB value is (59,23,37). Sum of RGB (Red+Green+Blue) = 59+23+37=119 (15% of max value = 765). Red value is 59 (23.44% from 255 or 49.58% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B1725 is #C4E8DA. Grayscale: #232323. Windows color (decimal): -12904667 or 2430779. OLE color: 2430779.
HSL color Cylindrical-coordinate representation of color #3B1725: hue angle of 336.67º degrees, saturation: 0.44, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B1725 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 23 | 37 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.77 |
| HSL | 336.67º | 0.44% | 0.16% | - |
| HSV(B) | 336.67º | 0.61% | 0.23% | - |
| XYZ | 2.44 | 1.68 | 1.94 | - |
| YUV | 35.36 | 128.93 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 23 | 37 | 0 | 0.61 | 0.37 | 0.77 | 336.67 | 0.44 | 0.16 |
| Hex | 3B | 17 | 25 | 0 | 3D | 25 | 4D | 151 | 2C | 10 |
| Octal | 73 | 27 | 45 | 0 | 75 | 45 | 115 | 521 | 54 | 20 |
| Binary | 111011 | 10111 | 100101 | 0 | 111101 | 100101 | 1001101 | 101010001 | 101100 | 10000 |
Color Harmonies of #3B1725
Complementary color
Monochromatic Colors of #3B1725
Black with #3B1725
Text Example
Text Example
White with #3B1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B1725; }
p { color: rgb(59,23,37); }
H1.HeaderClassName
{
color: #3B1725;
}
.AnyTagClassName
{
color: #3B1725;
}
</style>
background-color css
<style>
a { background-color: #3B1725; }
a { background-color: rgb(59,23,37); }
div.DivClassName
{
background-color: #3B1725;
}
.BgClassName
{
background-color: #3B1725;
}
</style>
border-color css
<style>
span { border-color: #3B1725; }
span { border-color: rgb(59,23,37); }
td.TdClassName
{
border-color: #3B1725;
}
.TagClassName
{
border-color: #3B1725;
}
</style>