Shades of Blackberry #380E2E
Tints of Blackberry #380E2E
RGB
CMYK
RGB Variations
Color information
#380E2E (or 0x380E2E) is known color: Blackberry. HEX triplet: 38, 0E and 2E. RGB value is (56,14,46). Sum of RGB (Red+Green+Blue) = 56+14+46=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 46 (18.36% from 255 or 39.66% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #380E2E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380E2E is #C7F1D1. Grayscale: #1E1E1E. Windows color (decimal): -13103570 or 3018296. OLE color: 3018296.
HSL color Cylindrical-coordinate representation of color #380E2E: hue angle of 314.29º 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 #380E2E is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 14 | 46 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.78 |
| HSL | 314.29º | 0.6% | 0.14% | - |
| HSV(B) | 314.29º | 0.75% | 0.22% | - |
| XYZ | 2.28 | 1.35 | 2.73 | - |
| YUV | 30.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 14 | 46 | 0 | 0.75 | 0.18 | 0.78 | 314.29 | 0.6 | 0.14 |
| Hex | 38 | E | 2E | 0 | 4B | 12 | 4E | 13A | 3C | E |
| Octal | 70 | 16 | 56 | 0 | 113 | 22 | 116 | 472 | 74 | 16 |
| Binary | 111000 | 1110 | 101110 | 0 | 1001011 | 10010 | 1001110 | 100111010 | 111100 | 1110 |
Color Harmonies of #380E2E
Complementary color
Monochromatic Colors of #380E2E
Black with #380E2E
Text Example
Text Example
White with #380E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380E2E; }
p { color: rgb(56,14,46); }
H1.HeaderClassName
{
color: #380E2E;
}
.AnyTagClassName
{
color: #380E2E;
}
</style>
background-color css
<style>
a { background-color: #380E2E; }
a { background-color: rgb(56,14,46); }
div.DivClassName
{
background-color: #380E2E;
}
.BgClassName
{
background-color: #380E2E;
}
</style>
border-color css
<style>
span { border-color: #380E2E; }
span { border-color: rgb(56,14,46); }
td.TdClassName
{
border-color: #380E2E;
}
.TagClassName
{
border-color: #380E2E;
}
</style>