Shades of Blackberry #381D2D
Tints of Blackberry #381D2D
RGB
CMYK
RGB Variations
Color information
#381D2D (or 0x381D2D) is known color: Blackberry. HEX triplet: 38, 1D and 2D. RGB value is (56,29,45). Sum of RGB (Red+Green+Blue) = 56+29+45=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 29 (11.72% from 255 or 22.31% from 130); Blue value is 45 (17.97% from 255 or 34.62% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #381D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381D2D is #C7E2D2. Grayscale: #262626. Windows color (decimal): -13099731 or 2956600. OLE color: 2956600.
HSL color Cylindrical-coordinate representation of color #381D2D: hue angle of 324.44º 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 #381D2D is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 29 | 45 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.78 |
| HSL | 324.44º | 0.32% | 0.17% | - |
| HSV(B) | 324.44º | 0.48% | 0.22% | - |
| XYZ | 2.54 | 1.91 | 2.72 | - |
| YUV | 38.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 45 | 0 | 0.48 | 0.20 | 0.78 | 324.44 | 0.32 | 0.17 |
| Hex | 38 | 1D | 2D | 0 | 30 | 14 | 4E | 144 | 20 | 11 |
| Octal | 70 | 35 | 55 | 0 | 60 | 24 | 116 | 504 | 40 | 21 |
| Binary | 111000 | 11101 | 101101 | 0 | 110000 | 10100 | 1001110 | 101000100 | 100000 | 10001 |
Color Harmonies of #381D2D
Complementary color
Monochromatic Colors of #381D2D
Black with #381D2D
Text Example
Text Example
White with #381D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D2D; }
p { color: rgb(56,29,45); }
H1.HeaderClassName
{
color: #381D2D;
}
.AnyTagClassName
{
color: #381D2D;
}
</style>
background-color css
<style>
a { background-color: #381D2D; }
a { background-color: rgb(56,29,45); }
div.DivClassName
{
background-color: #381D2D;
}
.BgClassName
{
background-color: #381D2D;
}
</style>
border-color css
<style>
span { border-color: #381D2D; }
span { border-color: rgb(56,29,45); }
td.TdClassName
{
border-color: #381D2D;
}
.TagClassName
{
border-color: #381D2D;
}
</style>