Shades of Blackberry #381C2C
Tints of Blackberry #381C2C
RGB
CMYK
RGB Variations
Color information
#381C2C (or 0x381C2C) is known color: Blackberry. HEX triplet: 38, 1C and 2C. RGB value is (56,28,44). Sum of RGB (Red+Green+Blue) = 56+28+44=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 28 (11.33% from 255 or 21.88% from 128); Blue value is 44 (17.58% from 255 or 34.38% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381C2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C2C is #C7E3D3. Grayscale: #262626. Windows color (decimal): -13099988 or 2890808. OLE color: 2890808.
HSL color Cylindrical-coordinate representation of color #381C2C: hue angle of 325.71º 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 #381C2C is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 44 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.78 |
| HSL | 325.71º | 0.33% | 0.16% | - |
| HSV(B) | 325.71º | 0.5% | 0.22% | - |
| XYZ | 2.5 | 1.85 | 2.61 | - |
| YUV | 38.2 | 131.28 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 44 | 0 | 0.50 | 0.21 | 0.78 | 325.71 | 0.33 | 0.16 |
| Hex | 38 | 1C | 2C | 0 | 32 | 15 | 4E | 146 | 21 | 10 |
| Octal | 70 | 34 | 54 | 0 | 62 | 25 | 116 | 506 | 41 | 20 |
| Binary | 111000 | 11100 | 101100 | 0 | 110010 | 10101 | 1001110 | 101000110 | 100001 | 10000 |
Color Harmonies of #381C2C
Complementary color
Monochromatic Colors of #381C2C
Black with #381C2C
Text Example
Text Example
White with #381C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C2C; }
p { color: rgb(56,28,44); }
H1.HeaderClassName
{
color: #381C2C;
}
.AnyTagClassName
{
color: #381C2C;
}
</style>
background-color css
<style>
a { background-color: #381C2C; }
a { background-color: rgb(56,28,44); }
div.DivClassName
{
background-color: #381C2C;
}
.BgClassName
{
background-color: #381C2C;
}
</style>
border-color css
<style>
span { border-color: #381C2C; }
span { border-color: rgb(56,28,44); }
td.TdClassName
{
border-color: #381C2C;
}
.TagClassName
{
border-color: #381C2C;
}
</style>