Shades of Blackberry #3E022F
Tints of Blackberry #3E022F
RGB
CMYK
RGB Variations
Color information
#3E022F (or 0x3E022F) is known color: Blackberry. HEX triplet: 3E, 02 and 2F. RGB value is (62,2,47). Sum of RGB (Red+Green+Blue) = 62+2+47=111 (14% of max value = 765). Red value is 62 (24.61% from 255 or 55.86% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 47 (18.75% from 255 or 42.34% from 111); Max value from RGB is 62 - color contains mainly: red. Hex color #3E022F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E022F is #C1FDD0. Grayscale: #181818. Windows color (decimal): -12713425 or 3080766. OLE color: 3080766.
HSL color Cylindrical-coordinate representation of color #3E022F: hue angle of 315º 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 #3E022F is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 47 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.76 |
| HSL | 315º | 0.94% | 0.13% | - |
| HSV(B) | 315º | 0.97% | 0.24% | - |
| XYZ | 2.52 | 1.27 | 2.8 | - |
| YUV | 25.07 | 140.38 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 47 | 0 | 0.97 | 0.24 | 0.76 | 315 | 0.94 | 0.13 |
| Hex | 3E | 2 | 2F | 0 | 61 | 18 | 4C | 13B | 5E | D |
| Octal | 76 | 2 | 57 | 0 | 141 | 30 | 114 | 473 | 136 | 15 |
| Binary | 111110 | 10 | 101111 | 0 | 1100001 | 11000 | 1001100 | 100111011 | 1011110 | 1101 |
Color Harmonies of #3E022F
Complementary color
Monochromatic Colors of #3E022F
Black with #3E022F
Text Example
Text Example
White with #3E022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E022F; }
p { color: rgb(62,2,47); }
H1.HeaderClassName
{
color: #3E022F;
}
.AnyTagClassName
{
color: #3E022F;
}
</style>
background-color css
<style>
a { background-color: #3E022F; }
a { background-color: rgb(62,2,47); }
div.DivClassName
{
background-color: #3E022F;
}
.BgClassName
{
background-color: #3E022F;
}
</style>
border-color css
<style>
span { border-color: #3E022F; }
span { border-color: rgb(62,2,47); }
td.TdClassName
{
border-color: #3E022F;
}
.TagClassName
{
border-color: #3E022F;
}
</style>