Shades of Blackberry #381726
Tints of Blackberry #381726
RGB
CMYK
RGB Variations
Color information
#381726 (or 0x381726) is known color: Blackberry. HEX triplet: 38, 17 and 26. RGB value is (56,23,38). Sum of RGB (Red+Green+Blue) = 56+23+38=117 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.86% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 56 - color contains mainly: red. Hex color #381726 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381726 is #C7E8D9. Grayscale: #222222. Windows color (decimal): -13101274 or 2496312. OLE color: 2496312.
HSL color Cylindrical-coordinate representation of color #381726: hue angle of 332.73º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #381726 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 23 | 38 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.78 |
| HSL | 332.73º | 0.42% | 0.15% | - |
| HSV(B) | 332.73º | 0.59% | 0.22% | - |
| XYZ | 2.29 | 1.59 | 2.02 | - |
| YUV | 34.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 23 | 38 | 0 | 0.59 | 0.32 | 0.78 | 332.73 | 0.42 | 0.15 |
| Hex | 38 | 17 | 26 | 0 | 3B | 20 | 4E | 14D | 2A | F |
| Octal | 70 | 27 | 46 | 0 | 73 | 40 | 116 | 515 | 52 | 17 |
| Binary | 111000 | 10111 | 100110 | 0 | 111011 | 100000 | 1001110 | 101001101 | 101010 | 1111 |
Color Harmonies of #381726
Complementary color
Monochromatic Colors of #381726
Black with #381726
Text Example
Text Example
White with #381726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381726; }
p { color: rgb(56,23,38); }
H1.HeaderClassName
{
color: #381726;
}
.AnyTagClassName
{
color: #381726;
}
</style>
background-color css
<style>
a { background-color: #381726; }
a { background-color: rgb(56,23,38); }
div.DivClassName
{
background-color: #381726;
}
.BgClassName
{
background-color: #381726;
}
</style>
border-color css
<style>
span { border-color: #381726; }
span { border-color: rgb(56,23,38); }
td.TdClassName
{
border-color: #381726;
}
.TagClassName
{
border-color: #381726;
}
</style>