Shades of Blackberry #3E0335
Tints of Blackberry #3E0335
RGB
CMYK
RGB Variations
Color information
#3E0335 (or 0x3E0335) is known color: Blackberry. HEX triplet: 3E, 03 and 35. RGB value is (62,3,53). Sum of RGB (Red+Green+Blue) = 62+3+53=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 3 (1.56% from 255 or 2.54% from 118); Blue value is 53 (21.09% from 255 or 44.92% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0335 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0335 is #C1FCCA. Grayscale: #1A1A1A. Windows color (decimal): -12713163 or 3474238. OLE color: 3474238.
HSL color Cylindrical-coordinate representation of color #3E0335: hue angle of 309.15º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E0335 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 3 | 53 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.76 |
| HSL | 309.15º | 0.91% | 0.13% | - |
| HSV(B) | 309.15º | 0.95% | 0.24% | - |
| XYZ | 2.66 | 1.35 | 3.49 | - |
| YUV | 26.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 53 | 0 | 0.95 | 0.15 | 0.76 | 309.15 | 0.91 | 0.13 |
| Hex | 3E | 3 | 35 | 0 | 5F | F | 4C | 135 | 5B | D |
| Octal | 76 | 3 | 65 | 0 | 137 | 17 | 114 | 465 | 133 | 15 |
| Binary | 111110 | 11 | 110101 | 0 | 1011111 | 1111 | 1001100 | 100110101 | 1011011 | 1101 |
Color Harmonies of #3E0335
Complementary color
Monochromatic Colors of #3E0335
Black with #3E0335
Text Example
Text Example
White with #3E0335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0335; }
p { color: rgb(62,3,53); }
H1.HeaderClassName
{
color: #3E0335;
}
.AnyTagClassName
{
color: #3E0335;
}
</style>
background-color css
<style>
a { background-color: #3E0335; }
a { background-color: rgb(62,3,53); }
div.DivClassName
{
background-color: #3E0335;
}
.BgClassName
{
background-color: #3E0335;
}
</style>
border-color css
<style>
span { border-color: #3E0335; }
span { border-color: rgb(62,3,53); }
td.TdClassName
{
border-color: #3E0335;
}
.TagClassName
{
border-color: #3E0335;
}
</style>