Shades of Blackberry #3E0623
Tints of Blackberry #3E0623
RGB
CMYK
RGB Variations
Color information
#3E0623 (or 0x3E0623) is known color: Blackberry. HEX triplet: 3E, 06 and 23. RGB value is (62,6,35). Sum of RGB (Red+Green+Blue) = 62+6+35=103 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.19% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 35 (14.06% from 255 or 33.98% from 103); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0623 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0623 is #C1F9DC. Grayscale: #191919. Windows color (decimal): -12712413 or 2295358. OLE color: 2295358.
HSL color Cylindrical-coordinate representation of color #3E0623: hue angle of 328.93º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3E0623 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 6 | 35 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.76 |
| HSL | 328.93º | 0.82% | 0.13% | - |
| HSV(B) | 328.93º | 0.9% | 0.24% | - |
| XYZ | 2.36 | 1.28 | 1.71 | - |
| YUV | 26.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 6 | 35 | 0 | 0.90 | 0.44 | 0.76 | 328.93 | 0.82 | 0.13 |
| Hex | 3E | 6 | 23 | 0 | 5A | 2C | 4C | 149 | 52 | D |
| Octal | 76 | 6 | 43 | 0 | 132 | 54 | 114 | 511 | 122 | 15 |
| Binary | 111110 | 110 | 100011 | 0 | 1011010 | 101100 | 1001100 | 101001001 | 1010010 | 1101 |
Color Harmonies of #3E0623
Complementary color
Monochromatic Colors of #3E0623
Black with #3E0623
Text Example
Text Example
White with #3E0623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0623; }
p { color: rgb(62,6,35); }
H1.HeaderClassName
{
color: #3E0623;
}
.AnyTagClassName
{
color: #3E0623;
}
</style>
background-color css
<style>
a { background-color: #3E0623; }
a { background-color: rgb(62,6,35); }
div.DivClassName
{
background-color: #3E0623;
}
.BgClassName
{
background-color: #3E0623;
}
</style>
border-color css
<style>
span { border-color: #3E0623; }
span { border-color: rgb(62,6,35); }
td.TdClassName
{
border-color: #3E0623;
}
.TagClassName
{
border-color: #3E0623;
}
</style>