Shades of Blackberry #380C2D
Tints of Blackberry #380C2D
RGB
CMYK
RGB Variations
Color information
#380C2D (or 0x380C2D) is known color: Blackberry. HEX triplet: 38, 0C and 2D. RGB value is (56,12,45). Sum of RGB (Red+Green+Blue) = 56+12+45=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #380C2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C2D is #C7F3D2. Grayscale: #1C1C1C. Windows color (decimal): -13104083 or 2952248. OLE color: 2952248.
HSL color Cylindrical-coordinate representation of color #380C2D: hue angle of 315º 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 #380C2D is Cyan = 0, Magento = 0.79, Yellow = 0.20 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 12 | 45 | - |
| CMYK | 0 | 0.79 | 0.20 | 0.78 |
| HSL | 315º | 0.65% | 0.13% | - |
| HSV(B) | 315º | 0.79% | 0.22% | - |
| XYZ | 2.24 | 1.29 | 2.61 | - |
| YUV | 28.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 45 | 0 | 0.79 | 0.20 | 0.78 | 315 | 0.65 | 0.13 |
| Hex | 38 | C | 2D | 0 | 4F | 14 | 4E | 13B | 41 | D |
| Octal | 70 | 14 | 55 | 0 | 117 | 24 | 116 | 473 | 101 | 15 |
| Binary | 111000 | 1100 | 101101 | 0 | 1001111 | 10100 | 1001110 | 100111011 | 1000001 | 1101 |
Color Harmonies of #380C2D
Complementary color
Monochromatic Colors of #380C2D
Black with #380C2D
Text Example
Text Example
White with #380C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C2D; }
p { color: rgb(56,12,45); }
H1.HeaderClassName
{
color: #380C2D;
}
.AnyTagClassName
{
color: #380C2D;
}
</style>
background-color css
<style>
a { background-color: #380C2D; }
a { background-color: rgb(56,12,45); }
div.DivClassName
{
background-color: #380C2D;
}
.BgClassName
{
background-color: #380C2D;
}
</style>
border-color css
<style>
span { border-color: #380C2D; }
span { border-color: rgb(56,12,45); }
td.TdClassName
{
border-color: #380C2D;
}
.TagClassName
{
border-color: #380C2D;
}
</style>