Shades of Blackberry #3E0830
Tints of Blackberry #3E0830
RGB
CMYK
RGB Variations
Color information
#3E0830 (or 0x3E0830) is known color: Blackberry. HEX triplet: 3E, 08 and 30. RGB value is (62,8,48). Sum of RGB (Red+Green+Blue) = 62+8+48=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0830 is #C1F7CF. Grayscale: #1C1C1C. Windows color (decimal): -12711888 or 3147838. OLE color: 3147838.
HSL color Cylindrical-coordinate representation of color #3E0830: hue angle of 315.56º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E0830 is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 8 | 48 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.76 |
| HSL | 315.56º | 0.77% | 0.14% | - |
| HSV(B) | 315.56º | 0.87% | 0.24% | - |
| XYZ | 2.61 | 1.41 | 2.93 | - |
| YUV | 28.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 48 | 0 | 0.87 | 0.23 | 0.76 | 315.56 | 0.77 | 0.14 |
| Hex | 3E | 8 | 30 | 0 | 57 | 17 | 4C | 13C | 4D | E |
| Octal | 76 | 10 | 60 | 0 | 127 | 27 | 114 | 474 | 115 | 16 |
| Binary | 111110 | 1000 | 110000 | 0 | 1010111 | 10111 | 1001100 | 100111100 | 1001101 | 1110 |
Color Harmonies of #3E0830
Complementary color
Monochromatic Colors of #3E0830
Black with #3E0830
Text Example
Text Example
White with #3E0830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0830; }
p { color: rgb(62,8,48); }
H1.HeaderClassName
{
color: #3E0830;
}
.AnyTagClassName
{
color: #3E0830;
}
</style>
background-color css
<style>
a { background-color: #3E0830; }
a { background-color: rgb(62,8,48); }
div.DivClassName
{
background-color: #3E0830;
}
.BgClassName
{
background-color: #3E0830;
}
</style>
border-color css
<style>
span { border-color: #3E0830; }
span { border-color: rgb(62,8,48); }
td.TdClassName
{
border-color: #3E0830;
}
.TagClassName
{
border-color: #3E0830;
}
</style>