Shades of Blackberry #3E011B
Tints of Blackberry #3E011B
RGB
CMYK
RGB Variations
Color information
#3E011B (or 0x3E011B) is known color: Blackberry. HEX triplet: 3E, 01 and 1B. RGB value is (62,1,27). Sum of RGB (Red+Green+Blue) = 62+1+27=90 (11% of max value = 765). Red value is 62 (24.61% from 255 or 68.89% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 62 - color contains mainly: red. Hex color #3E011B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E011B is #C1FEE4. Grayscale: #161616. Windows color (decimal): -12713701 or 1769790. OLE color: 1769790.
HSL color Cylindrical-coordinate representation of color #3E011B: hue angle of 334.43º 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 #3E011B is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 27 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.76 |
| HSL | 334.43º | 0.97% | 0.12% | - |
| HSV(B) | 334.43º | 0.98% | 0.24% | - |
| XYZ | 2.2 | 1.12 | 1.14 | - |
| YUV | 22.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 27 | 0 | 0.98 | 0.56 | 0.76 | 334.43 | 0.97 | 0.12 |
| Hex | 3E | 1 | 1B | 0 | 62 | 38 | 4C | 14E | 61 | C |
| Octal | 76 | 1 | 33 | 0 | 142 | 70 | 114 | 516 | 141 | 14 |
| Binary | 111110 | 1 | 11011 | 0 | 1100010 | 111000 | 1001100 | 101001110 | 1100001 | 1100 |
Color Harmonies of #3E011B
Complementary color
Monochromatic Colors of #3E011B
Black with #3E011B
Text Example
Text Example
White with #3E011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E011B; }
p { color: rgb(62,1,27); }
H1.HeaderClassName
{
color: #3E011B;
}
.AnyTagClassName
{
color: #3E011B;
}
</style>
background-color css
<style>
a { background-color: #3E011B; }
a { background-color: rgb(62,1,27); }
div.DivClassName
{
background-color: #3E011B;
}
.BgClassName
{
background-color: #3E011B;
}
</style>
border-color css
<style>
span { border-color: #3E011B; }
span { border-color: rgb(62,1,27); }
td.TdClassName
{
border-color: #3E011B;
}
.TagClassName
{
border-color: #3E011B;
}
</style>