Shades of Blackberry #38152E
Tints of Blackberry #38152E
RGB
CMYK
RGB Variations
Color information
#38152E (or 0x38152E) is known color: Blackberry. HEX triplet: 38, 15 and 2E. RGB value is (56,21,46). Sum of RGB (Red+Green+Blue) = 56+21+46=123 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.53% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 56 - color contains mainly: red. Hex color #38152E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38152E is #C7EAD1. Grayscale: #222222. Windows color (decimal): -13101778 or 3020088. OLE color: 3020088.
HSL color Cylindrical-coordinate representation of color #38152E: hue angle of 317.14º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38152E is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 21 | 46 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.78 |
| HSL | 317.14º | 0.45% | 0.15% | - |
| HSV(B) | 317.14º | 0.63% | 0.22% | - |
| XYZ | 2.39 | 1.57 | 2.76 | - |
| YUV | 34.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 21 | 46 | 0 | 0.63 | 0.18 | 0.78 | 317.14 | 0.45 | 0.15 |
| Hex | 38 | 15 | 2E | 0 | 3F | 12 | 4E | 13D | 2D | F |
| Octal | 70 | 25 | 56 | 0 | 77 | 22 | 116 | 475 | 55 | 17 |
| Binary | 111000 | 10101 | 101110 | 0 | 111111 | 10010 | 1001110 | 100111101 | 101101 | 1111 |
Color Harmonies of #38152E
Complementary color
Monochromatic Colors of #38152E
Black with #38152E
Text Example
Text Example
White with #38152E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38152E; }
p { color: rgb(56,21,46); }
H1.HeaderClassName
{
color: #38152E;
}
.AnyTagClassName
{
color: #38152E;
}
</style>
background-color css
<style>
a { background-color: #38152E; }
a { background-color: rgb(56,21,46); }
div.DivClassName
{
background-color: #38152E;
}
.BgClassName
{
background-color: #38152E;
}
</style>
border-color css
<style>
span { border-color: #38152E; }
span { border-color: rgb(56,21,46); }
td.TdClassName
{
border-color: #38152E;
}
.TagClassName
{
border-color: #38152E;
}
</style>