Shades of Blackberry #38112C
Tints of Blackberry #38112C
RGB
CMYK
RGB Variations
Color information
#38112C (or 0x38112C) is known color: Blackberry. HEX triplet: 38, 11 and 2C. RGB value is (56,17,44). Sum of RGB (Red+Green+Blue) = 56+17+44=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #38112C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38112C is #C7EED3. Grayscale: #1F1F1F. Windows color (decimal): -13102804 or 2887992. OLE color: 2887992.
HSL color Cylindrical-coordinate representation of color #38112C: hue angle of 318.46º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38112C is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 17 | 44 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.78 |
| HSL | 318.46º | 0.53% | 0.14% | - |
| HSV(B) | 318.46º | 0.7% | 0.22% | - |
| XYZ | 2.29 | 1.42 | 2.54 | - |
| YUV | 31.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 44 | 0 | 0.70 | 0.21 | 0.78 | 318.46 | 0.53 | 0.14 |
| Hex | 38 | 11 | 2C | 0 | 46 | 15 | 4E | 13E | 35 | E |
| Octal | 70 | 21 | 54 | 0 | 106 | 25 | 116 | 476 | 65 | 16 |
| Binary | 111000 | 10001 | 101100 | 0 | 1000110 | 10101 | 1001110 | 100111110 | 110101 | 1110 |
Color Harmonies of #38112C
Complementary color
Monochromatic Colors of #38112C
Black with #38112C
Text Example
Text Example
White with #38112C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38112C; }
p { color: rgb(56,17,44); }
H1.HeaderClassName
{
color: #38112C;
}
.AnyTagClassName
{
color: #38112C;
}
</style>
background-color css
<style>
a { background-color: #38112C; }
a { background-color: rgb(56,17,44); }
div.DivClassName
{
background-color: #38112C;
}
.BgClassName
{
background-color: #38112C;
}
</style>
border-color css
<style>
span { border-color: #38112C; }
span { border-color: rgb(56,17,44); }
td.TdClassName
{
border-color: #38112C;
}
.TagClassName
{
border-color: #38112C;
}
</style>