Shades of Blackberry #3E052F
Tints of Blackberry #3E052F
RGB
CMYK
RGB Variations
Color information
#3E052F (or 0x3E052F) is known color: Blackberry. HEX triplet: 3E, 05 and 2F. RGB value is (62,5,47). Sum of RGB (Red+Green+Blue) = 62+5+47=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E052F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E052F is #C1FAD0. Grayscale: #1A1A1A. Windows color (decimal): -12712657 or 3081534. OLE color: 3081534.
HSL color Cylindrical-coordinate representation of color #3E052F: hue angle of 315.79º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E052F is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 5 | 47 | - |
| CMYK | 0 | 0.92 | 0.24 | 0.76 |
| HSL | 315.79º | 0.85% | 0.13% | - |
| HSV(B) | 315.79º | 0.92% | 0.24% | - |
| XYZ | 2.55 | 1.34 | 2.81 | - |
| YUV | 26.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 47 | 0 | 0.92 | 0.24 | 0.76 | 315.79 | 0.85 | 0.13 |
| Hex | 3E | 5 | 2F | 0 | 5C | 18 | 4C | 13C | 55 | D |
| Octal | 76 | 5 | 57 | 0 | 134 | 30 | 114 | 474 | 125 | 15 |
| Binary | 111110 | 101 | 101111 | 0 | 1011100 | 11000 | 1001100 | 100111100 | 1010101 | 1101 |
Color Harmonies of #3E052F
Complementary color
Monochromatic Colors of #3E052F
Black with #3E052F
Text Example
Text Example
White with #3E052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E052F; }
p { color: rgb(62,5,47); }
H1.HeaderClassName
{
color: #3E052F;
}
.AnyTagClassName
{
color: #3E052F;
}
</style>
background-color css
<style>
a { background-color: #3E052F; }
a { background-color: rgb(62,5,47); }
div.DivClassName
{
background-color: #3E052F;
}
.BgClassName
{
background-color: #3E052F;
}
</style>
border-color css
<style>
span { border-color: #3E052F; }
span { border-color: rgb(62,5,47); }
td.TdClassName
{
border-color: #3E052F;
}
.TagClassName
{
border-color: #3E052F;
}
</style>