Shades of Blackberry #3E061F
Tints of Blackberry #3E061F
RGB
CMYK
RGB Variations
Color information
#3E061F (or 0x3E061F) is known color: Blackberry. HEX triplet: 3E, 06 and 1F. RGB value is (62,6,31). Sum of RGB (Red+Green+Blue) = 62+6+31=99 (13% of max value = 765). Red value is 62 (24.61% from 255 or 62.63% from 99); Green value is 6 (2.73% from 255 or 6.06% from 99); Blue value is 31 (12.5% from 255 or 31.31% from 99); Max value from RGB is 62 - color contains mainly: red. Hex color #3E061F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E061F is #C1F9E0. Grayscale: #191919. Windows color (decimal): -12712417 or 2033214. OLE color: 2033214.
HSL color Cylindrical-coordinate representation of color #3E061F: hue angle of 333.21º 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 #3E061F is Cyan = 0, Magento = 0.90, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 6 | 31 | - |
| CMYK | 0 | 0.90 | 0.5 | 0.76 |
| HSL | 333.21º | 0.82% | 0.13% | - |
| HSV(B) | 333.21º | 0.9% | 0.24% | - |
| XYZ | 2.3 | 1.25 | 1.42 | - |
| YUV | 25.59 | 131.05 | 153.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 31 | 0 | 0.90 | 0.5 | 0.76 | 333.21 | 0.82 | 0.13 |
| Hex | 3E | 6 | 1F | 0 | 5A | 32 | 4C | 14D | 52 | D |
| Octal | 76 | 6 | 37 | 0 | 132 | 62 | 114 | 515 | 122 | 15 |
| Binary | 111110 | 110 | 11111 | 0 | 1011010 | 110010 | 1001100 | 101001101 | 1010010 | 1101 |
Color Harmonies of #3E061F
Complementary color
Monochromatic Colors of #3E061F
Black with #3E061F
Text Example
Text Example
White with #3E061F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E061F; }
p { color: rgb(62,6,31); }
H1.HeaderClassName
{
color: #3E061F;
}
.AnyTagClassName
{
color: #3E061F;
}
</style>
background-color css
<style>
a { background-color: #3E061F; }
a { background-color: rgb(62,6,31); }
div.DivClassName
{
background-color: #3E061F;
}
.BgClassName
{
background-color: #3E061F;
}
</style>
border-color css
<style>
span { border-color: #3E061F; }
span { border-color: rgb(62,6,31); }
td.TdClassName
{
border-color: #3E061F;
}
.TagClassName
{
border-color: #3E061F;
}
</style>