Shades of Blackberry #3E0930
Tints of Blackberry #3E0930
RGB
CMYK
RGB Variations
Color information
#3E0930 (or 0x3E0930) is known color: Blackberry. HEX triplet: 3E, 09 and 30. RGB value is (62,9,48). Sum of RGB (Red+Green+Blue) = 62+9+48=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0930 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0930 is #C1F6CF. Grayscale: #1D1D1D. Windows color (decimal): -12711632 or 3148094. OLE color: 3148094.
HSL color Cylindrical-coordinate representation of color #3E0930: hue angle of 315.85º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0930 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 48 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.76 |
| HSL | 315.85º | 0.75% | 0.14% | - |
| HSV(B) | 315.85º | 0.85% | 0.24% | - |
| XYZ | 2.62 | 1.43 | 2.93 | - |
| YUV | 29.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 48 | 0 | 0.85 | 0.23 | 0.76 | 315.85 | 0.75 | 0.14 |
| Hex | 3E | 9 | 30 | 0 | 55 | 17 | 4C | 13C | 4B | E |
| Octal | 76 | 11 | 60 | 0 | 125 | 27 | 114 | 474 | 113 | 16 |
| Binary | 111110 | 1001 | 110000 | 0 | 1010101 | 10111 | 1001100 | 100111100 | 1001011 | 1110 |
Color Harmonies of #3E0930
Complementary color
Monochromatic Colors of #3E0930
Black with #3E0930
Text Example
Text Example
White with #3E0930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0930; }
p { color: rgb(62,9,48); }
H1.HeaderClassName
{
color: #3E0930;
}
.AnyTagClassName
{
color: #3E0930;
}
</style>
background-color css
<style>
a { background-color: #3E0930; }
a { background-color: rgb(62,9,48); }
div.DivClassName
{
background-color: #3E0930;
}
.BgClassName
{
background-color: #3E0930;
}
</style>
border-color css
<style>
span { border-color: #3E0930; }
span { border-color: rgb(62,9,48); }
td.TdClassName
{
border-color: #3E0930;
}
.TagClassName
{
border-color: #3E0930;
}
</style>