Shades of Blackberry #38132F
Tints of Blackberry #38132F
RGB
CMYK
RGB Variations
Color information
#38132F (or 0x38132F) is known color: Blackberry. HEX triplet: 38, 13 and 2F. RGB value is (56,19,47). Sum of RGB (Red+Green+Blue) = 56+19+47=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38132F is #C7ECD0. Grayscale: #212121. Windows color (decimal): -13102289 or 3085112. OLE color: 3085112.
HSL color Cylindrical-coordinate representation of color #38132F: hue angle of 314.59º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38132F is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 19 | 47 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.78 |
| HSL | 314.59º | 0.49% | 0.15% | - |
| HSV(B) | 314.59º | 0.66% | 0.22% | - |
| XYZ | 2.38 | 1.51 | 2.86 | - |
| YUV | 33.26 | 135.76 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 19 | 47 | 0 | 0.66 | 0.16 | 0.78 | 314.59 | 0.49 | 0.15 |
| Hex | 38 | 13 | 2F | 0 | 42 | 10 | 4E | 13B | 31 | F |
| Octal | 70 | 23 | 57 | 0 | 102 | 20 | 116 | 473 | 61 | 17 |
| Binary | 111000 | 10011 | 101111 | 0 | 1000010 | 10000 | 1001110 | 100111011 | 110001 | 1111 |
Color Harmonies of #38132F
Complementary color
Monochromatic Colors of #38132F
Black with #38132F
Text Example
Text Example
White with #38132F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38132F; }
p { color: rgb(56,19,47); }
H1.HeaderClassName
{
color: #38132F;
}
.AnyTagClassName
{
color: #38132F;
}
</style>
background-color css
<style>
a { background-color: #38132F; }
a { background-color: rgb(56,19,47); }
div.DivClassName
{
background-color: #38132F;
}
.BgClassName
{
background-color: #38132F;
}
</style>
border-color css
<style>
span { border-color: #38132F; }
span { border-color: rgb(56,19,47); }
td.TdClassName
{
border-color: #38132F;
}
.TagClassName
{
border-color: #38132F;
}
</style>