Shades of Blackberry #381A2C
Tints of Blackberry #381A2C
RGB
CMYK
RGB Variations
Color information
#381A2C (or 0x381A2C) is known color: Blackberry. HEX triplet: 38, 1A and 2C. RGB value is (56,26,44). Sum of RGB (Red+Green+Blue) = 56+26+44=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 26 (10.55% from 255 or 20.63% from 126); Blue value is 44 (17.58% from 255 or 34.92% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #381A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381A2C is #C7E5D3. Grayscale: #242424. Windows color (decimal): -13100500 or 2890296. OLE color: 2890296.
HSL color Cylindrical-coordinate representation of color #381A2C: hue angle of 324º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #381A2C is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 26 | 44 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.78 |
| HSL | 324º | 0.37% | 0.16% | - |
| HSV(B) | 324º | 0.54% | 0.22% | - |
| XYZ | 2.45 | 1.76 | 2.59 | - |
| YUV | 37.02 | 131.94 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 26 | 44 | 0 | 0.54 | 0.21 | 0.78 | 324 | 0.37 | 0.16 |
| Hex | 38 | 1A | 2C | 0 | 36 | 15 | 4E | 144 | 25 | 10 |
| Octal | 70 | 32 | 54 | 0 | 66 | 25 | 116 | 504 | 45 | 20 |
| Binary | 111000 | 11010 | 101100 | 0 | 110110 | 10101 | 1001110 | 101000100 | 100101 | 10000 |
Color Harmonies of #381A2C
Complementary color
Monochromatic Colors of #381A2C
Black with #381A2C
Text Example
Text Example
White with #381A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381A2C; }
p { color: rgb(56,26,44); }
H1.HeaderClassName
{
color: #381A2C;
}
.AnyTagClassName
{
color: #381A2C;
}
</style>
background-color css
<style>
a { background-color: #381A2C; }
a { background-color: rgb(56,26,44); }
div.DivClassName
{
background-color: #381A2C;
}
.BgClassName
{
background-color: #381A2C;
}
</style>
border-color css
<style>
span { border-color: #381A2C; }
span { border-color: rgb(56,26,44); }
td.TdClassName
{
border-color: #381A2C;
}
.TagClassName
{
border-color: #381A2C;
}
</style>