Shades of Blackberry #3E0033
Tints of Blackberry #3E0033
RGB
CMYK
RGB Variations
Color information
#3E0033 (or 0x3E0033) is known color: Blackberry. HEX triplet: 3E, 00 and 33. RGB value is (62,0,51). Sum of RGB (Red+Green+Blue) = 62+0+51=113 (14% of max value = 765). Red value is 62 (24.61% from 255 or 54.87% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 51 (20.31% from 255 or 45.13% from 113); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0033 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0033 is #C1FFCC. Grayscale: #181818. Windows color (decimal): -12713933 or 3342398. OLE color: 3342398.
HSL color Cylindrical-coordinate representation of color #3E0033: hue angle of 310.65º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0033 is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 51 | - |
| CMYK | 0 | 1 | 0.18 | 0.76 |
| HSL | 310.65º | 1% | 0.12% | - |
| HSV(B) | 310.65º | 1% | 0.24% | - |
| XYZ | 2.58 | 1.26 | 3.24 | - |
| YUV | 24.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 51 | 0 | 1 | 0.18 | 0.76 | 310.65 | 1 | 0.12 |
| Hex | 3E | 0 | 33 | 0 | 64 | 12 | 4C | 137 | 64 | C |
| Octal | 76 | 0 | 63 | 0 | 144 | 22 | 114 | 467 | 144 | 14 |
| Binary | 111110 | 0 | 110011 | 0 | 1100100 | 10010 | 1001100 | 100110111 | 1100100 | 1100 |
Color Harmonies of #3E0033
Complementary color
Monochromatic Colors of #3E0033
Black with #3E0033
Text Example
Text Example
White with #3E0033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0033; }
p { color: rgb(62,0,51); }
H1.HeaderClassName
{
color: #3E0033;
}
.AnyTagClassName
{
color: #3E0033;
}
</style>
background-color css
<style>
a { background-color: #3E0033; }
a { background-color: rgb(62,0,51); }
div.DivClassName
{
background-color: #3E0033;
}
.BgClassName
{
background-color: #3E0033;
}
</style>
border-color css
<style>
span { border-color: #3E0033; }
span { border-color: rgb(62,0,51); }
td.TdClassName
{
border-color: #3E0033;
}
.TagClassName
{
border-color: #3E0033;
}
</style>