Shades of Dell #3B5D1D
Tints of Dell #3B5D1D
RGB
CMYK
RGB Variations
Color information
#3B5D1D (or 0x3B5D1D) is known color: Dell. HEX triplet: 3B, 5D and 1D. RGB value is (59,93,29). Sum of RGB (Red+Green+Blue) = 59+93+29=181 (23% of max value = 765). Red value is 59 (23.44% from 255 or 32.60% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 29 (11.72% from 255 or 16.02% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D1D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5D1D is #C4A2E2. Grayscale: #4B4B4B. Windows color (decimal): -12886755 or 1924411. OLE color: 1924411.
HSL color Cylindrical-coordinate representation of color #3B5D1D: hue angle of 91.88º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B5D1D is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 93 | 29 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.64 |
| HSL | 91.88º | 0.52% | 0.24% | - |
| HSV(B) | 91.88º | 0.69% | 0.36% | - |
| XYZ | 5.94 | 8.85 | 2.56 | - |
| YUV | 75.54 | 101.74 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 93 | 29 | 0.37 | 0 | 0.69 | 0.64 | 91.88 | 0.52 | 0.24 |
| Hex | 3B | 5D | 1D | 25 | 0 | 45 | 40 | 5C | 34 | 18 |
| Octal | 73 | 135 | 35 | 45 | 0 | 105 | 100 | 134 | 64 | 30 |
| Binary | 111011 | 1011101 | 11101 | 100101 | 0 | 1000101 | 1000000 | 1011100 | 110100 | 11000 |
Color Harmonies of #3B5D1D
Complementary color
Monochromatic Colors of #3B5D1D
Black with #3B5D1D
Text Example
Text Example
White with #3B5D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5D1D; }
p { color: rgb(59,93,29); }
H1.HeaderClassName
{
color: #3B5D1D;
}
.AnyTagClassName
{
color: #3B5D1D;
}
</style>
background-color css
<style>
a { background-color: #3B5D1D; }
a { background-color: rgb(59,93,29); }
div.DivClassName
{
background-color: #3B5D1D;
}
.BgClassName
{
background-color: #3B5D1D;
}
</style>
border-color css
<style>
span { border-color: #3B5D1D; }
span { border-color: rgb(59,93,29); }
td.TdClassName
{
border-color: #3B5D1D;
}
.TagClassName
{
border-color: #3B5D1D;
}
</style>