Shades of Blackberry #380E2C
Tints of Blackberry #380E2C
RGB
CMYK
RGB Variations
Color information
#380E2C (or 0x380E2C) is known color: Blackberry. HEX triplet: 38, 0E and 2C. RGB value is (56,14,44). Sum of RGB (Red+Green+Blue) = 56+14+44=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 14 (5.86% from 255 or 12.28% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #380E2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E2C is #C7F1D3. Grayscale: #1D1D1D. Windows color (decimal): -13103572 or 2887224. OLE color: 2887224.
HSL color Cylindrical-coordinate representation of color #380E2C: hue angle of 317.14º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #380E2C is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 44 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.78 |
| HSL | 317.14º | 0.6% | 0.14% | - |
| HSV(B) | 317.14º | 0.75% | 0.22% | - |
| XYZ | 2.24 | 1.34 | 2.52 | - |
| YUV | 29.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 44 | 0 | 0.75 | 0.21 | 0.78 | 317.14 | 0.6 | 0.14 |
| Hex | 38 | E | 2C | 0 | 4B | 15 | 4E | 13D | 3C | E |
| Octal | 70 | 16 | 54 | 0 | 113 | 25 | 116 | 475 | 74 | 16 |
| Binary | 111000 | 1110 | 101100 | 0 | 1001011 | 10101 | 1001110 | 100111101 | 111100 | 1110 |
Color Harmonies of #380E2C
Complementary color
Monochromatic Colors of #380E2C
Black with #380E2C
Text Example
Text Example
White with #380E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E2C; }
p { color: rgb(56,14,44); }
H1.HeaderClassName
{
color: #380E2C;
}
.AnyTagClassName
{
color: #380E2C;
}
</style>
background-color css
<style>
a { background-color: #380E2C; }
a { background-color: rgb(56,14,44); }
div.DivClassName
{
background-color: #380E2C;
}
.BgClassName
{
background-color: #380E2C;
}
</style>
border-color css
<style>
span { border-color: #380E2C; }
span { border-color: rgb(56,14,44); }
td.TdClassName
{
border-color: #380E2C;
}
.TagClassName
{
border-color: #380E2C;
}
</style>