Shades of Blackberry #3E102B
Tints of Blackberry #3E102B
RGB
CMYK
RGB Variations
Color information
#3E102B (or 0x3E102B) is known color: Blackberry. HEX triplet: 3E, 10 and 2B. RGB value is (62,16,43). Sum of RGB (Red+Green+Blue) = 62+16+43=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 16 (6.64% from 255 or 13.22% from 121); Blue value is 43 (17.19% from 255 or 35.54% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E102B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E102B is #C1EFD4. Grayscale: #202020. Windows color (decimal): -12709845 or 2822206. OLE color: 2822206.
HSL color Cylindrical-coordinate representation of color #3E102B: hue angle of 324.78º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E102B is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 16 | 43 | - |
| CMYK | 0 | 0.74 | 0.31 | 0.76 |
| HSL | 324.78º | 0.59% | 0.15% | - |
| HSV(B) | 324.78º | 0.74% | 0.24% | - |
| XYZ | 2.61 | 1.57 | 2.45 | - |
| YUV | 32.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 43 | 0 | 0.74 | 0.31 | 0.76 | 324.78 | 0.59 | 0.15 |
| Hex | 3E | 10 | 2B | 0 | 4A | 1F | 4C | 145 | 3B | F |
| Octal | 76 | 20 | 53 | 0 | 112 | 37 | 114 | 505 | 73 | 17 |
| Binary | 111110 | 10000 | 101011 | 0 | 1001010 | 11111 | 1001100 | 101000101 | 111011 | 1111 |
Color Harmonies of #3E102B
Complementary color
Monochromatic Colors of #3E102B
Black with #3E102B
Text Example
Text Example
White with #3E102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E102B; }
p { color: rgb(62,16,43); }
H1.HeaderClassName
{
color: #3E102B;
}
.AnyTagClassName
{
color: #3E102B;
}
</style>
background-color css
<style>
a { background-color: #3E102B; }
a { background-color: rgb(62,16,43); }
div.DivClassName
{
background-color: #3E102B;
}
.BgClassName
{
background-color: #3E102B;
}
</style>
border-color css
<style>
span { border-color: #3E102B; }
span { border-color: rgb(62,16,43); }
td.TdClassName
{
border-color: #3E102B;
}
.TagClassName
{
border-color: #3E102B;
}
</style>