Shades of Blackberry #380725
Tints of Blackberry #380725
RGB
CMYK
RGB Variations
Color information
#380725 (or 0x380725) is known color: Blackberry. HEX triplet: 38, 07 and 25. RGB value is (56,7,37). Sum of RGB (Red+Green+Blue) = 56+7+37=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #380725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380725 is #C7F8DA. Grayscale: #191919. Windows color (decimal): -13105371 or 2426680. OLE color: 2426680.
HSL color Cylindrical-coordinate representation of color #380725: hue angle of 323.27º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #380725 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 7 | 37 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.78 |
| HSL | 323.27º | 0.78% | 0.12% | - |
| HSV(B) | 323.27º | 0.88% | 0.22% | - |
| XYZ | 2.04 | 1.13 | 1.86 | - |
| YUV | 25.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 37 | 0 | 0.88 | 0.34 | 0.78 | 323.27 | 0.78 | 0.12 |
| Hex | 38 | 7 | 25 | 0 | 58 | 22 | 4E | 143 | 4E | C |
| Octal | 70 | 7 | 45 | 0 | 130 | 42 | 116 | 503 | 116 | 14 |
| Binary | 111000 | 111 | 100101 | 0 | 1011000 | 100010 | 1001110 | 101000011 | 1001110 | 1100 |
Color Harmonies of #380725
Complementary color
Monochromatic Colors of #380725
Black with #380725
Text Example
Text Example
White with #380725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380725; }
p { color: rgb(56,7,37); }
H1.HeaderClassName
{
color: #380725;
}
.AnyTagClassName
{
color: #380725;
}
</style>
background-color css
<style>
a { background-color: #380725; }
a { background-color: rgb(56,7,37); }
div.DivClassName
{
background-color: #380725;
}
.BgClassName
{
background-color: #380725;
}
</style>
border-color css
<style>
span { border-color: #380725; }
span { border-color: rgb(56,7,37); }
td.TdClassName
{
border-color: #380725;
}
.TagClassName
{
border-color: #380725;
}
</style>