Shades of Dell #315F0F
Tints of Dell #315F0F
RGB
CMYK
RGB Variations
Color information
#315F0F (or 0x315F0F) is known color: Dell. HEX triplet: 31, 5F and 0F. RGB value is (49,95,15). Sum of RGB (Red+Green+Blue) = 49+95+15=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 95 (37.5% from 255 or 59.75% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 95 - color contains mainly: green. Hex color #315F0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #315F0F is #CEA0F0. Grayscale: #484848. Windows color (decimal): -13541617 or 1007409. OLE color: 1007409.
HSL color Cylindrical-coordinate representation of color #315F0F: hue angle of 94.5º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #315F0F is Cyan = 0.48, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 49 | 95 | 15 | - |
| CMYK | 0.48 | 0 | 0.84 | 0.63 |
| HSL | 94.5º | 0.73% | 0.22% | - |
| HSV(B) | 94.5º | 0.84% | 0.37% | - |
| XYZ | 5.45 | 8.87 | 1.88 | - |
| YUV | 72.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 15 | 0.48 | 0 | 0.84 | 0.63 | 94.5 | 0.73 | 0.22 |
| Hex | 31 | 5F | F | 30 | 0 | 54 | 3F | 5E | 49 | 16 |
| Octal | 61 | 137 | 17 | 60 | 0 | 124 | 77 | 136 | 111 | 26 |
| Binary | 110001 | 1011111 | 1111 | 110000 | 0 | 1010100 | 111111 | 1011110 | 1001001 | 10110 |
Color Harmonies of #315F0F
Complementary color
Monochromatic Colors of #315F0F
Black with #315F0F
Text Example
Text Example
White with #315F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315F0F; }
p { color: rgb(49,95,15); }
H1.HeaderClassName
{
color: #315F0F;
}
.AnyTagClassName
{
color: #315F0F;
}
</style>
background-color css
<style>
a { background-color: #315F0F; }
a { background-color: rgb(49,95,15); }
div.DivClassName
{
background-color: #315F0F;
}
.BgClassName
{
background-color: #315F0F;
}
</style>
border-color css
<style>
span { border-color: #315F0F; }
span { border-color: rgb(49,95,15); }
td.TdClassName
{
border-color: #315F0F;
}
.TagClassName
{
border-color: #315F0F;
}
</style>