Shades of Blackberry #381C2D
Tints of Blackberry #381C2D
RGB
CMYK
RGB Variations
Color information
#381C2D (or 0x381C2D) is known color: Blackberry. HEX triplet: 38, 1C and 2D. RGB value is (56,28,45). Sum of RGB (Red+Green+Blue) = 56+28+45=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #381C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C2D is #C7E3D2. Grayscale: #262626. Windows color (decimal): -13099987 or 2956344. OLE color: 2956344.
HSL color Cylindrical-coordinate representation of color #381C2D: hue angle of 323.57º 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 #381C2D is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 45 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.78 |
| HSL | 323.57º | 0.33% | 0.16% | - |
| HSV(B) | 323.57º | 0.5% | 0.22% | - |
| XYZ | 2.52 | 1.86 | 2.71 | - |
| YUV | 38.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 45 | 0 | 0.50 | 0.20 | 0.78 | 323.57 | 0.33 | 0.16 |
| Hex | 38 | 1C | 2D | 0 | 32 | 14 | 4E | 144 | 21 | 10 |
| Octal | 70 | 34 | 55 | 0 | 62 | 24 | 116 | 504 | 41 | 20 |
| Binary | 111000 | 11100 | 101101 | 0 | 110010 | 10100 | 1001110 | 101000100 | 100001 | 10000 |
Color Harmonies of #381C2D
Complementary color
Monochromatic Colors of #381C2D
Black with #381C2D
Text Example
Text Example
White with #381C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C2D; }
p { color: rgb(56,28,45); }
H1.HeaderClassName
{
color: #381C2D;
}
.AnyTagClassName
{
color: #381C2D;
}
</style>
background-color css
<style>
a { background-color: #381C2D; }
a { background-color: rgb(56,28,45); }
div.DivClassName
{
background-color: #381C2D;
}
.BgClassName
{
background-color: #381C2D;
}
</style>
border-color css
<style>
span { border-color: #381C2D; }
span { border-color: rgb(56,28,45); }
td.TdClassName
{
border-color: #381C2D;
}
.TagClassName
{
border-color: #381C2D;
}
</style>