Shades of Blackberry #3E0523
Tints of Blackberry #3E0523
RGB
CMYK
RGB Variations
Color information
#3E0523 (or 0x3E0523) is known color: Blackberry. HEX triplet: 3E, 05 and 23. RGB value is (62,5,35). Sum of RGB (Red+Green+Blue) = 62+5+35=102 (13% of max value = 765). Red value is 62 (24.61% from 255 or 60.78% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0523 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0523 is #C1FADC. Grayscale: #191919. Windows color (decimal): -12712669 or 2295102. OLE color: 2295102.
HSL color Cylindrical-coordinate representation of color #3E0523: hue angle of 328.42º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #3E0523 is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 5 | 35 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.76 |
| HSL | 328.42º | 0.85% | 0.13% | - |
| HSV(B) | 328.42º | 0.92% | 0.24% | - |
| XYZ | 2.34 | 1.25 | 1.71 | - |
| YUV | 25.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 5 | 35 | 0 | 0.92 | 0.44 | 0.76 | 328.42 | 0.85 | 0.13 |
| Hex | 3E | 5 | 23 | 0 | 5C | 2C | 4C | 148 | 55 | D |
| Octal | 76 | 5 | 43 | 0 | 134 | 54 | 114 | 510 | 125 | 15 |
| Binary | 111110 | 101 | 100011 | 0 | 1011100 | 101100 | 1001100 | 101001000 | 1010101 | 1101 |
Color Harmonies of #3E0523
Complementary color
Monochromatic Colors of #3E0523
Black with #3E0523
Text Example
Text Example
White with #3E0523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0523; }
p { color: rgb(62,5,35); }
H1.HeaderClassName
{
color: #3E0523;
}
.AnyTagClassName
{
color: #3E0523;
}
</style>
background-color css
<style>
a { background-color: #3E0523; }
a { background-color: rgb(62,5,35); }
div.DivClassName
{
background-color: #3E0523;
}
.BgClassName
{
background-color: #3E0523;
}
</style>
border-color css
<style>
span { border-color: #3E0523; }
span { border-color: rgb(62,5,35); }
td.TdClassName
{
border-color: #3E0523;
}
.TagClassName
{
border-color: #3E0523;
}
</style>