Shades of Blackberry #3E0933
Tints of Blackberry #3E0933
RGB
CMYK
RGB Variations
Color information
#3E0933 (or 0x3E0933) is known color: Blackberry. HEX triplet: 3E, 09 and 33. RGB value is (62,9,51). Sum of RGB (Red+Green+Blue) = 62+9+51=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 51 (20.31% from 255 or 41.80% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0933 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0933 is #C1F6CC. Grayscale: #1D1D1D. Windows color (decimal): -12711629 or 3344702. OLE color: 3344702.
HSL color Cylindrical-coordinate representation of color #3E0933: hue angle of 312.45º 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 #3E0933 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 51 | - |
| CMYK | 0 | 0.85 | 0.18 | 0.76 |
| HSL | 312.45º | 0.75% | 0.14% | - |
| HSV(B) | 312.45º | 0.85% | 0.24% | - |
| XYZ | 2.68 | 1.46 | 3.27 | - |
| YUV | 29.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 51 | 0 | 0.85 | 0.18 | 0.76 | 312.45 | 0.75 | 0.14 |
| Hex | 3E | 9 | 33 | 0 | 55 | 12 | 4C | 138 | 4B | E |
| Octal | 76 | 11 | 63 | 0 | 125 | 22 | 114 | 470 | 113 | 16 |
| Binary | 111110 | 1001 | 110011 | 0 | 1010101 | 10010 | 1001100 | 100111000 | 1001011 | 1110 |
Color Harmonies of #3E0933
Complementary color
Monochromatic Colors of #3E0933
Black with #3E0933
Text Example
Text Example
White with #3E0933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0933; }
p { color: rgb(62,9,51); }
H1.HeaderClassName
{
color: #3E0933;
}
.AnyTagClassName
{
color: #3E0933;
}
</style>
background-color css
<style>
a { background-color: #3E0933; }
a { background-color: rgb(62,9,51); }
div.DivClassName
{
background-color: #3E0933;
}
.BgClassName
{
background-color: #3E0933;
}
</style>
border-color css
<style>
span { border-color: #3E0933; }
span { border-color: rgb(62,9,51); }
td.TdClassName
{
border-color: #3E0933;
}
.TagClassName
{
border-color: #3E0933;
}
</style>