Shades of Blackberry #3E001B
Tints of Blackberry #3E001B
RGB
CMYK
RGB Variations
Color information
#3E001B (or 0x3E001B) is known color: Blackberry. HEX triplet: 3E, 00 and 1B. RGB value is (62,0,27). Sum of RGB (Red+Green+Blue) = 62+0+27=89 (11% of max value = 765). Red value is 62 (24.61% from 255 or 69.66% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 62 - color contains mainly: red. Hex color #3E001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E001B is #C1FFE4. Grayscale: #151515. Windows color (decimal): -12713957 or 1769534. OLE color: 1769534.
HSL color Cylindrical-coordinate representation of color #3E001B: hue angle of 333.87º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E001B is Cyan = 0, Magento = 1, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.56 | 0.76 |
| HSL | 333.87º | 1% | 0.12% | - |
| HSV(B) | 333.87º | 1% | 0.24% | - |
| XYZ | 2.18 | 1.1 | 1.13 | - |
| YUV | 21.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 27 | 0 | 1 | 0.56 | 0.76 | 333.87 | 1 | 0.12 |
| Hex | 3E | 0 | 1B | 0 | 64 | 38 | 4C | 14E | 64 | C |
| Octal | 76 | 0 | 33 | 0 | 144 | 70 | 114 | 516 | 144 | 14 |
| Binary | 111110 | 0 | 11011 | 0 | 1100100 | 111000 | 1001100 | 101001110 | 1100100 | 1100 |
Color Harmonies of #3E001B
Complementary color
Monochromatic Colors of #3E001B
Black with #3E001B
Text Example
Text Example
White with #3E001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E001B; }
p { color: rgb(62,0,27); }
H1.HeaderClassName
{
color: #3E001B;
}
.AnyTagClassName
{
color: #3E001B;
}
</style>
background-color css
<style>
a { background-color: #3E001B; }
a { background-color: rgb(62,0,27); }
div.DivClassName
{
background-color: #3E001B;
}
.BgClassName
{
background-color: #3E001B;
}
</style>
border-color css
<style>
span { border-color: #3E001B; }
span { border-color: rgb(62,0,27); }
td.TdClassName
{
border-color: #3E001B;
}
.TagClassName
{
border-color: #3E001B;
}
</style>