Shades of Blackberry #381423
Tints of Blackberry #381423
RGB
CMYK
RGB Variations
Color information
#381423 (or 0x381423) is known color: Blackberry. HEX triplet: 38, 14 and 23. RGB value is (56,20,35). Sum of RGB (Red+Green+Blue) = 56+20+35=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 20 (8.20% from 255 or 18.02% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #381423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381423 is #C7EBDC. Grayscale: #202020. Windows color (decimal): -13102045 or 2298936. OLE color: 2298936.
HSL color Cylindrical-coordinate representation of color #381423: hue angle of 335º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381423 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 20 | 35 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.78 |
| HSL | 335º | 0.47% | 0.15% | - |
| HSV(B) | 335º | 0.64% | 0.22% | - |
| XYZ | 2.18 | 1.46 | 1.76 | - |
| YUV | 32.47 | 129.43 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 35 | 0 | 0.64 | 0.37 | 0.78 | 335 | 0.47 | 0.15 |
| Hex | 38 | 14 | 23 | 0 | 40 | 25 | 4E | 14F | 2F | F |
| Octal | 70 | 24 | 43 | 0 | 100 | 45 | 116 | 517 | 57 | 17 |
| Binary | 111000 | 10100 | 100011 | 0 | 1000000 | 100101 | 1001110 | 101001111 | 101111 | 1111 |
Color Harmonies of #381423
Complementary color
Monochromatic Colors of #381423
Black with #381423
Text Example
Text Example
White with #381423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381423; }
p { color: rgb(56,20,35); }
H1.HeaderClassName
{
color: #381423;
}
.AnyTagClassName
{
color: #381423;
}
</style>
background-color css
<style>
a { background-color: #381423; }
a { background-color: rgb(56,20,35); }
div.DivClassName
{
background-color: #381423;
}
.BgClassName
{
background-color: #381423;
}
</style>
border-color css
<style>
span { border-color: #381423; }
span { border-color: rgb(56,20,35); }
td.TdClassName
{
border-color: #381423;
}
.TagClassName
{
border-color: #381423;
}
</style>