Shades of Blackberry #3B0627
Tints of Blackberry #3B0627
RGB
CMYK
RGB Variations
Color information
#3B0627 (or 0x3B0627) is known color: Blackberry. HEX triplet: 3B, 06 and 27. RGB value is (59,6,39). Sum of RGB (Red+Green+Blue) = 59+6+39=104 (13% of max value = 765). Red value is 59 (23.44% from 255 or 56.73% from 104); Green value is 6 (2.73% from 255 or 5.77% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3B0627 is #C4F9D8. Grayscale: #191919. Windows color (decimal): -12909017 or 2557499. OLE color: 2557499.
HSL color Cylindrical-coordinate representation of color #3B0627: hue angle of 322.64º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B0627 is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 6 | 39 | - |
| CMYK | 0 | 0.90 | 0.34 | 0.77 |
| HSL | 322.64º | 0.82% | 0.13% | - |
| HSV(B) | 322.64º | 0.9% | 0.23% | - |
| XYZ | 2.23 | 1.21 | 2.03 | - |
| YUV | 25.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 6 | 39 | 0 | 0.90 | 0.34 | 0.77 | 322.64 | 0.82 | 0.13 |
| Hex | 3B | 6 | 27 | 0 | 5A | 22 | 4D | 143 | 52 | D |
| Octal | 73 | 6 | 47 | 0 | 132 | 42 | 115 | 503 | 122 | 15 |
| Binary | 111011 | 110 | 100111 | 0 | 1011010 | 100010 | 1001101 | 101000011 | 1010010 | 1101 |
Color Harmonies of #3B0627
Complementary color
Monochromatic Colors of #3B0627
Black with #3B0627
Text Example
Text Example
White with #3B0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B0627; }
p { color: rgb(59,6,39); }
H1.HeaderClassName
{
color: #3B0627;
}
.AnyTagClassName
{
color: #3B0627;
}
</style>
background-color css
<style>
a { background-color: #3B0627; }
a { background-color: rgb(59,6,39); }
div.DivClassName
{
background-color: #3B0627;
}
.BgClassName
{
background-color: #3B0627;
}
</style>
border-color css
<style>
span { border-color: #3B0627; }
span { border-color: rgb(59,6,39); }
td.TdClassName
{
border-color: #3B0627;
}
.TagClassName
{
border-color: #3B0627;
}
</style>