Shades of Blackberry #3E042F
Tints of Blackberry #3E042F
RGB
CMYK
RGB Variations
Color information
#3E042F (or 0x3E042F) is known color: Blackberry. HEX triplet: 3E, 04 and 2F. RGB value is (62,4,47). Sum of RGB (Red+Green+Blue) = 62+4+47=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E042F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E042F is #C1FBD0. Grayscale: #1A1A1A. Windows color (decimal): -12712913 or 3081278. OLE color: 3081278.
HSL color Cylindrical-coordinate representation of color #3E042F: hue angle of 315.52º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E042F is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 47 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.76 |
| HSL | 315.52º | 0.88% | 0.13% | - |
| HSV(B) | 315.52º | 0.94% | 0.24% | - |
| XYZ | 2.54 | 1.32 | 2.81 | - |
| YUV | 26.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 47 | 0 | 0.94 | 0.24 | 0.76 | 315.52 | 0.88 | 0.13 |
| Hex | 3E | 4 | 2F | 0 | 5E | 18 | 4C | 13C | 58 | D |
| Octal | 76 | 4 | 57 | 0 | 136 | 30 | 114 | 474 | 130 | 15 |
| Binary | 111110 | 100 | 101111 | 0 | 1011110 | 11000 | 1001100 | 100111100 | 1011000 | 1101 |
Color Harmonies of #3E042F
Complementary color
Monochromatic Colors of #3E042F
Black with #3E042F
Text Example
Text Example
White with #3E042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E042F; }
p { color: rgb(62,4,47); }
H1.HeaderClassName
{
color: #3E042F;
}
.AnyTagClassName
{
color: #3E042F;
}
</style>
background-color css
<style>
a { background-color: #3E042F; }
a { background-color: rgb(62,4,47); }
div.DivClassName
{
background-color: #3E042F;
}
.BgClassName
{
background-color: #3E042F;
}
</style>
border-color css
<style>
span { border-color: #3E042F; }
span { border-color: rgb(62,4,47); }
td.TdClassName
{
border-color: #3E042F;
}
.TagClassName
{
border-color: #3E042F;
}
</style>