Shades of Blackberry #380F2C
Tints of Blackberry #380F2C
RGB
CMYK
RGB Variations
Color information
#380F2C (or 0x380F2C) is known color: Blackberry. HEX triplet: 38, 0F and 2C. RGB value is (56,15,44). Sum of RGB (Red+Green+Blue) = 56+15+44=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 15 (6.25% from 255 or 13.04% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #380F2C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F2C is #C7F0D3. Grayscale: #1E1E1E. Windows color (decimal): -13103316 or 2887480. OLE color: 2887480.
HSL color Cylindrical-coordinate representation of color #380F2C: hue angle of 317.56º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F2C is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 44 | - |
| CMYK | 0 | 0.73 | 0.21 | 0.78 |
| HSL | 317.56º | 0.58% | 0.14% | - |
| HSV(B) | 317.56º | 0.73% | 0.22% | - |
| XYZ | 2.26 | 1.36 | 2.53 | - |
| YUV | 30.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 44 | 0 | 0.73 | 0.21 | 0.78 | 317.56 | 0.58 | 0.14 |
| Hex | 38 | F | 2C | 0 | 49 | 15 | 4E | 13E | 3A | E |
| Octal | 70 | 17 | 54 | 0 | 111 | 25 | 116 | 476 | 72 | 16 |
| Binary | 111000 | 1111 | 101100 | 0 | 1001001 | 10101 | 1001110 | 100111110 | 111010 | 1110 |
Color Harmonies of #380F2C
Complementary color
Monochromatic Colors of #380F2C
Black with #380F2C
Text Example
Text Example
White with #380F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F2C; }
p { color: rgb(56,15,44); }
H1.HeaderClassName
{
color: #380F2C;
}
.AnyTagClassName
{
color: #380F2C;
}
</style>
background-color css
<style>
a { background-color: #380F2C; }
a { background-color: rgb(56,15,44); }
div.DivClassName
{
background-color: #380F2C;
}
.BgClassName
{
background-color: #380F2C;
}
</style>
border-color css
<style>
span { border-color: #380F2C; }
span { border-color: rgb(56,15,44); }
td.TdClassName
{
border-color: #380F2C;
}
.TagClassName
{
border-color: #380F2C;
}
</style>