Shades of Blackberry #38112B
Tints of Blackberry #38112B
RGB
CMYK
RGB Variations
Color information
#38112B (or 0x38112B) is known color: Blackberry. HEX triplet: 38, 11 and 2B. RGB value is (56,17,43). Sum of RGB (Red+Green+Blue) = 56+17+43=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 17 (7.03% from 255 or 14.66% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #38112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38112B is #C7EED4. Grayscale: #1F1F1F. Windows color (decimal): -13102805 or 2822456. OLE color: 2822456.
HSL color Cylindrical-coordinate representation of color #38112B: hue angle of 320º 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 #38112B is Cyan = 0, Magento = 0.70, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 17 | 43 | - |
| CMYK | 0 | 0.70 | 0.23 | 0.78 |
| HSL | 320º | 0.53% | 0.14% | - |
| HSV(B) | 320º | 0.7% | 0.22% | - |
| XYZ | 2.27 | 1.42 | 2.44 | - |
| YUV | 31.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 43 | 0 | 0.70 | 0.23 | 0.78 | 320 | 0.53 | 0.14 |
| Hex | 38 | 11 | 2B | 0 | 46 | 17 | 4E | 140 | 35 | E |
| Octal | 70 | 21 | 53 | 0 | 106 | 27 | 116 | 500 | 65 | 16 |
| Binary | 111000 | 10001 | 101011 | 0 | 1000110 | 10111 | 1001110 | 101000000 | 110101 | 1110 |
Color Harmonies of #38112B
Complementary color
Monochromatic Colors of #38112B
Black with #38112B
Text Example
Text Example
White with #38112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38112B; }
p { color: rgb(56,17,43); }
H1.HeaderClassName
{
color: #38112B;
}
.AnyTagClassName
{
color: #38112B;
}
</style>
background-color css
<style>
a { background-color: #38112B; }
a { background-color: rgb(56,17,43); }
div.DivClassName
{
background-color: #38112B;
}
.BgClassName
{
background-color: #38112B;
}
</style>
border-color css
<style>
span { border-color: #38112B; }
span { border-color: rgb(56,17,43); }
td.TdClassName
{
border-color: #38112B;
}
.TagClassName
{
border-color: #38112B;
}
</style>