Shades of Blackberry #3E102C
Tints of Blackberry #3E102C
RGB
CMYK
RGB Variations
Color information
#3E102C (or 0x3E102C) is known color: Blackberry. HEX triplet: 3E, 10 and 2C. RGB value is (62,16,44). Sum of RGB (Red+Green+Blue) = 62+16+44=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 16 (6.64% from 255 or 13.11% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E102C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E102C is #C1EFD3. Grayscale: #202020. Windows color (decimal): -12709844 or 2887742. OLE color: 2887742.
HSL color Cylindrical-coordinate representation of color #3E102C: hue angle of 323.48º 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 #3E102C is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 16 | 44 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.76 |
| HSL | 323.48º | 0.59% | 0.15% | - |
| HSV(B) | 323.48º | 0.74% | 0.24% | - |
| XYZ | 2.63 | 1.58 | 2.55 | - |
| YUV | 32.95 | 134.24 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 44 | 0 | 0.74 | 0.29 | 0.76 | 323.48 | 0.59 | 0.15 |
| Hex | 3E | 10 | 2C | 0 | 4A | 1D | 4C | 143 | 3B | F |
| Octal | 76 | 20 | 54 | 0 | 112 | 35 | 114 | 503 | 73 | 17 |
| Binary | 111110 | 10000 | 101100 | 0 | 1001010 | 11101 | 1001100 | 101000011 | 111011 | 1111 |
Color Harmonies of #3E102C
Complementary color
Monochromatic Colors of #3E102C
Black with #3E102C
Text Example
Text Example
White with #3E102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E102C; }
p { color: rgb(62,16,44); }
H1.HeaderClassName
{
color: #3E102C;
}
.AnyTagClassName
{
color: #3E102C;
}
</style>
background-color css
<style>
a { background-color: #3E102C; }
a { background-color: rgb(62,16,44); }
div.DivClassName
{
background-color: #3E102C;
}
.BgClassName
{
background-color: #3E102C;
}
</style>
border-color css
<style>
span { border-color: #3E102C; }
span { border-color: rgb(62,16,44); }
td.TdClassName
{
border-color: #3E102C;
}
.TagClassName
{
border-color: #3E102C;
}
</style>