Shades of Blackberry #380F26
Tints of Blackberry #380F26
RGB
CMYK
RGB Variations
Color information
#380F26 (or 0x380F26) is known color: Blackberry. HEX triplet: 38, 0F and 26. RGB value is (56,15,38). Sum of RGB (Red+Green+Blue) = 56+15+38=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 15 (6.25% from 255 or 13.76% from 109); Blue value is 38 (15.23% from 255 or 34.86% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #380F26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F26 is #C7F0D9. Grayscale: #1D1D1D. Windows color (decimal): -13103322 or 2494264. OLE color: 2494264.
HSL color Cylindrical-coordinate representation of color #380F26: hue angle of 326.34º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #380F26 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 38 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.78 |
| HSL | 326.34º | 0.58% | 0.14% | - |
| HSV(B) | 326.34º | 0.73% | 0.22% | - |
| XYZ | 2.15 | 1.32 | 1.98 | - |
| YUV | 29.88 | 132.58 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 38 | 0 | 0.73 | 0.32 | 0.78 | 326.34 | 0.58 | 0.14 |
| Hex | 38 | F | 26 | 0 | 49 | 20 | 4E | 146 | 3A | E |
| Octal | 70 | 17 | 46 | 0 | 111 | 40 | 116 | 506 | 72 | 16 |
| Binary | 111000 | 1111 | 100110 | 0 | 1001001 | 100000 | 1001110 | 101000110 | 111010 | 1110 |
Color Harmonies of #380F26
Complementary color
Monochromatic Colors of #380F26
Black with #380F26
Text Example
Text Example
White with #380F26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F26; }
p { color: rgb(56,15,38); }
H1.HeaderClassName
{
color: #380F26;
}
.AnyTagClassName
{
color: #380F26;
}
</style>
background-color css
<style>
a { background-color: #380F26; }
a { background-color: rgb(56,15,38); }
div.DivClassName
{
background-color: #380F26;
}
.BgClassName
{
background-color: #380F26;
}
</style>
border-color css
<style>
span { border-color: #380F26; }
span { border-color: rgb(56,15,38); }
td.TdClassName
{
border-color: #380F26;
}
.TagClassName
{
border-color: #380F26;
}
</style>