Shades of Blackberry #380F29
Tints of Blackberry #380F29
RGB
CMYK
RGB Variations
Color information
#380F29 (or 0x380F29) is known color: Blackberry. HEX triplet: 38, 0F and 29. RGB value is (56,15,41). Sum of RGB (Red+Green+Blue) = 56+15+41=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 15 (6.25% from 255 or 13.39% from 112); Blue value is 41 (16.41% from 255 or 36.61% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #380F29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380F29 is #C7F0D6. Grayscale: #1E1E1E. Windows color (decimal): -13103319 or 2690872. OLE color: 2690872.
HSL color Cylindrical-coordinate representation of color #380F29: hue angle of 321.95º 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 #380F29 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 15 | 41 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.78 |
| HSL | 321.95º | 0.58% | 0.14% | - |
| HSV(B) | 321.95º | 0.73% | 0.22% | - |
| XYZ | 2.2 | 1.34 | 2.24 | - |
| YUV | 30.22 | 134.08 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 15 | 41 | 0 | 0.73 | 0.27 | 0.78 | 321.95 | 0.58 | 0.14 |
| Hex | 38 | F | 29 | 0 | 49 | 1B | 4E | 142 | 3A | E |
| Octal | 70 | 17 | 51 | 0 | 111 | 33 | 116 | 502 | 72 | 16 |
| Binary | 111000 | 1111 | 101001 | 0 | 1001001 | 11011 | 1001110 | 101000010 | 111010 | 1110 |
Color Harmonies of #380F29
Complementary color
Monochromatic Colors of #380F29
Black with #380F29
Text Example
Text Example
White with #380F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380F29; }
p { color: rgb(56,15,41); }
H1.HeaderClassName
{
color: #380F29;
}
.AnyTagClassName
{
color: #380F29;
}
</style>
background-color css
<style>
a { background-color: #380F29; }
a { background-color: rgb(56,15,41); }
div.DivClassName
{
background-color: #380F29;
}
.BgClassName
{
background-color: #380F29;
}
</style>
border-color css
<style>
span { border-color: #380F29; }
span { border-color: rgb(56,15,41); }
td.TdClassName
{
border-color: #380F29;
}
.TagClassName
{
border-color: #380F29;
}
</style>