Shades of Blackberry #3E081C
Tints of Blackberry #3E081C
RGB
CMYK
RGB Variations
Color information
#3E081C (or 0x3E081C) is known color: Blackberry. HEX triplet: 3E, 08 and 1C. RGB value is (62,8,28). Sum of RGB (Red+Green+Blue) = 62+8+28=98 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.27% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 62 - color contains mainly: red. Hex color #3E081C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E081C is #C1F7E3. Grayscale: #1A1A1A. Windows color (decimal): -12711908 or 1837118. OLE color: 1837118.
HSL color Cylindrical-coordinate representation of color #3E081C: hue angle of 337.78º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3E081C is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 8 | 28 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.76 |
| HSL | 337.78º | 0.77% | 0.14% | - |
| HSV(B) | 337.78º | 0.87% | 0.24% | - |
| XYZ | 2.28 | 1.28 | 1.23 | - |
| YUV | 26.43 | 128.89 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 8 | 28 | 0 | 0.87 | 0.55 | 0.76 | 337.78 | 0.77 | 0.14 |
| Hex | 3E | 8 | 1C | 0 | 57 | 37 | 4C | 152 | 4D | E |
| Octal | 76 | 10 | 34 | 0 | 127 | 67 | 114 | 522 | 115 | 16 |
| Binary | 111110 | 1000 | 11100 | 0 | 1010111 | 110111 | 1001100 | 101010010 | 1001101 | 1110 |
Color Harmonies of #3E081C
Complementary color
Monochromatic Colors of #3E081C
Black with #3E081C
Text Example
Text Example
White with #3E081C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E081C; }
p { color: rgb(62,8,28); }
H1.HeaderClassName
{
color: #3E081C;
}
.AnyTagClassName
{
color: #3E081C;
}
</style>
background-color css
<style>
a { background-color: #3E081C; }
a { background-color: rgb(62,8,28); }
div.DivClassName
{
background-color: #3E081C;
}
.BgClassName
{
background-color: #3E081C;
}
</style>
border-color css
<style>
span { border-color: #3E081C; }
span { border-color: rgb(62,8,28); }
td.TdClassName
{
border-color: #3E081C;
}
.TagClassName
{
border-color: #3E081C;
}
</style>