Shades of Blackberry #3E122B
Tints of Blackberry #3E122B
RGB
CMYK
RGB Variations
Color information
#3E122B (or 0x3E122B) is known color: Blackberry. HEX triplet: 3E, 12 and 2B. RGB value is (62,18,43). Sum of RGB (Red+Green+Blue) = 62+18+43=123 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.41% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 43 (17.19% from 255 or 34.96% from 123); Max value from RGB is 62 - color contains mainly: red. Hex color #3E122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E122B is #C1EDD4. Grayscale: #212121. Windows color (decimal): -12709333 or 2822718. OLE color: 2822718.
HSL color Cylindrical-coordinate representation of color #3E122B: hue angle of 325.91º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E122B is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 43 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.76 |
| HSL | 325.91º | 0.55% | 0.16% | - |
| HSV(B) | 325.91º | 0.71% | 0.24% | - |
| XYZ | 2.64 | 1.63 | 2.46 | - |
| YUV | 34.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 43 | 0 | 0.71 | 0.31 | 0.76 | 325.91 | 0.55 | 0.16 |
| Hex | 3E | 12 | 2B | 0 | 47 | 1F | 4C | 146 | 37 | 10 |
| Octal | 76 | 22 | 53 | 0 | 107 | 37 | 114 | 506 | 67 | 20 |
| Binary | 111110 | 10010 | 101011 | 0 | 1000111 | 11111 | 1001100 | 101000110 | 110111 | 10000 |
Color Harmonies of #3E122B
Complementary color
Monochromatic Colors of #3E122B
Black with #3E122B
Text Example
Text Example
White with #3E122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E122B; }
p { color: rgb(62,18,43); }
H1.HeaderClassName
{
color: #3E122B;
}
.AnyTagClassName
{
color: #3E122B;
}
</style>
background-color css
<style>
a { background-color: #3E122B; }
a { background-color: rgb(62,18,43); }
div.DivClassName
{
background-color: #3E122B;
}
.BgClassName
{
background-color: #3E122B;
}
</style>
border-color css
<style>
span { border-color: #3E122B; }
span { border-color: rgb(62,18,43); }
td.TdClassName
{
border-color: #3E122B;
}
.TagClassName
{
border-color: #3E122B;
}
</style>