Shades of Blackberry #3E042C
Tints of Blackberry #3E042C
RGB
CMYK
RGB Variations
Color information
#3E042C (or 0x3E042C) is known color: Blackberry. HEX triplet: 3E, 04 and 2C. RGB value is (62,4,44). Sum of RGB (Red+Green+Blue) = 62+4+44=110 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.36% from 110); Green value is 4 (1.95% from 255 or 3.64% from 110); Blue value is 44 (17.58% from 255 or 40% from 110); Max value from RGB is 62 - color contains mainly: red. Hex color #3E042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E042C is #C1FBD3. Grayscale: #191919. Windows color (decimal): -12712916 or 2884670. OLE color: 2884670.
HSL color Cylindrical-coordinate representation of color #3E042C: hue angle of 318.62º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E042C is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 44 | - |
| CMYK | 0 | 0.94 | 0.29 | 0.76 |
| HSL | 318.62º | 0.88% | 0.13% | - |
| HSV(B) | 318.62º | 0.94% | 0.24% | - |
| XYZ | 2.48 | 1.29 | 2.5 | - |
| YUV | 25.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 44 | 0 | 0.94 | 0.29 | 0.76 | 318.62 | 0.88 | 0.13 |
| Hex | 3E | 4 | 2C | 0 | 5E | 1D | 4C | 13F | 58 | D |
| Octal | 76 | 4 | 54 | 0 | 136 | 35 | 114 | 477 | 130 | 15 |
| Binary | 111110 | 100 | 101100 | 0 | 1011110 | 11101 | 1001100 | 100111111 | 1011000 | 1101 |
Color Harmonies of #3E042C
Complementary color
Monochromatic Colors of #3E042C
Black with #3E042C
Text Example
Text Example
White with #3E042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E042C; }
p { color: rgb(62,4,44); }
H1.HeaderClassName
{
color: #3E042C;
}
.AnyTagClassName
{
color: #3E042C;
}
</style>
background-color css
<style>
a { background-color: #3E042C; }
a { background-color: rgb(62,4,44); }
div.DivClassName
{
background-color: #3E042C;
}
.BgClassName
{
background-color: #3E042C;
}
</style>
border-color css
<style>
span { border-color: #3E042C; }
span { border-color: rgb(62,4,44); }
td.TdClassName
{
border-color: #3E042C;
}
.TagClassName
{
border-color: #3E042C;
}
</style>