Shades of Blackberry #380525
Tints of Blackberry #380525
RGB
CMYK
RGB Variations
Color information
#380525 (or 0x380525) is known color: Blackberry. HEX triplet: 38, 05 and 25. RGB value is (56,5,37). Sum of RGB (Red+Green+Blue) = 56+5+37=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 37 (14.84% from 255 or 37.76% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #380525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380525 is #C7FADA. Grayscale: #171717. Windows color (decimal): -13105883 or 2426168. OLE color: 2426168.
HSL color Cylindrical-coordinate representation of color #380525: hue angle of 322.35º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380525 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 5 | 37 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.78 |
| HSL | 322.35º | 0.84% | 0.12% | - |
| HSV(B) | 322.35º | 0.91% | 0.22% | - |
| XYZ | 2.02 | 1.08 | 1.85 | - |
| YUV | 23.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 5 | 37 | 0 | 0.91 | 0.34 | 0.78 | 322.35 | 0.84 | 0.12 |
| Hex | 38 | 5 | 25 | 0 | 5B | 22 | 4E | 142 | 54 | C |
| Octal | 70 | 5 | 45 | 0 | 133 | 42 | 116 | 502 | 124 | 14 |
| Binary | 111000 | 101 | 100101 | 0 | 1011011 | 100010 | 1001110 | 101000010 | 1010100 | 1100 |
Color Harmonies of #380525
Complementary color
Monochromatic Colors of #380525
Black with #380525
Text Example
Text Example
White with #380525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380525; }
p { color: rgb(56,5,37); }
H1.HeaderClassName
{
color: #380525;
}
.AnyTagClassName
{
color: #380525;
}
</style>
background-color css
<style>
a { background-color: #380525; }
a { background-color: rgb(56,5,37); }
div.DivClassName
{
background-color: #380525;
}
.BgClassName
{
background-color: #380525;
}
</style>
border-color css
<style>
span { border-color: #380525; }
span { border-color: rgb(56,5,37); }
td.TdClassName
{
border-color: #380525;
}
.TagClassName
{
border-color: #380525;
}
</style>