Shades of Blackberry #3E0B22
Tints of Blackberry #3E0B22
RGB
CMYK
RGB Variations
Color information
#3E0B22 (or 0x3E0B22) is known color: Blackberry. HEX triplet: 3E, 0B and 22. RGB value is (62,11,34). Sum of RGB (Red+Green+Blue) = 62+11+34=107 (14% of max value = 765). Red value is 62 (24.61% from 255 or 57.94% from 107); Green value is 11 (4.69% from 255 or 10.28% from 107); Blue value is 34 (13.67% from 255 or 31.78% from 107); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0B22 is #C1F4DD. Grayscale: #1C1C1C. Windows color (decimal): -12711134 or 2231102. OLE color: 2231102.
HSL color Cylindrical-coordinate representation of color #3E0B22: hue angle of 332.94º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0B22 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 11 | 34 | - |
| CMYK | 0 | 0.82 | 0.45 | 0.76 |
| HSL | 332.94º | 0.7% | 0.14% | - |
| HSV(B) | 332.94º | 0.82% | 0.24% | - |
| XYZ | 2.4 | 1.38 | 1.65 | - |
| YUV | 28.87 | 130.9 | 151.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 34 | 0 | 0.82 | 0.45 | 0.76 | 332.94 | 0.7 | 0.14 |
| Hex | 3E | B | 22 | 0 | 52 | 2D | 4C | 14D | 46 | E |
| Octal | 76 | 13 | 42 | 0 | 122 | 55 | 114 | 515 | 106 | 16 |
| Binary | 111110 | 1011 | 100010 | 0 | 1010010 | 101101 | 1001100 | 101001101 | 1000110 | 1110 |
Color Harmonies of #3E0B22
Complementary color
Monochromatic Colors of #3E0B22
Black with #3E0B22
Text Example
Text Example
White with #3E0B22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B22; }
p { color: rgb(62,11,34); }
H1.HeaderClassName
{
color: #3E0B22;
}
.AnyTagClassName
{
color: #3E0B22;
}
</style>
background-color css
<style>
a { background-color: #3E0B22; }
a { background-color: rgb(62,11,34); }
div.DivClassName
{
background-color: #3E0B22;
}
.BgClassName
{
background-color: #3E0B22;
}
</style>
border-color css
<style>
span { border-color: #3E0B22; }
span { border-color: rgb(62,11,34); }
td.TdClassName
{
border-color: #3E0B22;
}
.TagClassName
{
border-color: #3E0B22;
}
</style>