Shades of Blackberry #380C2A
Tints of Blackberry #380C2A
RGB
CMYK
RGB Variations
Color information
#380C2A (or 0x380C2A) is known color: Blackberry. HEX triplet: 38, 0C and 2A. RGB value is (56,12,42). Sum of RGB (Red+Green+Blue) = 56+12+42=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 42 (16.80% from 255 or 38.18% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #380C2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380C2A is #C7F3D5. Grayscale: #1C1C1C. Windows color (decimal): -13104086 or 2755640. OLE color: 2755640.
HSL color Cylindrical-coordinate representation of color #380C2A: hue angle of 319.09º 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 #380C2A is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 12 | 42 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.78 |
| HSL | 319.09º | 0.65% | 0.13% | - |
| HSV(B) | 319.09º | 0.79% | 0.22% | - |
| XYZ | 2.18 | 1.27 | 2.32 | - |
| YUV | 28.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 12 | 42 | 0 | 0.79 | 0.25 | 0.78 | 319.09 | 0.65 | 0.13 |
| Hex | 38 | C | 2A | 0 | 4F | 19 | 4E | 13F | 41 | D |
| Octal | 70 | 14 | 52 | 0 | 117 | 31 | 116 | 477 | 101 | 15 |
| Binary | 111000 | 1100 | 101010 | 0 | 1001111 | 11001 | 1001110 | 100111111 | 1000001 | 1101 |
Color Harmonies of #380C2A
Complementary color
Monochromatic Colors of #380C2A
Black with #380C2A
Text Example
Text Example
White with #380C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380C2A; }
p { color: rgb(56,12,42); }
H1.HeaderClassName
{
color: #380C2A;
}
.AnyTagClassName
{
color: #380C2A;
}
</style>
background-color css
<style>
a { background-color: #380C2A; }
a { background-color: rgb(56,12,42); }
div.DivClassName
{
background-color: #380C2A;
}
.BgClassName
{
background-color: #380C2A;
}
</style>
border-color css
<style>
span { border-color: #380C2A; }
span { border-color: rgb(56,12,42); }
td.TdClassName
{
border-color: #380C2A;
}
.TagClassName
{
border-color: #380C2A;
}
</style>