Shades of Blackberry #38002E
Tints of Blackberry #38002E
RGB
CMYK
RGB Variations
Color information
#38002E (or 0x38002E) is known color: Blackberry. HEX triplet: 38, 00 and 2E. RGB value is (56,0,46). Sum of RGB (Red+Green+Blue) = 56+0+46=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 46 (18.36% from 255 or 45.10% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #38002E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38002E is #C7FFD1. Grayscale: #151515. Windows color (decimal): -13107154 or 3014712. OLE color: 3014712.
HSL color Cylindrical-coordinate representation of color #38002E: hue angle of 310.71º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #38002E is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.18 | 0.78 |
| HSL | 310.71º | 1% | 0.11% | - |
| HSV(B) | 310.71º | 1% | 0.22% | - |
| XYZ | 2.12 | 1.04 | 2.67 | - |
| YUV | 21.99 | 141.55 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 0 | 46 | 0 | 1 | 0.18 | 0.78 | 310.71 | 1 | 0.11 |
| Hex | 38 | 0 | 2E | 0 | 64 | 12 | 4E | 137 | 64 | B |
| Octal | 70 | 0 | 56 | 0 | 144 | 22 | 116 | 467 | 144 | 13 |
| Binary | 111000 | 0 | 101110 | 0 | 1100100 | 10010 | 1001110 | 100110111 | 1100100 | 1011 |
Color Harmonies of #38002E
Complementary color
Monochromatic Colors of #38002E
Black with #38002E
Text Example
Text Example
White with #38002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38002E; }
p { color: rgb(56,0,46); }
H1.HeaderClassName
{
color: #38002E;
}
.AnyTagClassName
{
color: #38002E;
}
</style>
background-color css
<style>
a { background-color: #38002E; }
a { background-color: rgb(56,0,46); }
div.DivClassName
{
background-color: #38002E;
}
.BgClassName
{
background-color: #38002E;
}
</style>
border-color css
<style>
span { border-color: #38002E; }
span { border-color: rgb(56,0,46); }
td.TdClassName
{
border-color: #38002E;
}
.TagClassName
{
border-color: #38002E;
}
</style>