Shades of Blackberry #38072F
Tints of Blackberry #38072F
RGB
CMYK
RGB Variations
Color information
#38072F (or 0x38072F) is known color: Blackberry. HEX triplet: 38, 07 and 2F. RGB value is (56,7,47). Sum of RGB (Red+Green+Blue) = 56+7+47=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #38072F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38072F is #C7F8D0. Grayscale: #1A1A1A. Windows color (decimal): -13105361 or 3082040. OLE color: 3082040.
HSL color Cylindrical-coordinate representation of color #38072F: hue angle of 311.02º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38072F is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 7 | 47 | - |
| CMYK | 0 | 0.88 | 0.16 | 0.78 |
| HSL | 311.02º | 0.78% | 0.12% | - |
| HSV(B) | 311.02º | 0.88% | 0.22% | - |
| XYZ | 2.22 | 1.2 | 2.8 | - |
| YUV | 26.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 7 | 47 | 0 | 0.88 | 0.16 | 0.78 | 311.02 | 0.78 | 0.12 |
| Hex | 38 | 7 | 2F | 0 | 58 | 10 | 4E | 137 | 4E | C |
| Octal | 70 | 7 | 57 | 0 | 130 | 20 | 116 | 467 | 116 | 14 |
| Binary | 111000 | 111 | 101111 | 0 | 1011000 | 10000 | 1001110 | 100110111 | 1001110 | 1100 |
Color Harmonies of #38072F
Complementary color
Monochromatic Colors of #38072F
Black with #38072F
Text Example
Text Example
White with #38072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38072F; }
p { color: rgb(56,7,47); }
H1.HeaderClassName
{
color: #38072F;
}
.AnyTagClassName
{
color: #38072F;
}
</style>
background-color css
<style>
a { background-color: #38072F; }
a { background-color: rgb(56,7,47); }
div.DivClassName
{
background-color: #38072F;
}
.BgClassName
{
background-color: #38072F;
}
</style>
border-color css
<style>
span { border-color: #38072F; }
span { border-color: rgb(56,7,47); }
td.TdClassName
{
border-color: #38072F;
}
.TagClassName
{
border-color: #38072F;
}
</style>