Shades of Blackberry #3E0F29
Tints of Blackberry #3E0F29
RGB
CMYK
RGB Variations
Color information
#3E0F29 (or 0x3E0F29) is known color: Blackberry. HEX triplet: 3E, 0F and 29. RGB value is (62,15,41). Sum of RGB (Red+Green+Blue) = 62+15+41=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 41 (16.41% from 255 or 34.75% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0F29 is #C1F0D6. Grayscale: #1F1F1F. Windows color (decimal): -12710103 or 2690878. OLE color: 2690878.
HSL color Cylindrical-coordinate representation of color #3E0F29: hue angle of 326.81º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E0F29 is Cyan = 0, Magento = 0.76, Yellow = 0.34 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 15 | 41 | - |
| CMYK | 0 | 0.76 | 0.34 | 0.76 |
| HSL | 326.81º | 0.61% | 0.15% | - |
| HSV(B) | 326.81º | 0.76% | 0.24% | - |
| XYZ | 2.56 | 1.53 | 2.26 | - |
| YUV | 32.02 | 133.07 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 41 | 0 | 0.76 | 0.34 | 0.76 | 326.81 | 0.61 | 0.15 |
| Hex | 3E | F | 29 | 0 | 4C | 22 | 4C | 147 | 3D | F |
| Octal | 76 | 17 | 51 | 0 | 114 | 42 | 114 | 507 | 75 | 17 |
| Binary | 111110 | 1111 | 101001 | 0 | 1001100 | 100010 | 1001100 | 101000111 | 111101 | 1111 |
Color Harmonies of #3E0F29
Complementary color
Monochromatic Colors of #3E0F29
Black with #3E0F29
Text Example
Text Example
White with #3E0F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F29; }
p { color: rgb(62,15,41); }
H1.HeaderClassName
{
color: #3E0F29;
}
.AnyTagClassName
{
color: #3E0F29;
}
</style>
background-color css
<style>
a { background-color: #3E0F29; }
a { background-color: rgb(62,15,41); }
div.DivClassName
{
background-color: #3E0F29;
}
.BgClassName
{
background-color: #3E0F29;
}
</style>
border-color css
<style>
span { border-color: #3E0F29; }
span { border-color: rgb(62,15,41); }
td.TdClassName
{
border-color: #3E0F29;
}
.TagClassName
{
border-color: #3E0F29;
}
</style>