Shades of Blackberry #38132D
Tints of Blackberry #38132D
RGB
CMYK
RGB Variations
Color information
#38132D (or 0x38132D) is known color: Blackberry. HEX triplet: 38, 13 and 2D. RGB value is (56,19,45). Sum of RGB (Red+Green+Blue) = 56+19+45=120 (15% of max value = 765). Red value is 56 (22.27% from 255 or 46.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 45 (17.97% from 255 or 37.5% from 120); Max value from RGB is 56 - color contains mainly: red. Hex color #38132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38132D is #C7ECD2. Grayscale: #202020. Windows color (decimal): -13102291 or 2954040. OLE color: 2954040.
HSL color Cylindrical-coordinate representation of color #38132D: hue angle of 317.84º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38132D is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 45 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.78 |
| HSL | 317.84º | 0.49% | 0.15% | - |
| HSV(B) | 317.84º | 0.66% | 0.22% | - |
| XYZ | 2.34 | 1.5 | 2.65 | - |
| YUV | 33.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 45 | 0 | 0.66 | 0.20 | 0.78 | 317.84 | 0.49 | 0.15 |
| Hex | 38 | 13 | 2D | 0 | 42 | 14 | 4E | 13E | 31 | F |
| Octal | 70 | 23 | 55 | 0 | 102 | 24 | 116 | 476 | 61 | 17 |
| Binary | 111000 | 10011 | 101101 | 0 | 1000010 | 10100 | 1001110 | 100111110 | 110001 | 1111 |
Color Harmonies of #38132D
Complementary color
Monochromatic Colors of #38132D
Black with #38132D
Text Example
Text Example
White with #38132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38132D; }
p { color: rgb(56,19,45); }
H1.HeaderClassName
{
color: #38132D;
}
.AnyTagClassName
{
color: #38132D;
}
</style>
background-color css
<style>
a { background-color: #38132D; }
a { background-color: rgb(56,19,45); }
div.DivClassName
{
background-color: #38132D;
}
.BgClassName
{
background-color: #38132D;
}
</style>
border-color css
<style>
span { border-color: #38132D; }
span { border-color: rgb(56,19,45); }
td.TdClassName
{
border-color: #38132D;
}
.TagClassName
{
border-color: #38132D;
}
</style>