Shades of Blackberry #3E0627
Tints of Blackberry #3E0627
RGB
CMYK
RGB Variations
Color information
#3E0627 (or 0x3E0627) is known color: Blackberry. HEX triplet: 3E, 06 and 27. RGB value is (62,6,39). Sum of RGB (Red+Green+Blue) = 62+6+39=107 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.94% from 107); Green value is 6 (2.73% from 255 or 5.61% from 107); Blue value is 39 (15.62% from 255 or 36.45% from 107); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0627 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0627 is #C1F9D8. Grayscale: #1A1A1A. Windows color (decimal): -12712409 or 2557502. OLE color: 2557502.
HSL color Cylindrical-coordinate representation of color #3E0627: hue angle of 324.64º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E0627 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 6 | 39 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.76 |
| HSL | 324.64º | 0.82% | 0.13% | - |
| HSV(B) | 324.64º | 0.9% | 0.24% | - |
| XYZ | 2.42 | 1.3 | 2.04 | - |
| YUV | 26.51 | 135.05 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 39 | 0 | 0.90 | 0.37 | 0.76 | 324.64 | 0.82 | 0.13 |
| Hex | 3E | 6 | 27 | 0 | 5A | 25 | 4C | 145 | 52 | D |
| Octal | 76 | 6 | 47 | 0 | 132 | 45 | 114 | 505 | 122 | 15 |
| Binary | 111110 | 110 | 100111 | 0 | 1011010 | 100101 | 1001100 | 101000101 | 1010010 | 1101 |
Color Harmonies of #3E0627
Complementary color
Monochromatic Colors of #3E0627
Black with #3E0627
Text Example
Text Example
White with #3E0627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0627; }
p { color: rgb(62,6,39); }
H1.HeaderClassName
{
color: #3E0627;
}
.AnyTagClassName
{
color: #3E0627;
}
</style>
background-color css
<style>
a { background-color: #3E0627; }
a { background-color: rgb(62,6,39); }
div.DivClassName
{
background-color: #3E0627;
}
.BgClassName
{
background-color: #3E0627;
}
</style>
border-color css
<style>
span { border-color: #3E0627; }
span { border-color: rgb(62,6,39); }
td.TdClassName
{
border-color: #3E0627;
}
.TagClassName
{
border-color: #3E0627;
}
</style>