Shades of Blackberry #3E031B
Tints of Blackberry #3E031B
RGB
CMYK
RGB Variations
Color information
#3E031B (or 0x3E031B) is known color: Blackberry. HEX triplet: 3E, 03 and 1B. RGB value is (62,3,27). Sum of RGB (Red+Green+Blue) = 62+3+27=92 (12% of max value = 765). Red value is 62 (24.61% from 255 or 67.39% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 27 (10.94% from 255 or 29.35% from 92); Max value from RGB is 62 - color contains mainly: red. Hex color #3E031B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E031B is #C1FCE4. Grayscale: #171717. Windows color (decimal): -12713189 or 1770302. OLE color: 1770302.
HSL color Cylindrical-coordinate representation of color #3E031B: hue angle of 335.59º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3E031B is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 3 | 27 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.76 |
| HSL | 335.59º | 0.91% | 0.13% | - |
| HSV(B) | 335.59º | 0.95% | 0.24% | - |
| XYZ | 2.22 | 1.17 | 1.15 | - |
| YUV | 23.38 | 130.05 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 27 | 0 | 0.95 | 0.56 | 0.76 | 335.59 | 0.91 | 0.13 |
| Hex | 3E | 3 | 1B | 0 | 5F | 38 | 4C | 150 | 5B | D |
| Octal | 76 | 3 | 33 | 0 | 137 | 70 | 114 | 520 | 133 | 15 |
| Binary | 111110 | 11 | 11011 | 0 | 1011111 | 111000 | 1001100 | 101010000 | 1011011 | 1101 |
Color Harmonies of #3E031B
Complementary color
Monochromatic Colors of #3E031B
Black with #3E031B
Text Example
Text Example
White with #3E031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E031B; }
p { color: rgb(62,3,27); }
H1.HeaderClassName
{
color: #3E031B;
}
.AnyTagClassName
{
color: #3E031B;
}
</style>
background-color css
<style>
a { background-color: #3E031B; }
a { background-color: rgb(62,3,27); }
div.DivClassName
{
background-color: #3E031B;
}
.BgClassName
{
background-color: #3E031B;
}
</style>
border-color css
<style>
span { border-color: #3E031B; }
span { border-color: rgb(62,3,27); }
td.TdClassName
{
border-color: #3E031B;
}
.TagClassName
{
border-color: #3E031B;
}
</style>