Shades of Blackberry #380A22
Tints of Blackberry #380A22
RGB
CMYK
RGB Variations
Color information
#380A22 (or 0x380A22) is known color: Blackberry. HEX triplet: 38, 0A and 22. RGB value is (56,10,34). Sum of RGB (Red+Green+Blue) = 56+10+34=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 10 (4.30% from 255 or 10% from 100); Blue value is 34 (13.67% from 255 or 34% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #380A22 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380A22 is #C7F5DD. Grayscale: #1A1A1A. Windows color (decimal): -13104606 or 2230840. OLE color: 2230840.
HSL color Cylindrical-coordinate representation of color #380A22: hue angle of 328.7º 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 #380A22 is Cyan = 0, Magento = 0.82, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 10 | 34 | - |
| CMYK | 0 | 0.82 | 0.39 | 0.78 |
| HSL | 328.7º | 0.7% | 0.13% | - |
| HSV(B) | 328.7º | 0.82% | 0.22% | - |
| XYZ | 2.03 | 1.17 | 1.63 | - |
| YUV | 26.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 10 | 34 | 0 | 0.82 | 0.39 | 0.78 | 328.7 | 0.7 | 0.13 |
| Hex | 38 | A | 22 | 0 | 52 | 27 | 4E | 149 | 46 | D |
| Octal | 70 | 12 | 42 | 0 | 122 | 47 | 116 | 511 | 106 | 15 |
| Binary | 111000 | 1010 | 100010 | 0 | 1010010 | 100111 | 1001110 | 101001001 | 1000110 | 1101 |
Color Harmonies of #380A22
Complementary color
Monochromatic Colors of #380A22
Black with #380A22
Text Example
Text Example
White with #380A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380A22; }
p { color: rgb(56,10,34); }
H1.HeaderClassName
{
color: #380A22;
}
.AnyTagClassName
{
color: #380A22;
}
</style>
background-color css
<style>
a { background-color: #380A22; }
a { background-color: rgb(56,10,34); }
div.DivClassName
{
background-color: #380A22;
}
.BgClassName
{
background-color: #380A22;
}
</style>
border-color css
<style>
span { border-color: #380A22; }
span { border-color: rgb(56,10,34); }
td.TdClassName
{
border-color: #380A22;
}
.TagClassName
{
border-color: #380A22;
}
</style>