Shades of Blackberry #38132B
Tints of Blackberry #38132B
RGB
CMYK
RGB Variations
Color information
#38132B (or 0x38132B) is known color: Blackberry. HEX triplet: 38, 13 and 2B. RGB value is (56,19,43). Sum of RGB (Red+Green+Blue) = 56+19+43=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #38132B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38132B is #C7ECD4. Grayscale: #202020. Windows color (decimal): -13102293 or 2822968. OLE color: 2822968.
HSL color Cylindrical-coordinate representation of color #38132B: hue angle of 321.08º 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 #38132B is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 43 | - |
| CMYK | 0 | 0.66 | 0.23 | 0.78 |
| HSL | 321.08º | 0.49% | 0.15% | - |
| HSV(B) | 321.08º | 0.66% | 0.22% | - |
| XYZ | 2.3 | 1.48 | 2.45 | - |
| YUV | 32.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 43 | 0 | 0.66 | 0.23 | 0.78 | 321.08 | 0.49 | 0.15 |
| Hex | 38 | 13 | 2B | 0 | 42 | 17 | 4E | 141 | 31 | F |
| Octal | 70 | 23 | 53 | 0 | 102 | 27 | 116 | 501 | 61 | 17 |
| Binary | 111000 | 10011 | 101011 | 0 | 1000010 | 10111 | 1001110 | 101000001 | 110001 | 1111 |
Color Harmonies of #38132B
Complementary color
Monochromatic Colors of #38132B
Black with #38132B
Text Example
Text Example
White with #38132B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38132B; }
p { color: rgb(56,19,43); }
H1.HeaderClassName
{
color: #38132B;
}
.AnyTagClassName
{
color: #38132B;
}
</style>
background-color css
<style>
a { background-color: #38132B; }
a { background-color: rgb(56,19,43); }
div.DivClassName
{
background-color: #38132B;
}
.BgClassName
{
background-color: #38132B;
}
</style>
border-color css
<style>
span { border-color: #38132B; }
span { border-color: rgb(56,19,43); }
td.TdClassName
{
border-color: #38132B;
}
.TagClassName
{
border-color: #38132B;
}
</style>