Shades of Blackberry #38042B
Tints of Blackberry #38042B
RGB
CMYK
RGB Variations
Color information
#38042B (or 0x38042B) is known color: Blackberry. HEX triplet: 38, 04 and 2B. RGB value is (56,4,43). Sum of RGB (Red+Green+Blue) = 56+4+43=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #38042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38042B is #C7FBD4. Grayscale: #171717. Windows color (decimal): -13106133 or 2819128. OLE color: 2819128.
HSL color Cylindrical-coordinate representation of color #38042B: hue angle of 315º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #38042B is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 4 | 43 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.78 |
| HSL | 315º | 0.87% | 0.12% | - |
| HSV(B) | 315º | 0.93% | 0.22% | - |
| XYZ | 2.11 | 1.1 | 2.39 | - |
| YUV | 23.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 4 | 43 | 0 | 0.93 | 0.23 | 0.78 | 315 | 0.87 | 0.12 |
| Hex | 38 | 4 | 2B | 0 | 5D | 17 | 4E | 13B | 57 | C |
| Octal | 70 | 4 | 53 | 0 | 135 | 27 | 116 | 473 | 127 | 14 |
| Binary | 111000 | 100 | 101011 | 0 | 1011101 | 10111 | 1001110 | 100111011 | 1010111 | 1100 |
Color Harmonies of #38042B
Complementary color
Monochromatic Colors of #38042B
Black with #38042B
Text Example
Text Example
White with #38042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38042B; }
p { color: rgb(56,4,43); }
H1.HeaderClassName
{
color: #38042B;
}
.AnyTagClassName
{
color: #38042B;
}
</style>
background-color css
<style>
a { background-color: #38042B; }
a { background-color: rgb(56,4,43); }
div.DivClassName
{
background-color: #38042B;
}
.BgClassName
{
background-color: #38042B;
}
</style>
border-color css
<style>
span { border-color: #38042B; }
span { border-color: rgb(56,4,43); }
td.TdClassName
{
border-color: #38042B;
}
.TagClassName
{
border-color: #38042B;
}
</style>