Shades of Blackberry #3E172C
Tints of Blackberry #3E172C
RGB
CMYK
RGB Variations
Color information
#3E172C (or 0x3E172C) is known color: Blackberry. HEX triplet: 3E, 17 and 2C. RGB value is (62,23,44). Sum of RGB (Red+Green+Blue) = 62+23+44=129 (17% of max value = 765). Red value is 62 (24.61% from 255 or 48.06% from 129); Green value is 23 (9.38% from 255 or 17.83% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 62 - color contains mainly: red. Hex color #3E172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E172C is #C1E8D3. Grayscale: #252525. Windows color (decimal): -12708052 or 2889534. OLE color: 2889534.
HSL color Cylindrical-coordinate representation of color #3E172C: hue angle of 327.69º 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 #3E172C is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 23 | 44 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.76 |
| HSL | 327.69º | 0.46% | 0.17% | - |
| HSV(B) | 327.69º | 0.63% | 0.24% | - |
| XYZ | 2.75 | 1.82 | 2.59 | - |
| YUV | 37.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 23 | 44 | 0 | 0.63 | 0.29 | 0.76 | 327.69 | 0.46 | 0.17 |
| Hex | 3E | 17 | 2C | 0 | 3F | 1D | 4C | 148 | 2E | 11 |
| Octal | 76 | 27 | 54 | 0 | 77 | 35 | 114 | 510 | 56 | 21 |
| Binary | 111110 | 10111 | 101100 | 0 | 111111 | 11101 | 1001100 | 101001000 | 101110 | 10001 |
Color Harmonies of #3E172C
Complementary color
Monochromatic Colors of #3E172C
Black with #3E172C
Text Example
Text Example
White with #3E172C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E172C; }
p { color: rgb(62,23,44); }
H1.HeaderClassName
{
color: #3E172C;
}
.AnyTagClassName
{
color: #3E172C;
}
</style>
background-color css
<style>
a { background-color: #3E172C; }
a { background-color: rgb(62,23,44); }
div.DivClassName
{
background-color: #3E172C;
}
.BgClassName
{
background-color: #3E172C;
}
</style>
border-color css
<style>
span { border-color: #3E172C; }
span { border-color: rgb(62,23,44); }
td.TdClassName
{
border-color: #3E172C;
}
.TagClassName
{
border-color: #3E172C;
}
</style>