Shades of Blackberry #3E052B
Tints of Blackberry #3E052B
RGB
CMYK
RGB Variations
Color information
#3E052B (or 0x3E052B) is known color: Blackberry. HEX triplet: 3E, 05 and 2B. RGB value is (62,5,43). Sum of RGB (Red+Green+Blue) = 62+5+43=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 5 (2.34% from 255 or 4.55% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E052B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E052B is #C1FAD4. Grayscale: #1A1A1A. Windows color (decimal): -12712661 or 2819390. OLE color: 2819390.
HSL color Cylindrical-coordinate representation of color #3E052B: hue angle of 320º 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 #3E052B is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 5 | 43 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.76 |
| HSL | 320º | 0.85% | 0.13% | - |
| HSV(B) | 320º | 0.92% | 0.24% | - |
| XYZ | 2.48 | 1.31 | 2.41 | - |
| YUV | 26.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 43 | 0 | 0.92 | 0.31 | 0.76 | 320 | 0.85 | 0.13 |
| Hex | 3E | 5 | 2B | 0 | 5C | 1F | 4C | 140 | 55 | D |
| Octal | 76 | 5 | 53 | 0 | 134 | 37 | 114 | 500 | 125 | 15 |
| Binary | 111110 | 101 | 101011 | 0 | 1011100 | 11111 | 1001100 | 101000000 | 1010101 | 1101 |
Color Harmonies of #3E052B
Complementary color
Monochromatic Colors of #3E052B
Black with #3E052B
Text Example
Text Example
White with #3E052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E052B; }
p { color: rgb(62,5,43); }
H1.HeaderClassName
{
color: #3E052B;
}
.AnyTagClassName
{
color: #3E052B;
}
</style>
background-color css
<style>
a { background-color: #3E052B; }
a { background-color: rgb(62,5,43); }
div.DivClassName
{
background-color: #3E052B;
}
.BgClassName
{
background-color: #3E052B;
}
</style>
border-color css
<style>
span { border-color: #3E052B; }
span { border-color: rgb(62,5,43); }
td.TdClassName
{
border-color: #3E052B;
}
.TagClassName
{
border-color: #3E052B;
}
</style>