Shades of Blackberry #38132C
Tints of Blackberry #38132C
RGB
CMYK
RGB Variations
Color information
#38132C (or 0x38132C) is known color: Blackberry. HEX triplet: 38, 13 and 2C. RGB value is (56,19,44). Sum of RGB (Red+Green+Blue) = 56+19+44=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 19 (7.81% from 255 or 15.97% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #38132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38132C is #C7ECD3. Grayscale: #202020. Windows color (decimal): -13102292 or 2888504. OLE color: 2888504.
HSL color Cylindrical-coordinate representation of color #38132C: hue angle of 319.46º 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 #38132C is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 44 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.78 |
| HSL | 319.46º | 0.49% | 0.15% | - |
| HSV(B) | 319.46º | 0.66% | 0.22% | - |
| XYZ | 2.32 | 1.49 | 2.55 | - |
| YUV | 32.91 | 134.26 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 44 | 0 | 0.66 | 0.21 | 0.78 | 319.46 | 0.49 | 0.15 |
| Hex | 38 | 13 | 2C | 0 | 42 | 15 | 4E | 13F | 31 | F |
| Octal | 70 | 23 | 54 | 0 | 102 | 25 | 116 | 477 | 61 | 17 |
| Binary | 111000 | 10011 | 101100 | 0 | 1000010 | 10101 | 1001110 | 100111111 | 110001 | 1111 |
Color Harmonies of #38132C
Complementary color
Monochromatic Colors of #38132C
Black with #38132C
Text Example
Text Example
White with #38132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38132C; }
p { color: rgb(56,19,44); }
H1.HeaderClassName
{
color: #38132C;
}
.AnyTagClassName
{
color: #38132C;
}
</style>
background-color css
<style>
a { background-color: #38132C; }
a { background-color: rgb(56,19,44); }
div.DivClassName
{
background-color: #38132C;
}
.BgClassName
{
background-color: #38132C;
}
</style>
border-color css
<style>
span { border-color: #38132C; }
span { border-color: rgb(56,19,44); }
td.TdClassName
{
border-color: #38132C;
}
.TagClassName
{
border-color: #38132C;
}
</style>