Shades of Blackberry #3E032C
Tints of Blackberry #3E032C
RGB
CMYK
RGB Variations
Color information
#3E032C (or 0x3E032C) is known color: Blackberry. HEX triplet: 3E, 03 and 2C. RGB value is (62,3,44). Sum of RGB (Red+Green+Blue) = 62+3+44=109 (14% of max value = 765). Red value is 62 (24.61% from 255 or 56.88% from 109); Green value is 3 (1.56% from 255 or 2.75% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 62 - color contains mainly: red. Hex color #3E032C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E032C is #C1FCD3. Grayscale: #191919. Windows color (decimal): -12713172 or 2884414. OLE color: 2884414.
HSL color Cylindrical-coordinate representation of color #3E032C: hue angle of 318.31º 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 #3E032C is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 3 | 44 | - |
| CMYK | 0 | 0.95 | 0.29 | 0.76 |
| HSL | 318.31º | 0.91% | 0.13% | - |
| HSV(B) | 318.31º | 0.95% | 0.24% | - |
| XYZ | 2.47 | 1.27 | 2.5 | - |
| YUV | 25.32 | 138.55 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 3 | 44 | 0 | 0.95 | 0.29 | 0.76 | 318.31 | 0.91 | 0.13 |
| Hex | 3E | 3 | 2C | 0 | 5F | 1D | 4C | 13E | 5B | D |
| Octal | 76 | 3 | 54 | 0 | 137 | 35 | 114 | 476 | 133 | 15 |
| Binary | 111110 | 11 | 101100 | 0 | 1011111 | 11101 | 1001100 | 100111110 | 1011011 | 1101 |
Color Harmonies of #3E032C
Complementary color
Monochromatic Colors of #3E032C
Black with #3E032C
Text Example
Text Example
White with #3E032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E032C; }
p { color: rgb(62,3,44); }
H1.HeaderClassName
{
color: #3E032C;
}
.AnyTagClassName
{
color: #3E032C;
}
</style>
background-color css
<style>
a { background-color: #3E032C; }
a { background-color: rgb(62,3,44); }
div.DivClassName
{
background-color: #3E032C;
}
.BgClassName
{
background-color: #3E032C;
}
</style>
border-color css
<style>
span { border-color: #3E032C; }
span { border-color: rgb(62,3,44); }
td.TdClassName
{
border-color: #3E032C;
}
.TagClassName
{
border-color: #3E032C;
}
</style>