Shades of Blackberry #3E0023
Tints of Blackberry #3E0023
RGB
CMYK
RGB Variations
Color information
#3E0023 (or 0x3E0023) is known color: Blackberry. HEX triplet: 3E, 00 and 23. RGB value is (62,0,35). Sum of RGB (Red+Green+Blue) = 62+0+35=97 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.92% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 35 (14.06% from 255 or 36.08% from 97); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0023 is #C1FFDC. Grayscale: #161616. Windows color (decimal): -12713949 or 2293822. OLE color: 2293822.
HSL color Cylindrical-coordinate representation of color #3E0023: hue angle of 326.13º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0023 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.44 | 0.76 |
| HSL | 326.13º | 1% | 0.12% | - |
| HSV(B) | 326.13º | 1% | 0.24% | - |
| XYZ | 2.29 | 1.15 | 1.69 | - |
| YUV | 22.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 35 | 0 | 1 | 0.44 | 0.76 | 326.13 | 1 | 0.12 |
| Hex | 3E | 0 | 23 | 0 | 64 | 2C | 4C | 146 | 64 | C |
| Octal | 76 | 0 | 43 | 0 | 144 | 54 | 114 | 506 | 144 | 14 |
| Binary | 111110 | 0 | 100011 | 0 | 1100100 | 101100 | 1001100 | 101000110 | 1100100 | 1100 |
Color Harmonies of #3E0023
Complementary color
Monochromatic Colors of #3E0023
Black with #3E0023
Text Example
Text Example
White with #3E0023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0023; }
p { color: rgb(62,0,35); }
H1.HeaderClassName
{
color: #3E0023;
}
.AnyTagClassName
{
color: #3E0023;
}
</style>
background-color css
<style>
a { background-color: #3E0023; }
a { background-color: rgb(62,0,35); }
div.DivClassName
{
background-color: #3E0023;
}
.BgClassName
{
background-color: #3E0023;
}
</style>
border-color css
<style>
span { border-color: #3E0023; }
span { border-color: rgb(62,0,35); }
td.TdClassName
{
border-color: #3E0023;
}
.TagClassName
{
border-color: #3E0023;
}
</style>