Shades of Blackberry #3E0034
Tints of Blackberry #3E0034
RGB
CMYK
RGB Variations
Color information
#3E0034 (or 0x3E0034) is known color: Blackberry. HEX triplet: 3E, 00 and 34. RGB value is (62,0,52). Sum of RGB (Red+Green+Blue) = 62+0+52=114 (15% of max value = 765). Red value is 62 (24.61% from 255 or 54.39% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 52 (20.70% from 255 or 45.61% from 114); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0034 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0034 is #C1FFCB. Grayscale: #181818. Windows color (decimal): -12713932 or 3407934. OLE color: 3407934.
HSL color Cylindrical-coordinate representation of color #3E0034: hue angle of 309.68º 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 #3E0034 is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 52 | - |
| CMYK | 0 | 1 | 0.16 | 0.76 |
| HSL | 309.68º | 1% | 0.12% | - |
| HSV(B) | 309.68º | 1% | 0.24% | - |
| XYZ | 2.61 | 1.27 | 3.36 | - |
| YUV | 24.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 52 | 0 | 1 | 0.16 | 0.76 | 309.68 | 1 | 0.12 |
| Hex | 3E | 0 | 34 | 0 | 64 | 10 | 4C | 136 | 64 | C |
| Octal | 76 | 0 | 64 | 0 | 144 | 20 | 114 | 466 | 144 | 14 |
| Binary | 111110 | 0 | 110100 | 0 | 1100100 | 10000 | 1001100 | 100110110 | 1100100 | 1100 |
Color Harmonies of #3E0034
Complementary color
Monochromatic Colors of #3E0034
Black with #3E0034
Text Example
Text Example
White with #3E0034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0034; }
p { color: rgb(62,0,52); }
H1.HeaderClassName
{
color: #3E0034;
}
.AnyTagClassName
{
color: #3E0034;
}
</style>
background-color css
<style>
a { background-color: #3E0034; }
a { background-color: rgb(62,0,52); }
div.DivClassName
{
background-color: #3E0034;
}
.BgClassName
{
background-color: #3E0034;
}
</style>
border-color css
<style>
span { border-color: #3E0034; }
span { border-color: rgb(62,0,52); }
td.TdClassName
{
border-color: #3E0034;
}
.TagClassName
{
border-color: #3E0034;
}
</style>