Shades of Blackberry #3E021B
Tints of Blackberry #3E021B
RGB
CMYK
RGB Variations
Color information
#3E021B (or 0x3E021B) is known color: Blackberry. HEX triplet: 3E, 02 and 1B. RGB value is (62,2,27). Sum of RGB (Red+Green+Blue) = 62+2+27=91 (12% of max value = 765). Red value is 62 (24.61% from 255 or 68.13% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 62 - color contains mainly: red. Hex color #3E021B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E021B is #C1FDE4. Grayscale: #161616. Windows color (decimal): -12713445 or 1770046. OLE color: 1770046.
HSL color Cylindrical-coordinate representation of color #3E021B: hue angle of 335º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E021B is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 27 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.76 |
| HSL | 335º | 0.94% | 0.13% | - |
| HSV(B) | 335º | 0.97% | 0.24% | - |
| XYZ | 2.21 | 1.15 | 1.14 | - |
| YUV | 22.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 27 | 0 | 0.97 | 0.56 | 0.76 | 335 | 0.94 | 0.13 |
| Hex | 3E | 2 | 1B | 0 | 61 | 38 | 4C | 14F | 5E | D |
| Octal | 76 | 2 | 33 | 0 | 141 | 70 | 114 | 517 | 136 | 15 |
| Binary | 111110 | 10 | 11011 | 0 | 1100001 | 111000 | 1001100 | 101001111 | 1011110 | 1101 |
Color Harmonies of #3E021B
Complementary color
Monochromatic Colors of #3E021B
Black with #3E021B
Text Example
Text Example
White with #3E021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E021B; }
p { color: rgb(62,2,27); }
H1.HeaderClassName
{
color: #3E021B;
}
.AnyTagClassName
{
color: #3E021B;
}
</style>
background-color css
<style>
a { background-color: #3E021B; }
a { background-color: rgb(62,2,27); }
div.DivClassName
{
background-color: #3E021B;
}
.BgClassName
{
background-color: #3E021B;
}
</style>
border-color css
<style>
span { border-color: #3E021B; }
span { border-color: rgb(62,2,27); }
td.TdClassName
{
border-color: #3E021B;
}
.TagClassName
{
border-color: #3E021B;
}
</style>