Shades of Blackberry #381223
Tints of Blackberry #381223
RGB
CMYK
RGB Variations
Color information
#381223 (or 0x381223) is known color: Blackberry. HEX triplet: 38, 12 and 23. RGB value is (56,18,35). Sum of RGB (Red+Green+Blue) = 56+18+35=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #381223 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381223 is #C7EDDC. Grayscale: #1F1F1F. Windows color (decimal): -13102557 or 2298424. OLE color: 2298424.
HSL color Cylindrical-coordinate representation of color #381223: hue angle of 333.16º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #381223 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 18 | 35 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.78 |
| HSL | 333.16º | 0.51% | 0.15% | - |
| HSV(B) | 333.16º | 0.68% | 0.22% | - |
| XYZ | 2.15 | 1.39 | 1.75 | - |
| YUV | 31.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 35 | 0 | 0.68 | 0.37 | 0.78 | 333.16 | 0.51 | 0.15 |
| Hex | 38 | 12 | 23 | 0 | 44 | 25 | 4E | 14D | 33 | F |
| Octal | 70 | 22 | 43 | 0 | 104 | 45 | 116 | 515 | 63 | 17 |
| Binary | 111000 | 10010 | 100011 | 0 | 1000100 | 100101 | 1001110 | 101001101 | 110011 | 1111 |
Color Harmonies of #381223
Complementary color
Monochromatic Colors of #381223
Black with #381223
Text Example
Text Example
White with #381223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381223; }
p { color: rgb(56,18,35); }
H1.HeaderClassName
{
color: #381223;
}
.AnyTagClassName
{
color: #381223;
}
</style>
background-color css
<style>
a { background-color: #381223; }
a { background-color: rgb(56,18,35); }
div.DivClassName
{
background-color: #381223;
}
.BgClassName
{
background-color: #381223;
}
</style>
border-color css
<style>
span { border-color: #381223; }
span { border-color: rgb(56,18,35); }
td.TdClassName
{
border-color: #381223;
}
.TagClassName
{
border-color: #381223;
}
</style>