Shades of Blackberry #3E1B33
Tints of Blackberry #3E1B33
RGB
CMYK
RGB Variations
Color information
#3E1B33 (or 0x3E1B33) is known color: Blackberry. HEX triplet: 3E, 1B and 33. RGB value is (62,27,51). Sum of RGB (Red+Green+Blue) = 62+27+51=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1B33 is #C1E4CC. Grayscale: #282828. Windows color (decimal): -12707021 or 3349310. OLE color: 3349310.
HSL color Cylindrical-coordinate representation of color #3E1B33: hue angle of 318.86º degrees, saturation: 0.39, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E1B33 is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 27 | 51 | - |
| CMYK | 0 | 0.56 | 0.18 | 0.76 |
| HSL | 318.86º | 0.39% | 0.17% | - |
| HSV(B) | 318.86º | 0.56% | 0.24% | - |
| XYZ | 2.98 | 2.05 | 3.37 | - |
| YUV | 40.2 | 134.1 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 27 | 51 | 0 | 0.56 | 0.18 | 0.76 | 318.86 | 0.39 | 0.17 |
| Hex | 3E | 1B | 33 | 0 | 38 | 12 | 4C | 13F | 27 | 11 |
| Octal | 76 | 33 | 63 | 0 | 70 | 22 | 114 | 477 | 47 | 21 |
| Binary | 111110 | 11011 | 110011 | 0 | 111000 | 10010 | 1001100 | 100111111 | 100111 | 10001 |
Color Harmonies of #3E1B33
Complementary color
Monochromatic Colors of #3E1B33
Black with #3E1B33
Text Example
Text Example
White with #3E1B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1B33; }
p { color: rgb(62,27,51); }
H1.HeaderClassName
{
color: #3E1B33;
}
.AnyTagClassName
{
color: #3E1B33;
}
</style>
background-color css
<style>
a { background-color: #3E1B33; }
a { background-color: rgb(62,27,51); }
div.DivClassName
{
background-color: #3E1B33;
}
.BgClassName
{
background-color: #3E1B33;
}
</style>
border-color css
<style>
span { border-color: #3E1B33; }
span { border-color: rgb(62,27,51); }
td.TdClassName
{
border-color: #3E1B33;
}
.TagClassName
{
border-color: #3E1B33;
}
</style>