Shades of Blackberry #381D2C
Tints of Blackberry #381D2C
RGB
CMYK
RGB Variations
Color information
#381D2C (or 0x381D2C) is known color: Blackberry. HEX triplet: 38, 1D and 2C. RGB value is (56,29,44). Sum of RGB (Red+Green+Blue) = 56+29+44=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 29 (11.72% from 255 or 22.48% from 129); Blue value is 44 (17.58% from 255 or 34.11% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #381D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D2C is #C7E2D3. Grayscale: #262626. Windows color (decimal): -13099732 or 2891064. OLE color: 2891064.
HSL color Cylindrical-coordinate representation of color #381D2C: hue angle of 326.67º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #381D2C is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 29 | 44 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.78 |
| HSL | 326.67º | 0.32% | 0.17% | - |
| HSV(B) | 326.67º | 0.48% | 0.22% | - |
| XYZ | 2.52 | 1.9 | 2.62 | - |
| YUV | 38.78 | 130.95 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 44 | 0 | 0.48 | 0.21 | 0.78 | 326.67 | 0.32 | 0.17 |
| Hex | 38 | 1D | 2C | 0 | 30 | 15 | 4E | 147 | 20 | 11 |
| Octal | 70 | 35 | 54 | 0 | 60 | 25 | 116 | 507 | 40 | 21 |
| Binary | 111000 | 11101 | 101100 | 0 | 110000 | 10101 | 1001110 | 101000111 | 100000 | 10001 |
Color Harmonies of #381D2C
Complementary color
Monochromatic Colors of #381D2C
Black with #381D2C
Text Example
Text Example
White with #381D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D2C; }
p { color: rgb(56,29,44); }
H1.HeaderClassName
{
color: #381D2C;
}
.AnyTagClassName
{
color: #381D2C;
}
</style>
background-color css
<style>
a { background-color: #381D2C; }
a { background-color: rgb(56,29,44); }
div.DivClassName
{
background-color: #381D2C;
}
.BgClassName
{
background-color: #381D2C;
}
</style>
border-color css
<style>
span { border-color: #381D2C; }
span { border-color: rgb(56,29,44); }
td.TdClassName
{
border-color: #381D2C;
}
.TagClassName
{
border-color: #381D2C;
}
</style>