Shades of Blackberry #380C2F
Tints of Blackberry #380C2F
RGB
CMYK
RGB Variations
Color information
#380C2F (or 0x380C2F) is known color: Blackberry. HEX triplet: 38, 0C and 2F. RGB value is (56,12,47). Sum of RGB (Red+Green+Blue) = 56+12+47=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #380C2F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C2F is #C7F3D0. Grayscale: #1D1D1D. Windows color (decimal): -13104081 or 3083320. OLE color: 3083320.
HSL color Cylindrical-coordinate representation of color #380C2F: hue angle of 312.27º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #380C2F is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 12 | 47 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.78 |
| HSL | 312.27º | 0.65% | 0.13% | - |
| HSV(B) | 312.27º | 0.79% | 0.22% | - |
| XYZ | 2.28 | 1.31 | 2.82 | - |
| YUV | 29.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 47 | 0 | 0.79 | 0.16 | 0.78 | 312.27 | 0.65 | 0.13 |
| Hex | 38 | C | 2F | 0 | 4F | 10 | 4E | 138 | 41 | D |
| Octal | 70 | 14 | 57 | 0 | 117 | 20 | 116 | 470 | 101 | 15 |
| Binary | 111000 | 1100 | 101111 | 0 | 1001111 | 10000 | 1001110 | 100111000 | 1000001 | 1101 |
Color Harmonies of #380C2F
Complementary color
Monochromatic Colors of #380C2F
Black with #380C2F
Text Example
Text Example
White with #380C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C2F; }
p { color: rgb(56,12,47); }
H1.HeaderClassName
{
color: #380C2F;
}
.AnyTagClassName
{
color: #380C2F;
}
</style>
background-color css
<style>
a { background-color: #380C2F; }
a { background-color: rgb(56,12,47); }
div.DivClassName
{
background-color: #380C2F;
}
.BgClassName
{
background-color: #380C2F;
}
</style>
border-color css
<style>
span { border-color: #380C2F; }
span { border-color: rgb(56,12,47); }
td.TdClassName
{
border-color: #380C2F;
}
.TagClassName
{
border-color: #380C2F;
}
</style>