Shades of Blackberry #381825
Tints of Blackberry #381825
RGB
CMYK
RGB Variations
Color information
#381825 (or 0x381825) is known color: Blackberry. HEX triplet: 38, 18 and 25. RGB value is (56,24,37). Sum of RGB (Red+Green+Blue) = 56+24+37=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 24 (9.77% from 255 or 20.51% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #381825 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381825 is #C7E7DA. Grayscale: #232323. Windows color (decimal): -13101019 or 2431032. OLE color: 2431032.
HSL color Cylindrical-coordinate representation of color #381825: hue angle of 335.62º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #381825 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 24 | 37 | - |
| CMYK | 0 | 0.57 | 0.34 | 0.78 |
| HSL | 335.63º | 0.4% | 0.16% | - |
| HSV(B) | 335.63º | 0.57% | 0.22% | - |
| XYZ | 2.29 | 1.63 | 1.94 | - |
| YUV | 35.05 | 129.1 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 37 | 0 | 0.57 | 0.34 | 0.78 | 335.63 | 0.4 | 0.16 |
| Hex | 38 | 18 | 25 | 0 | 39 | 22 | 4E | 150 | 28 | 10 |
| Octal | 70 | 30 | 45 | 0 | 71 | 42 | 116 | 520 | 50 | 20 |
| Binary | 111000 | 11000 | 100101 | 0 | 111001 | 100010 | 1001110 | 101010000 | 101000 | 10000 |
Color Harmonies of #381825
Complementary color
Monochromatic Colors of #381825
Black with #381825
Text Example
Text Example
White with #381825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381825; }
p { color: rgb(56,24,37); }
H1.HeaderClassName
{
color: #381825;
}
.AnyTagClassName
{
color: #381825;
}
</style>
background-color css
<style>
a { background-color: #381825; }
a { background-color: rgb(56,24,37); }
div.DivClassName
{
background-color: #381825;
}
.BgClassName
{
background-color: #381825;
}
</style>
border-color css
<style>
span { border-color: #381825; }
span { border-color: rgb(56,24,37); }
td.TdClassName
{
border-color: #381825;
}
.TagClassName
{
border-color: #381825;
}
</style>