Shades of Blackberry #3E1C31
Tints of Blackberry #3E1C31
RGB
CMYK
RGB Variations
Color information
#3E1C31 (or 0x3E1C31) is known color: Blackberry. HEX triplet: 3E, 1C and 31. RGB value is (62,28,49). Sum of RGB (Red+Green+Blue) = 62+28+49=139 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.60% from 139); Green value is 28 (11.33% from 255 or 20.14% from 139); Blue value is 49 (19.53% from 255 or 35.25% from 139); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1C31 is #C1E3CE. Grayscale: #282828. Windows color (decimal): -12706767 or 3218494. OLE color: 3218494.
HSL color Cylindrical-coordinate representation of color #3E1C31: hue angle of 322.94º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E1C31 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 28 | 49 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.76 |
| HSL | 322.94º | 0.38% | 0.18% | - |
| HSV(B) | 322.94º | 0.55% | 0.24% | - |
| XYZ | 2.96 | 2.08 | 3.15 | - |
| YUV | 40.56 | 132.76 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 28 | 49 | 0 | 0.55 | 0.21 | 0.76 | 322.94 | 0.38 | 0.18 |
| Hex | 3E | 1C | 31 | 0 | 37 | 15 | 4C | 143 | 26 | 12 |
| Octal | 76 | 34 | 61 | 0 | 67 | 25 | 114 | 503 | 46 | 22 |
| Binary | 111110 | 11100 | 110001 | 0 | 110111 | 10101 | 1001100 | 101000011 | 100110 | 10010 |
Color Harmonies of #3E1C31
Complementary color
Monochromatic Colors of #3E1C31
Black with #3E1C31
Text Example
Text Example
White with #3E1C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1C31; }
p { color: rgb(62,28,49); }
H1.HeaderClassName
{
color: #3E1C31;
}
.AnyTagClassName
{
color: #3E1C31;
}
</style>
background-color css
<style>
a { background-color: #3E1C31; }
a { background-color: rgb(62,28,49); }
div.DivClassName
{
background-color: #3E1C31;
}
.BgClassName
{
background-color: #3E1C31;
}
</style>
border-color css
<style>
span { border-color: #3E1C31; }
span { border-color: rgb(62,28,49); }
td.TdClassName
{
border-color: #3E1C31;
}
.TagClassName
{
border-color: #3E1C31;
}
</style>