Shades of Blackberry #3E0235
Tints of Blackberry #3E0235
RGB
CMYK
RGB Variations
Color information
#3E0235 (or 0x3E0235) is known color: Blackberry. HEX triplet: 3E, 02 and 35. RGB value is (62,2,53). Sum of RGB (Red+Green+Blue) = 62+2+53=117 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.99% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 53 (21.09% from 255 or 45.30% from 117); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0235 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0235 is #C1FDCA. Grayscale: #191919. Windows color (decimal): -12713419 or 3473982. OLE color: 3473982.
HSL color Cylindrical-coordinate representation of color #3E0235: hue angle of 309º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0235 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 53 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.76 |
| HSL | 309º | 0.94% | 0.13% | - |
| HSV(B) | 309º | 0.97% | 0.24% | - |
| XYZ | 2.65 | 1.32 | 3.48 | - |
| YUV | 25.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 53 | 0 | 0.97 | 0.15 | 0.76 | 309 | 0.94 | 0.13 |
| Hex | 3E | 2 | 35 | 0 | 61 | F | 4C | 135 | 5E | D |
| Octal | 76 | 2 | 65 | 0 | 141 | 17 | 114 | 465 | 136 | 15 |
| Binary | 111110 | 10 | 110101 | 0 | 1100001 | 1111 | 1001100 | 100110101 | 1011110 | 1101 |
Color Harmonies of #3E0235
Complementary color
Monochromatic Colors of #3E0235
Black with #3E0235
Text Example
Text Example
White with #3E0235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0235; }
p { color: rgb(62,2,53); }
H1.HeaderClassName
{
color: #3E0235;
}
.AnyTagClassName
{
color: #3E0235;
}
</style>
background-color css
<style>
a { background-color: #3E0235; }
a { background-color: rgb(62,2,53); }
div.DivClassName
{
background-color: #3E0235;
}
.BgClassName
{
background-color: #3E0235;
}
</style>
border-color css
<style>
span { border-color: #3E0235; }
span { border-color: rgb(62,2,53); }
td.TdClassName
{
border-color: #3E0235;
}
.TagClassName
{
border-color: #3E0235;
}
</style>