Shades of Blackberry #38031F
Tints of Blackberry #38031F
RGB
CMYK
RGB Variations
Color information
#38031F (or 0x38031F) is known color: Blackberry. HEX triplet: 38, 03 and 1F. RGB value is (56,3,31). Sum of RGB (Red+Green+Blue) = 56+3+31=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #38031F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38031F is #C7FCE0. Grayscale: #151515. Windows color (decimal): -13106401 or 2032440. OLE color: 2032440.
HSL color Cylindrical-coordinate representation of color #38031F: hue angle of 328.3º 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 #38031F is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 3 | 31 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.78 |
| HSL | 328.3º | 0.9% | 0.12% | - |
| HSV(B) | 328.3º | 0.95% | 0.22% | - |
| XYZ | 1.91 | 1 | 1.39 | - |
| YUV | 22.04 | 133.06 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 3 | 31 | 0 | 0.95 | 0.45 | 0.78 | 328.3 | 0.9 | 0.12 |
| Hex | 38 | 3 | 1F | 0 | 5F | 2D | 4E | 148 | 5A | C |
| Octal | 70 | 3 | 37 | 0 | 137 | 55 | 116 | 510 | 132 | 14 |
| Binary | 111000 | 11 | 11111 | 0 | 1011111 | 101101 | 1001110 | 101001000 | 1011010 | 1100 |
Color Harmonies of #38031F
Complementary color
Monochromatic Colors of #38031F
Black with #38031F
Text Example
Text Example
White with #38031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38031F; }
p { color: rgb(56,3,31); }
H1.HeaderClassName
{
color: #38031F;
}
.AnyTagClassName
{
color: #38031F;
}
</style>
background-color css
<style>
a { background-color: #38031F; }
a { background-color: rgb(56,3,31); }
div.DivClassName
{
background-color: #38031F;
}
.BgClassName
{
background-color: #38031F;
}
</style>
border-color css
<style>
span { border-color: #38031F; }
span { border-color: rgb(56,3,31); }
td.TdClassName
{
border-color: #38031F;
}
.TagClassName
{
border-color: #38031F;
}
</style>