Shades of Blackberry #38112E
Tints of Blackberry #38112E
RGB
CMYK
RGB Variations
Color information
#38112E (or 0x38112E) is known color: Blackberry. HEX triplet: 38, 11 and 2E. RGB value is (56,17,46). Sum of RGB (Red+Green+Blue) = 56+17+46=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38112E is #C7EED1. Grayscale: #1F1F1F. Windows color (decimal): -13102802 or 3019064. OLE color: 3019064.
HSL color Cylindrical-coordinate representation of color #38112E: hue angle of 315.38º 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 #38112E is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 17 | 46 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.78 |
| HSL | 315.38º | 0.53% | 0.14% | - |
| HSV(B) | 315.38º | 0.7% | 0.22% | - |
| XYZ | 2.32 | 1.44 | 2.74 | - |
| YUV | 31.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 17 | 46 | 0 | 0.70 | 0.18 | 0.78 | 315.38 | 0.53 | 0.14 |
| Hex | 38 | 11 | 2E | 0 | 46 | 12 | 4E | 13B | 35 | E |
| Octal | 70 | 21 | 56 | 0 | 106 | 22 | 116 | 473 | 65 | 16 |
| Binary | 111000 | 10001 | 101110 | 0 | 1000110 | 10010 | 1001110 | 100111011 | 110101 | 1110 |
Color Harmonies of #38112E
Complementary color
Monochromatic Colors of #38112E
Black with #38112E
Text Example
Text Example
White with #38112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38112E; }
p { color: rgb(56,17,46); }
H1.HeaderClassName
{
color: #38112E;
}
.AnyTagClassName
{
color: #38112E;
}
</style>
background-color css
<style>
a { background-color: #38112E; }
a { background-color: rgb(56,17,46); }
div.DivClassName
{
background-color: #38112E;
}
.BgClassName
{
background-color: #38112E;
}
</style>
border-color css
<style>
span { border-color: #38112E; }
span { border-color: rgb(56,17,46); }
td.TdClassName
{
border-color: #38112E;
}
.TagClassName
{
border-color: #38112E;
}
</style>