Shades of Blackberry #3E011F
Tints of Blackberry #3E011F
RGB
CMYK
RGB Variations
Color information
#3E011F (or 0x3E011F) is known color: Blackberry. HEX triplet: 3E, 01 and 1F. RGB value is (62,1,31). Sum of RGB (Red+Green+Blue) = 62+1+31=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E011F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E011F is #C1FEE0. Grayscale: #161616. Windows color (decimal): -12713697 or 2031934. OLE color: 2031934.
HSL color Cylindrical-coordinate representation of color #3E011F: hue angle of 330.49º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E011F is Cyan = 0, Magento = 0.98, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 31 | - |
| CMYK | 0 | 0.98 | 0.5 | 0.76 |
| HSL | 330.49º | 0.97% | 0.12% | - |
| HSV(B) | 330.49º | 0.98% | 0.24% | - |
| XYZ | 2.24 | 1.14 | 1.4 | - |
| YUV | 22.66 | 132.71 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 31 | 0 | 0.98 | 0.5 | 0.76 | 330.49 | 0.97 | 0.12 |
| Hex | 3E | 1 | 1F | 0 | 62 | 32 | 4C | 14A | 61 | C |
| Octal | 76 | 1 | 37 | 0 | 142 | 62 | 114 | 512 | 141 | 14 |
| Binary | 111110 | 1 | 11111 | 0 | 1100010 | 110010 | 1001100 | 101001010 | 1100001 | 1100 |
Color Harmonies of #3E011F
Complementary color
Monochromatic Colors of #3E011F
Black with #3E011F
Text Example
Text Example
White with #3E011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E011F; }
p { color: rgb(62,1,31); }
H1.HeaderClassName
{
color: #3E011F;
}
.AnyTagClassName
{
color: #3E011F;
}
</style>
background-color css
<style>
a { background-color: #3E011F; }
a { background-color: rgb(62,1,31); }
div.DivClassName
{
background-color: #3E011F;
}
.BgClassName
{
background-color: #3E011F;
}
</style>
border-color css
<style>
span { border-color: #3E011F; }
span { border-color: rgb(62,1,31); }
td.TdClassName
{
border-color: #3E011F;
}
.TagClassName
{
border-color: #3E011F;
}
</style>