Shades of Blackberry #380A27
Tints of Blackberry #380A27
RGB
CMYK
RGB Variations
Color information
#380A27 (or 0x380A27) is known color: Blackberry. HEX triplet: 38, 0A and 27. RGB value is (56,10,39). Sum of RGB (Red+Green+Blue) = 56+10+39=105 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.33% from 105); Green value is 10 (4.30% from 255 or 9.52% from 105); Blue value is 39 (15.62% from 255 or 37.14% from 105); Max value from RGB is 56 - color contains mainly: red. Hex color #380A27 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A27 is #C7F5D8. Grayscale: #1A1A1A. Windows color (decimal): -13104601 or 2558520. OLE color: 2558520.
HSL color Cylindrical-coordinate representation of color #380A27: hue angle of 322.17º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #380A27 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 10 | 39 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.78 |
| HSL | 322.17º | 0.7% | 0.13% | - |
| HSV(B) | 322.17º | 0.82% | 0.22% | - |
| XYZ | 2.11 | 1.2 | 2.04 | - |
| YUV | 27.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 39 | 0 | 0.82 | 0.30 | 0.78 | 322.17 | 0.7 | 0.13 |
| Hex | 38 | A | 27 | 0 | 52 | 1E | 4E | 142 | 46 | D |
| Octal | 70 | 12 | 47 | 0 | 122 | 36 | 116 | 502 | 106 | 15 |
| Binary | 111000 | 1010 | 100111 | 0 | 1010010 | 11110 | 1001110 | 101000010 | 1000110 | 1101 |
Color Harmonies of #380A27
Complementary color
Monochromatic Colors of #380A27
Black with #380A27
Text Example
Text Example
White with #380A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380A27; }
p { color: rgb(56,10,39); }
H1.HeaderClassName
{
color: #380A27;
}
.AnyTagClassName
{
color: #380A27;
}
</style>
background-color css
<style>
a { background-color: #380A27; }
a { background-color: rgb(56,10,39); }
div.DivClassName
{
background-color: #380A27;
}
.BgClassName
{
background-color: #380A27;
}
</style>
border-color css
<style>
span { border-color: #380A27; }
span { border-color: rgb(56,10,39); }
td.TdClassName
{
border-color: #380A27;
}
.TagClassName
{
border-color: #380A27;
}
</style>