Shades of Blackberry #380025
Tints of Blackberry #380025
RGB
CMYK
RGB Variations
Color information
#380025 (or 0x380025) is known color: Blackberry. HEX triplet: 38, 00 and 25. RGB value is (56,0,37). Sum of RGB (Red+Green+Blue) = 56+0+37=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #380025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380025 is #C7FFDA. Grayscale: #141414. Windows color (decimal): -13107163 or 2424888. OLE color: 2424888.
HSL color Cylindrical-coordinate representation of color #380025: hue angle of 320.36º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #380025 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 37 | - |
| CMYK | 0 | 1 | 0.34 | 0.78 |
| HSL | 320.36º | 1% | 0.11% | - |
| HSV(B) | 320.36º | 1% | 0.22% | - |
| XYZ | 1.96 | 0.97 | 1.83 | - |
| YUV | 20.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 37 | 0 | 1 | 0.34 | 0.78 | 320.36 | 1 | 0.11 |
| Hex | 38 | 0 | 25 | 0 | 64 | 22 | 4E | 140 | 64 | B |
| Octal | 70 | 0 | 45 | 0 | 144 | 42 | 116 | 500 | 144 | 13 |
| Binary | 111000 | 0 | 100101 | 0 | 1100100 | 100010 | 1001110 | 101000000 | 1100100 | 1011 |
Color Harmonies of #380025
Complementary color
Monochromatic Colors of #380025
Black with #380025
Text Example
Text Example
White with #380025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #380025; }
p { color: rgb(56,0,37); }
H1.HeaderClassName
{
color: #380025;
}
.AnyTagClassName
{
color: #380025;
}
</style>
background-color css
<style>
a { background-color: #380025; }
a { background-color: rgb(56,0,37); }
div.DivClassName
{
background-color: #380025;
}
.BgClassName
{
background-color: #380025;
}
</style>
border-color css
<style>
span { border-color: #380025; }
span { border-color: rgb(56,0,37); }
td.TdClassName
{
border-color: #380025;
}
.TagClassName
{
border-color: #380025;
}
</style>