Shades of Blackberry #3E092C
Tints of Blackberry #3E092C
RGB
CMYK
RGB Variations
Color information
#3E092C (or 0x3E092C) is known color: Blackberry. HEX triplet: 3E, 09 and 2C. RGB value is (62,9,44). Sum of RGB (Red+Green+Blue) = 62+9+44=115 (15% of max value = 765). Red value is 62 (24.61% from 255 or 53.91% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 62 - color contains mainly: red. Hex color #3E092C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E092C is #C1F6D3. Grayscale: #1C1C1C. Windows color (decimal): -12711636 or 2885950. OLE color: 2885950.
HSL color Cylindrical-coordinate representation of color #3E092C: hue angle of 320.38º 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 #3E092C is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 44 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.76 |
| HSL | 320.38º | 0.75% | 0.14% | - |
| HSV(B) | 320.38º | 0.85% | 0.24% | - |
| XYZ | 2.54 | 1.4 | 2.52 | - |
| YUV | 28.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 44 | 0 | 0.85 | 0.29 | 0.76 | 320.38 | 0.75 | 0.14 |
| Hex | 3E | 9 | 2C | 0 | 55 | 1D | 4C | 140 | 4B | E |
| Octal | 76 | 11 | 54 | 0 | 125 | 35 | 114 | 500 | 113 | 16 |
| Binary | 111110 | 1001 | 101100 | 0 | 1010101 | 11101 | 1001100 | 101000000 | 1001011 | 1110 |
Color Harmonies of #3E092C
Complementary color
Monochromatic Colors of #3E092C
Black with #3E092C
Text Example
Text Example
White with #3E092C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E092C; }
p { color: rgb(62,9,44); }
H1.HeaderClassName
{
color: #3E092C;
}
.AnyTagClassName
{
color: #3E092C;
}
</style>
background-color css
<style>
a { background-color: #3E092C; }
a { background-color: rgb(62,9,44); }
div.DivClassName
{
background-color: #3E092C;
}
.BgClassName
{
background-color: #3E092C;
}
</style>
border-color css
<style>
span { border-color: #3E092C; }
span { border-color: rgb(62,9,44); }
td.TdClassName
{
border-color: #3E092C;
}
.TagClassName
{
border-color: #3E092C;
}
</style>