Shades of Blackberry #3E041F
Tints of Blackberry #3E041F
RGB
CMYK
RGB Variations
Color information
#3E041F (or 0x3E041F) is known color: Blackberry. HEX triplet: 3E, 04 and 1F. RGB value is (62,4,31). Sum of RGB (Red+Green+Blue) = 62+4+31=97 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.92% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 62 - color contains mainly: red. Hex color #3E041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E041F is #C1FBE0. Grayscale: #181818. Windows color (decimal): -12712929 or 2032702. OLE color: 2032702.
HSL color Cylindrical-coordinate representation of color #3E041F: hue angle of 332.07º 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 #3E041F is Cyan = 0, Magento = 0.94, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 4 | 31 | - |
| CMYK | 0 | 0.94 | 0.5 | 0.76 |
| HSL | 332.07º | 0.88% | 0.13% | - |
| HSV(B) | 332.07º | 0.94% | 0.24% | - |
| XYZ | 2.28 | 1.21 | 1.41 | - |
| YUV | 24.42 | 131.72 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 4 | 31 | 0 | 0.94 | 0.5 | 0.76 | 332.07 | 0.88 | 0.13 |
| Hex | 3E | 4 | 1F | 0 | 5E | 32 | 4C | 14C | 58 | D |
| Octal | 76 | 4 | 37 | 0 | 136 | 62 | 114 | 514 | 130 | 15 |
| Binary | 111110 | 100 | 11111 | 0 | 1011110 | 110010 | 1001100 | 101001100 | 1011000 | 1101 |
Color Harmonies of #3E041F
Complementary color
Monochromatic Colors of #3E041F
Black with #3E041F
Text Example
Text Example
White with #3E041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E041F; }
p { color: rgb(62,4,31); }
H1.HeaderClassName
{
color: #3E041F;
}
.AnyTagClassName
{
color: #3E041F;
}
</style>
background-color css
<style>
a { background-color: #3E041F; }
a { background-color: rgb(62,4,31); }
div.DivClassName
{
background-color: #3E041F;
}
.BgClassName
{
background-color: #3E041F;
}
</style>
border-color css
<style>
span { border-color: #3E041F; }
span { border-color: rgb(62,4,31); }
td.TdClassName
{
border-color: #3E041F;
}
.TagClassName
{
border-color: #3E041F;
}
</style>