Shades of Blackberry #3E091E
Tints of Blackberry #3E091E
RGB
CMYK
RGB Variations
Color information
#3E091E (or 0x3E091E) is known color: Blackberry. HEX triplet: 3E, 09 and 1E. RGB value is (62,9,30). Sum of RGB (Red+Green+Blue) = 62+9+30=101 (13% of max value = 765). Red value is 62 (24.61% from 255 or 61.39% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 62 - color contains mainly: red. Hex color #3E091E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E091E is #C1F6E1. Grayscale: #1B1B1B. Windows color (decimal): -12711650 or 1968446. OLE color: 1968446.
HSL color Cylindrical-coordinate representation of color #3E091E: hue angle of 336.23º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E091E is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 30 | - |
| CMYK | 0 | 0.85 | 0.52 | 0.76 |
| HSL | 336.23º | 0.75% | 0.14% | - |
| HSV(B) | 336.23º | 0.85% | 0.24% | - |
| XYZ | 2.32 | 1.31 | 1.36 | - |
| YUV | 27.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 30 | 0 | 0.85 | 0.52 | 0.76 | 336.23 | 0.75 | 0.14 |
| Hex | 3E | 9 | 1E | 0 | 55 | 34 | 4C | 150 | 4B | E |
| Octal | 76 | 11 | 36 | 0 | 125 | 64 | 114 | 520 | 113 | 16 |
| Binary | 111110 | 1001 | 11110 | 0 | 1010101 | 110100 | 1001100 | 101010000 | 1001011 | 1110 |
Color Harmonies of #3E091E
Complementary color
Monochromatic Colors of #3E091E
Black with #3E091E
Text Example
Text Example
White with #3E091E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E091E; }
p { color: rgb(62,9,30); }
H1.HeaderClassName
{
color: #3E091E;
}
.AnyTagClassName
{
color: #3E091E;
}
</style>
background-color css
<style>
a { background-color: #3E091E; }
a { background-color: rgb(62,9,30); }
div.DivClassName
{
background-color: #3E091E;
}
.BgClassName
{
background-color: #3E091E;
}
</style>
border-color css
<style>
span { border-color: #3E091E; }
span { border-color: rgb(62,9,30); }
td.TdClassName
{
border-color: #3E091E;
}
.TagClassName
{
border-color: #3E091E;
}
</style>