Shades of Blackberry #3E092F
Tints of Blackberry #3E092F
RGB
CMYK
RGB Variations
Color information
#3E092F (or 0x3E092F) is known color: Blackberry. HEX triplet: 3E, 09 and 2F. RGB value is (62,9,47). Sum of RGB (Red+Green+Blue) = 62+9+47=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 9 (3.91% from 255 or 7.63% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E092F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E092F is #C1F6D0. Grayscale: #1D1D1D. Windows color (decimal): -12711633 or 3082558. OLE color: 3082558.
HSL color Cylindrical-coordinate representation of color #3E092F: hue angle of 316.98º 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 #3E092F is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 47 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.76 |
| HSL | 316.98º | 0.75% | 0.14% | - |
| HSV(B) | 316.98º | 0.85% | 0.24% | - |
| XYZ | 2.6 | 1.42 | 2.83 | - |
| YUV | 29.18 | 138.06 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 47 | 0 | 0.85 | 0.24 | 0.76 | 316.98 | 0.75 | 0.14 |
| Hex | 3E | 9 | 2F | 0 | 55 | 18 | 4C | 13D | 4B | E |
| Octal | 76 | 11 | 57 | 0 | 125 | 30 | 114 | 475 | 113 | 16 |
| Binary | 111110 | 1001 | 101111 | 0 | 1010101 | 11000 | 1001100 | 100111101 | 1001011 | 1110 |
Color Harmonies of #3E092F
Complementary color
Monochromatic Colors of #3E092F
Black with #3E092F
Text Example
Text Example
White with #3E092F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E092F; }
p { color: rgb(62,9,47); }
H1.HeaderClassName
{
color: #3E092F;
}
.AnyTagClassName
{
color: #3E092F;
}
</style>
background-color css
<style>
a { background-color: #3E092F; }
a { background-color: rgb(62,9,47); }
div.DivClassName
{
background-color: #3E092F;
}
.BgClassName
{
background-color: #3E092F;
}
</style>
border-color css
<style>
span { border-color: #3E092F; }
span { border-color: rgb(62,9,47); }
td.TdClassName
{
border-color: #3E092F;
}
.TagClassName
{
border-color: #3E092F;
}
</style>