Shades of Blackberry #381E2D
Tints of Blackberry #381E2D
RGB
CMYK
RGB Variations
Color information
#381E2D (or 0x381E2D) is known color: Blackberry. HEX triplet: 38, 1E and 2D. RGB value is (56,30,45). Sum of RGB (Red+Green+Blue) = 56+30+45=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 45 (17.97% from 255 or 34.35% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #381E2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E2D is #C7E1D2. Grayscale: #272727. Windows color (decimal): -13099475 or 2956856. OLE color: 2956856.
HSL color Cylindrical-coordinate representation of color #381E2D: hue angle of 325.38º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #381E2D is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 30 | 45 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.78 |
| HSL | 325.38º | 0.3% | 0.17% | - |
| HSV(B) | 325.38º | 0.46% | 0.22% | - |
| XYZ | 2.57 | 1.96 | 2.73 | - |
| YUV | 39.48 | 131.11 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 30 | 45 | 0 | 0.46 | 0.20 | 0.78 | 325.38 | 0.3 | 0.17 |
| Hex | 38 | 1E | 2D | 0 | 2E | 14 | 4E | 145 | 1E | 11 |
| Octal | 70 | 36 | 55 | 0 | 56 | 24 | 116 | 505 | 36 | 21 |
| Binary | 111000 | 11110 | 101101 | 0 | 101110 | 10100 | 1001110 | 101000101 | 11110 | 10001 |
Color Harmonies of #381E2D
Complementary color
Monochromatic Colors of #381E2D
Black with #381E2D
Text Example
Text Example
White with #381E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381E2D; }
p { color: rgb(56,30,45); }
H1.HeaderClassName
{
color: #381E2D;
}
.AnyTagClassName
{
color: #381E2D;
}
</style>
background-color css
<style>
a { background-color: #381E2D; }
a { background-color: rgb(56,30,45); }
div.DivClassName
{
background-color: #381E2D;
}
.BgClassName
{
background-color: #381E2D;
}
</style>
border-color css
<style>
span { border-color: #381E2D; }
span { border-color: rgb(56,30,45); }
td.TdClassName
{
border-color: #381E2D;
}
.TagClassName
{
border-color: #381E2D;
}
</style>