Shades of Blackberry #38162E
Tints of Blackberry #38162E
RGB
CMYK
RGB Variations
Color information
#38162E (or 0x38162E) is known color: Blackberry. HEX triplet: 38, 16 and 2E. RGB value is (56,22,46). Sum of RGB (Red+Green+Blue) = 56+22+46=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 22 (8.98% from 255 or 17.74% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #38162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38162E is #C7E9D1. Grayscale: #222222. Windows color (decimal): -13101522 or 3020344. OLE color: 3020344.
HSL color Cylindrical-coordinate representation of color #38162E: hue angle of 317.65º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38162E is Cyan = 0, Magento = 0.61, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 22 | 46 | - |
| CMYK | 0 | 0.61 | 0.18 | 0.78 |
| HSL | 317.65º | 0.44% | 0.15% | - |
| HSV(B) | 317.65º | 0.61% | 0.22% | - |
| XYZ | 2.41 | 1.61 | 2.77 | - |
| YUV | 34.9 | 134.26 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 22 | 46 | 0 | 0.61 | 0.18 | 0.78 | 317.65 | 0.44 | 0.15 |
| Hex | 38 | 16 | 2E | 0 | 3D | 12 | 4E | 13E | 2C | F |
| Octal | 70 | 26 | 56 | 0 | 75 | 22 | 116 | 476 | 54 | 17 |
| Binary | 111000 | 10110 | 101110 | 0 | 111101 | 10010 | 1001110 | 100111110 | 101100 | 1111 |
Color Harmonies of #38162E
Complementary color
Monochromatic Colors of #38162E
Black with #38162E
Text Example
Text Example
White with #38162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38162E; }
p { color: rgb(56,22,46); }
H1.HeaderClassName
{
color: #38162E;
}
.AnyTagClassName
{
color: #38162E;
}
</style>
background-color css
<style>
a { background-color: #38162E; }
a { background-color: rgb(56,22,46); }
div.DivClassName
{
background-color: #38162E;
}
.BgClassName
{
background-color: #38162E;
}
</style>
border-color css
<style>
span { border-color: #38162E; }
span { border-color: rgb(56,22,46); }
td.TdClassName
{
border-color: #38162E;
}
.TagClassName
{
border-color: #38162E;
}
</style>