Shades of Blackberry #3E061E
Tints of Blackberry #3E061E
RGB
CMYK
RGB Variations
Color information
#3E061E (or 0x3E061E) is known color: Blackberry. HEX triplet: 3E, 06 and 1E. RGB value is (62,6,30). Sum of RGB (Red+Green+Blue) = 62+6+30=98 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.27% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 30 (12.11% from 255 or 30.61% from 98); Max value from RGB is 62 - color contains mainly: red. Hex color #3E061E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E061E is #C1F9E1. Grayscale: #191919. Windows color (decimal): -12712418 or 1967678. OLE color: 1967678.
HSL color Cylindrical-coordinate representation of color #3E061E: hue angle of 334.29º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E061E is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 6 | 30 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.76 |
| HSL | 334.29º | 0.82% | 0.13% | - |
| HSV(B) | 334.29º | 0.9% | 0.24% | - |
| XYZ | 2.29 | 1.25 | 1.35 | - |
| YUV | 25.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 30 | 0 | 0.90 | 0.52 | 0.76 | 334.29 | 0.82 | 0.13 |
| Hex | 3E | 6 | 1E | 0 | 5A | 34 | 4C | 14E | 52 | D |
| Octal | 76 | 6 | 36 | 0 | 132 | 64 | 114 | 516 | 122 | 15 |
| Binary | 111110 | 110 | 11110 | 0 | 1011010 | 110100 | 1001100 | 101001110 | 1010010 | 1101 |
Color Harmonies of #3E061E
Complementary color
Monochromatic Colors of #3E061E
Black with #3E061E
Text Example
Text Example
White with #3E061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E061E; }
p { color: rgb(62,6,30); }
H1.HeaderClassName
{
color: #3E061E;
}
.AnyTagClassName
{
color: #3E061E;
}
</style>
background-color css
<style>
a { background-color: #3E061E; }
a { background-color: rgb(62,6,30); }
div.DivClassName
{
background-color: #3E061E;
}
.BgClassName
{
background-color: #3E061E;
}
</style>
border-color css
<style>
span { border-color: #3E061E; }
span { border-color: rgb(62,6,30); }
td.TdClassName
{
border-color: #3E061E;
}
.TagClassName
{
border-color: #3E061E;
}
</style>