Shades of Blackberry #381C2E
Tints of Blackberry #381C2E
RGB
CMYK
RGB Variations
Color information
#381C2E (or 0x381C2E) is known color: Blackberry. HEX triplet: 38, 1C and 2E. RGB value is (56,28,46). Sum of RGB (Red+Green+Blue) = 56+28+46=130 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.08% from 130); Green value is 28 (11.33% from 255 or 21.54% from 130); Blue value is 46 (18.36% from 255 or 35.38% from 130); Max value from RGB is 56 - color contains mainly: red. Hex color #381C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C2E is #C7E3D1. Grayscale: #262626. Windows color (decimal): -13099986 or 3021880. OLE color: 3021880.
HSL color Cylindrical-coordinate representation of color #381C2E: hue angle of 321.43º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C2E is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 46 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.78 |
| HSL | 321.43º | 0.33% | 0.16% | - |
| HSV(B) | 321.43º | 0.5% | 0.22% | - |
| XYZ | 2.54 | 1.87 | 2.81 | - |
| YUV | 38.42 | 132.28 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 46 | 0 | 0.50 | 0.18 | 0.78 | 321.43 | 0.33 | 0.16 |
| Hex | 38 | 1C | 2E | 0 | 32 | 12 | 4E | 141 | 21 | 10 |
| Octal | 70 | 34 | 56 | 0 | 62 | 22 | 116 | 501 | 41 | 20 |
| Binary | 111000 | 11100 | 101110 | 0 | 110010 | 10010 | 1001110 | 101000001 | 100001 | 10000 |
Color Harmonies of #381C2E
Complementary color
Monochromatic Colors of #381C2E
Black with #381C2E
Text Example
Text Example
White with #381C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C2E; }
p { color: rgb(56,28,46); }
H1.HeaderClassName
{
color: #381C2E;
}
.AnyTagClassName
{
color: #381C2E;
}
</style>
background-color css
<style>
a { background-color: #381C2E; }
a { background-color: rgb(56,28,46); }
div.DivClassName
{
background-color: #381C2E;
}
.BgClassName
{
background-color: #381C2E;
}
</style>
border-color css
<style>
span { border-color: #381C2E; }
span { border-color: rgb(56,28,46); }
td.TdClassName
{
border-color: #381C2E;
}
.TagClassName
{
border-color: #381C2E;
}
</style>