Shades of Blackberry #38032B
Tints of Blackberry #38032B
RGB
CMYK
RGB Variations
Color information
#38032B (or 0x38032B) is known color: Blackberry. HEX triplet: 38, 03 and 2B. RGB value is (56,3,43). Sum of RGB (Red+Green+Blue) = 56+3+43=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38032B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38032B is #C7FCD4. Grayscale: #171717. Windows color (decimal): -13106389 or 2818872. OLE color: 2818872.
HSL color Cylindrical-coordinate representation of color #38032B: hue angle of 314.72º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #38032B is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 3 | 43 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.78 |
| HSL | 314.72º | 0.9% | 0.12% | - |
| HSV(B) | 314.72º | 0.95% | 0.22% | - |
| XYZ | 2.1 | 1.08 | 2.38 | - |
| YUV | 23.41 | 139.06 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 43 | 0 | 0.95 | 0.23 | 0.78 | 314.72 | 0.9 | 0.12 |
| Hex | 38 | 3 | 2B | 0 | 5F | 17 | 4E | 13B | 5A | C |
| Octal | 70 | 3 | 53 | 0 | 137 | 27 | 116 | 473 | 132 | 14 |
| Binary | 111000 | 11 | 101011 | 0 | 1011111 | 10111 | 1001110 | 100111011 | 1011010 | 1100 |
Color Harmonies of #38032B
Complementary color
Monochromatic Colors of #38032B
Black with #38032B
Text Example
Text Example
White with #38032B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38032B; }
p { color: rgb(56,3,43); }
H1.HeaderClassName
{
color: #38032B;
}
.AnyTagClassName
{
color: #38032B;
}
</style>
background-color css
<style>
a { background-color: #38032B; }
a { background-color: rgb(56,3,43); }
div.DivClassName
{
background-color: #38032B;
}
.BgClassName
{
background-color: #38032B;
}
</style>
border-color css
<style>
span { border-color: #38032B; }
span { border-color: rgb(56,3,43); }
td.TdClassName
{
border-color: #38032B;
}
.TagClassName
{
border-color: #38032B;
}
</style>