Shades of Blackberry #3E0422
Tints of Blackberry #3E0422
RGB
CMYK
RGB Variations
Color information
#3E0422 (or 0x3E0422) is known color: Blackberry. HEX triplet: 3E, 04 and 22. RGB value is (62,4,34). Sum of RGB (Red+Green+Blue) = 62+4+34=100 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0422 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0422 is #C1FBDD. Grayscale: #181818. Windows color (decimal): -12712926 or 2229310. OLE color: 2229310.
HSL color Cylindrical-coordinate representation of color #3E0422: hue angle of 328.97º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3E0422 is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 34 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.76 |
| HSL | 328.97º | 0.88% | 0.13% | - |
| HSV(B) | 328.97º | 0.94% | 0.24% | - |
| XYZ | 2.32 | 1.23 | 1.63 | - |
| YUV | 24.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 34 | 0 | 0.94 | 0.45 | 0.76 | 328.97 | 0.88 | 0.13 |
| Hex | 3E | 4 | 22 | 0 | 5E | 2D | 4C | 149 | 58 | D |
| Octal | 76 | 4 | 42 | 0 | 136 | 55 | 114 | 511 | 130 | 15 |
| Binary | 111110 | 100 | 100010 | 0 | 1011110 | 101101 | 1001100 | 101001001 | 1011000 | 1101 |
Color Harmonies of #3E0422
Complementary color
Monochromatic Colors of #3E0422
Black with #3E0422
Text Example
Text Example
White with #3E0422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0422; }
p { color: rgb(62,4,34); }
H1.HeaderClassName
{
color: #3E0422;
}
.AnyTagClassName
{
color: #3E0422;
}
</style>
background-color css
<style>
a { background-color: #3E0422; }
a { background-color: rgb(62,4,34); }
div.DivClassName
{
background-color: #3E0422;
}
.BgClassName
{
background-color: #3E0422;
}
</style>
border-color css
<style>
span { border-color: #3E0422; }
span { border-color: rgb(62,4,34); }
td.TdClassName
{
border-color: #3E0422;
}
.TagClassName
{
border-color: #3E0422;
}
</style>