Shades of Blackberry #3E031D
Tints of Blackberry #3E031D
RGB
CMYK
RGB Variations
Color information
#3E031D (or 0x3E031D) is known color: Blackberry. HEX triplet: 3E, 03 and 1D. RGB value is (62,3,29). Sum of RGB (Red+Green+Blue) = 62+3+29=94 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.96% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 62 - color contains mainly: red. Hex color #3E031D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E031D is #C1FCE2. Grayscale: #171717. Windows color (decimal): -12713187 or 1901374. OLE color: 1901374.
HSL color Cylindrical-coordinate representation of color #3E031D: hue angle of 333.56º 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 #3E031D is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 3 | 29 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.76 |
| HSL | 333.56º | 0.91% | 0.13% | - |
| HSV(B) | 333.56º | 0.95% | 0.24% | - |
| XYZ | 2.24 | 1.18 | 1.27 | - |
| YUV | 23.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 29 | 0 | 0.95 | 0.53 | 0.76 | 333.56 | 0.91 | 0.13 |
| Hex | 3E | 3 | 1D | 0 | 5F | 35 | 4C | 14E | 5B | D |
| Octal | 76 | 3 | 35 | 0 | 137 | 65 | 114 | 516 | 133 | 15 |
| Binary | 111110 | 11 | 11101 | 0 | 1011111 | 110101 | 1001100 | 101001110 | 1011011 | 1101 |
Color Harmonies of #3E031D
Complementary color
Monochromatic Colors of #3E031D
Black with #3E031D
Text Example
Text Example
White with #3E031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E031D; }
p { color: rgb(62,3,29); }
H1.HeaderClassName
{
color: #3E031D;
}
.AnyTagClassName
{
color: #3E031D;
}
</style>
background-color css
<style>
a { background-color: #3E031D; }
a { background-color: rgb(62,3,29); }
div.DivClassName
{
background-color: #3E031D;
}
.BgClassName
{
background-color: #3E031D;
}
</style>
border-color css
<style>
span { border-color: #3E031D; }
span { border-color: rgb(62,3,29); }
td.TdClassName
{
border-color: #3E031D;
}
.TagClassName
{
border-color: #3E031D;
}
</style>