Shades of Blackberry #380C2B
Tints of Blackberry #380C2B
RGB
CMYK
RGB Variations
Color information
#380C2B (or 0x380C2B) is known color: Blackberry. HEX triplet: 38, 0C and 2B. RGB value is (56,12,43). Sum of RGB (Red+Green+Blue) = 56+12+43=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #380C2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C2B is #C7F3D4. Grayscale: #1C1C1C. Windows color (decimal): -13104085 or 2821176. OLE color: 2821176.
HSL color Cylindrical-coordinate representation of color #380C2B: hue angle of 317.73º 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 #380C2B is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 12 | 43 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.78 |
| HSL | 317.73º | 0.65% | 0.13% | - |
| HSV(B) | 317.73º | 0.79% | 0.22% | - |
| XYZ | 2.2 | 1.28 | 2.42 | - |
| YUV | 28.69 | 136.08 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 43 | 0 | 0.79 | 0.23 | 0.78 | 317.73 | 0.65 | 0.13 |
| Hex | 38 | C | 2B | 0 | 4F | 17 | 4E | 13E | 41 | D |
| Octal | 70 | 14 | 53 | 0 | 117 | 27 | 116 | 476 | 101 | 15 |
| Binary | 111000 | 1100 | 101011 | 0 | 1001111 | 10111 | 1001110 | 100111110 | 1000001 | 1101 |
Color Harmonies of #380C2B
Complementary color
Monochromatic Colors of #380C2B
Black with #380C2B
Text Example
Text Example
White with #380C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C2B; }
p { color: rgb(56,12,43); }
H1.HeaderClassName
{
color: #380C2B;
}
.AnyTagClassName
{
color: #380C2B;
}
</style>
background-color css
<style>
a { background-color: #380C2B; }
a { background-color: rgb(56,12,43); }
div.DivClassName
{
background-color: #380C2B;
}
.BgClassName
{
background-color: #380C2B;
}
</style>
border-color css
<style>
span { border-color: #380C2B; }
span { border-color: rgb(56,12,43); }
td.TdClassName
{
border-color: #380C2B;
}
.TagClassName
{
border-color: #380C2B;
}
</style>