Shades of Blackberry #3E172A
Tints of Blackberry #3E172A
RGB
CMYK
RGB Variations
Color information
#3E172A (or 0x3E172A) is known color: Blackberry. HEX triplet: 3E, 17 and 2A. RGB value is (62,23,42). Sum of RGB (Red+Green+Blue) = 62+23+42=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 23 (9.38% from 255 or 18.11% from 127); Blue value is 42 (16.80% from 255 or 33.07% from 127); Max value from RGB is 62 - color contains mainly: red. Hex color #3E172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E172A is #C1E8D5. Grayscale: #242424. Windows color (decimal): -12708054 or 2758462. OLE color: 2758462.
HSL color Cylindrical-coordinate representation of color #3E172A: hue angle of 330.77º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E172A is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 23 | 42 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.76 |
| HSL | 330.77º | 0.46% | 0.17% | - |
| HSV(B) | 330.77º | 0.63% | 0.24% | - |
| XYZ | 2.71 | 1.8 | 2.4 | - |
| YUV | 36.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 42 | 0 | 0.63 | 0.32 | 0.76 | 330.77 | 0.46 | 0.17 |
| Hex | 3E | 17 | 2A | 0 | 3F | 20 | 4C | 14B | 2E | 11 |
| Octal | 76 | 27 | 52 | 0 | 77 | 40 | 114 | 513 | 56 | 21 |
| Binary | 111110 | 10111 | 101010 | 0 | 111111 | 100000 | 1001100 | 101001011 | 101110 | 10001 |
Color Harmonies of #3E172A
Complementary color
Monochromatic Colors of #3E172A
Black with #3E172A
Text Example
Text Example
White with #3E172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E172A; }
p { color: rgb(62,23,42); }
H1.HeaderClassName
{
color: #3E172A;
}
.AnyTagClassName
{
color: #3E172A;
}
</style>
background-color css
<style>
a { background-color: #3E172A; }
a { background-color: rgb(62,23,42); }
div.DivClassName
{
background-color: #3E172A;
}
.BgClassName
{
background-color: #3E172A;
}
</style>
border-color css
<style>
span { border-color: #3E172A; }
span { border-color: rgb(62,23,42); }
td.TdClassName
{
border-color: #3E172A;
}
.TagClassName
{
border-color: #3E172A;
}
</style>