Shades of Blackberry #380927
Tints of Blackberry #380927
RGB
CMYK
RGB Variations
Color information
#380927 (or 0x380927) is known color: Blackberry. HEX triplet: 38, 09 and 27. RGB value is (56,9,39). Sum of RGB (Red+Green+Blue) = 56+9+39=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 9 (3.91% from 255 or 8.65% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #380927 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380927 is #C7F6D8. Grayscale: #1A1A1A. Windows color (decimal): -13104857 or 2558264. OLE color: 2558264.
HSL color Cylindrical-coordinate representation of color #380927: hue angle of 321.7º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #380927 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 9 | 39 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.78 |
| HSL | 321.7º | 0.72% | 0.13% | - |
| HSV(B) | 321.7º | 0.84% | 0.22% | - |
| XYZ | 2.09 | 1.18 | 2.04 | - |
| YUV | 26.47 | 135.07 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 9 | 39 | 0 | 0.84 | 0.30 | 0.78 | 321.7 | 0.72 | 0.13 |
| Hex | 38 | 9 | 27 | 0 | 54 | 1E | 4E | 142 | 48 | D |
| Octal | 70 | 11 | 47 | 0 | 124 | 36 | 116 | 502 | 110 | 15 |
| Binary | 111000 | 1001 | 100111 | 0 | 1010100 | 11110 | 1001110 | 101000010 | 1001000 | 1101 |
Color Harmonies of #380927
Complementary color
Monochromatic Colors of #380927
Black with #380927
Text Example
Text Example
White with #380927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380927; }
p { color: rgb(56,9,39); }
H1.HeaderClassName
{
color: #380927;
}
.AnyTagClassName
{
color: #380927;
}
</style>
background-color css
<style>
a { background-color: #380927; }
a { background-color: rgb(56,9,39); }
div.DivClassName
{
background-color: #380927;
}
.BgClassName
{
background-color: #380927;
}
</style>
border-color css
<style>
span { border-color: #380927; }
span { border-color: rgb(56,9,39); }
td.TdClassName
{
border-color: #380927;
}
.TagClassName
{
border-color: #380927;
}
</style>